/* v1.0 | 20080212 */
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 {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}


* {margin:0; padding:0;}
html,body{margin:0;padding:0;height:100%;}
body, div, p, input, select, textarea { font-family: Helvetica, arial, sans-serif; font-size:13px; font-style: normal; color: #666;}
h1{ font-size:140%; margin: 3px 0;}
h2{ font-size:130%; margin: 3px 0;}
h3{ font-size:120%; margin: 3px 0;}
h4{ font-size:110%; margin: 3px 0;}
ul { list-style-type:none }
img { border:0px; }

BODY, TABLE, TH, TD, INPUT , TEXTAREA, SELECT, BUTTON, DIV{
	font-family : verdana, Helvetica, arial, sans-serif;
	font-size: 11px;
}

body, TABLE, TH, TD{
	color: #333;
   	margin: 0;
}
body{
	background: #E3E6EA;
}

a:link, a:active, a:visited{
	color: #CB3300;
	font-weight: normal;
	margin: 2px 0;
}

#header{
	background: #8295AE url('img/logo.jpg') no-repeat;
	height: 91px;
	font-size: 28px;
	font-weight: bold;
	color:#666666;
	/*width: 980px;*/
	margin: 0 auto;
	padding: 0px;
}

#header #banner{
	width: 728px;
	float: right;
}

#footer{
	height: 10px;
	/*background: #eee;*/
	margin-top: 2px;
	text-align: center;
	clear: left;
}