/* 	CSS Document
	
*/

body{
	margin: 0 auto;
	background:#d9f1fd;}


#wrapper{
	margin: 0 auto;
	width: 984px;
	min-height: 500px;
	background: url(../img/layout/content_mid_bg.gif) repeat-y;
}

#header{
	width: 984px;
	height: 149px;
	background:url(../img/layout/header.jpg);
}

#nav{
	margin-left: 15px;
	width: 900px;
	height: 38px;
	background-image:url(../img/layout/navbar_bg.gif);
	padding: 1px;
}

#nav ul li{
	float: left;
	list-style: none;
	margin-left: 64px;
}

#nav ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
}

#nav ul li a:hover {
	border-bottom: 2px solid #ccc;
}

#content{
	padding: 30px;
	min-height: 200px;
	background: url(../img/layout/content_mid_bg.gif) repeat-y;
}

#footer{
	width: 984px;
	height:100px;
	background:url(../img/layout/footer.jpg);
}
