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

body {
	margin:0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#e9ecf5;
	line-height:1.5;
}
#container {	
	width:800px;
	border:solid #aaa;
	border-width:0 1px 1px 1px;
	margin: 0 auto;
	text-align:center;
}
#header {
	width:100%;
	height:130px;
	background-color:#cad2e7;
}
#main {
	position:relative;
	background-color:#e9ecf5;
	width:780px;	
	text-align:left;
	padding:10px;
	min-height:425px;
}
#rightimg {
	position:absolute;
	right:0px;
	bottom:0px;
	
}
h1 {
	margin:5px 0 15px 0;
	font-size:1.3em;
	font-weight:bold;
}
p {
	margin:0 0;
}
#foot {
	width:800px;
	height:30px;
	border:solid #aaa;
	border-width:1px 0 0 0;
	text-align:center;
	line-height:30px;
}
#navbar {
	background-image:url(images/navbar.jpg);
	position:relative;
	width:800px;
	height:30px;
	
}
.nb {
	display:block;
	width:132px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	border-right:1px solid #ffffff;
}
.nb a {
	text-decoration:none;
	color:#ffffff;
	display:block;
	width:132px;
	height:30px;
	
}
.nb a:hover{
	background-color:#5c76b1;
	color:#ffffff;
	text-decoration:none;
	
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}