/* CSS Document */
html {height:101%;}

body {
font-size: 85%;
background-color: #fff;
font-family: Verdana, Arial, Sans-Serif;
text-align: center;
}


#wrap { 
   width: 780px;
   margin:0 auto;
   text-align: left;
   background-color: #c20a0a;
}

#header {
	float: left;
	width: 780px;
	height: 40px;
	background-image: url(../img/header.gif);

}
#navigation {
	float: left;
	width: 780px;
	height: 50px;
	background-color: #fff;
	
}

#scroll {
	float: right;
}


#content {
	float: left;
	/*height: 400px;*/
	width: 780px;
	background-color: #fff;
}



