@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


a:link {
	color:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

a:visited {
	color:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;

}

a:hover {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#container {
	width: 800px;
	height: 5050px;
	margin: 0 auto;
}	


#banner {
	width: 800px;
	height: 280px;
	display: block;
	float: left;
}	

#navbar {
	width: 800px;
	height: 50px;
	float: left;
	background-color:#600;
	color: #CCC;
}



#body {
	width: 800px;
	height: 4650px;
	float: left;
	background-color:#CCC;
}

#body a:link {
	color: #600;	
}

#body a:visited {
	color: #600;
}

#body a:hover {
	color: #fff;
}




#footer {
	width: 800px;
	height: 40px;
	background-color:#600;
	color: #CCC;
	float: left;

}		

