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

#body {
	width:800px;
	min-height:768px;
	background-color:#FFC;
	border:#000;
	border:solid;
	border-width:thick;
}

#banner {
	background-image:url(images/banner.jpg);
	width:800px;
	height:200px;
}
	
#nav {
	width:785px;
	height:14px;
	background-color:#FFF;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:thin;
	border:solid;
	border-width:thin;
}
	



#title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}

#text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
