/* CSS Document */
*{margin:0; padding:0; border:0;}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#58595b;
	background:url(images/bg.gif) #ffd457 top center no-repeat;
	height:610px;
}	
h1 {
	background:url(images/logo.gif) no-repeat;
	width:233px;
	height:118px;
	float:right;
	margin:10px 60px 0 0;
}	
h2 {
	background:url(images/welcome.jpg) no-repeat;
	width:414px;
	height:80px;
}
h1 span,
h2 span {
	display:none;
}	
#container {
	width:700px;
	height:550px;
	margin:30px auto 0 auto;
	background: url(images/containerbg.jpg) bottom no-repeat #FFF;
}	
#header {
	width:700px;
	height:130px;
	background:url(images/header.gif);
}
#footer { 
	background: #251c5c; 
	height: 50px;
	width:700px;
	margin:0 auto;
}
#footer img {
	float:right;
	padding-top:5px;
	padding-right:5px;
}	
#footer p {
	float:left;
	font-size:11px;
	padding:17px 0 0 15px;
	clear:both;
	color:#fff;
}
#maintext {
	width:500px;
	float:right;
	}
#maintext p {
	margin:10px;
}
#middlecontainer {
	width:700px;
	height:140px;
	float:left;
}	
#middlecontainer img{
	float:right;
	margin:10px;
}	
ul#navlist {
	height:115px;
	width:190px;
	background:#efe3b3;
	list-style:none;
	margin:10px 0 0 0;
	padding:5px 0 0 0;
}
ul#navlist li {
	font-size:12px;
	background:url(images/bullet.gif) left no-repeat;
	padding: 2px 0 0 25px;
	margin:7px 10px;
	height:19px;
}
ul#navlist li a{
	text-decoration:none;
	color:#58595b;
}
ul#navlist li a:hover {
	text-decoration:underline;
}