@charset "UTF-8";
/* CSS Document */

/*
	Colors:
		Red 		: #DB241C
		Fonts Grey	: #4C4C4C
		Background	: #999999
		Footer BG	: #4C4C4C
		Footer text : White

	Fonts:
		Menu		: Arial Narrow, 15 pt
		Headings	: Arial Narrow, 15 pt
		Text		: Tahoma, 13 pt
*/	

/* Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, text-area {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color:#999999;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size:13px;
	color:#4C4C4C;
	line-height:20px;
}

textarea.fill {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size:13px;

}
#content {
	background: url(../assets/background.jpg) no-repeat;
	width:1024px;
	margin:0 auto;
	height:720px;
}
#content2 {
	background: url(../assets/background2.jpg) no-repeat;
	width:1024px;
	margin:0 auto;
	height:720px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.narrow {
	font-family: "Arial Narrow", sans-serif;
	font-weight:normal;
	font-size:15px;
	color: #999999;
}

a:focus {
	outline:none;
}

