body {
background-color:#f1f1f1;
font-family: georgia,sans-serif;
color:#333;
margin:0;
padding:0;
}

#wrapper {
width:1020px;
background-color:#FFFFFF;
margin:0 auto;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

#header {
width:1000px;
height:100px;
padding:10px;
margin:0 auto;
margin-bottom:0px;
border-bottom:0px solid #0191c6;
border-top:1px solid #ccc;
background-color:#003c72;
background-image:url(../decor/header-bg.gif)
}

#header h2 {
padding:10px;
}

#nav {
width:1020px;
height:30px;
border-bottom:1px solid #000;
border-top:1px solid #000;
background-color:#ccc;
text-align:center;
}

#nav a {
display:inline;
padding:10px;
text-decoration:none;
background-color:#f1f1f1;
}

#nav a:hover {
background-color:#bababa;
height:80px;
}

#content {
width:1000px;
float:left;
padding:10px;
background-color:#003c72;
height:640px;
}

#sidebar {
width:175px;
height:200px;
float:right;
margin-bottom:25px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
text-align:center;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#footer {
clear:both;
width:1020px;
height:50px;
border-top:1px solid #ccc;
background-color:#ccc;
}

#footer p {
padding:10px;
}

.menubg  {
	background-color:#003399;
	text-align:center;
	width:1020px;
	height:25px;
}
