/* CSS Document */

body{
	padding:0px 0 0px 0;
	margin:0;
	background-color:#ffffff;
	color:#000;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0;
	padding:0;
	height: 36px;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}




/*------------------------------------------------body--------------------*/



#header{
	width:800px;
	height:650px;
	position:relative;
	margin:0 auto;
	margin-top: 0px;
	margin-bottom: 5px;
}


#logo {
	width: 967px;
	height: 65px;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;	
	font-size: 8pt;
	color: #000;
	font: Verdana;
	letter-spacing: 0px;
	margin-bottom: 8px;
}


/*------------------------------------------------footer--------------------*/
#footer{
	width:980px;
	height:60px;
	margin:0 auto;
	border-top: 1px solid #dddddd;
	padding-top: 8px;
	color:#0099CC;
	font:9pt Arial, Helvetica, sans-serif;
}
