body {
	font-family: arial;
	color: #222;
}

a {
	font-weight: bold;
	color:#326293;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color:#326293;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color:#326293;
	text-decoration: underline;
}


div#container {
	width: 900px;
	margin: auto;
}

div#header {
	width: 100%;
}

div#navbar {
	width: 100%;
	height: 40px;
}

div#navbar ul {
	margin: 10px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

div#navbar li {
	background: #326293;
	color: #fff;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div#navbar li:hover {
	background: #333;
	color: #fff;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div#navbar li a {
	color: #fff;
	text-decoration: none;
}

div#navbar li a:hover {
	color: #fff;
	text-decoration: none;
}


div#content {
	width: 640px;
	min-height: 200px;
	margin:10px 0px 0px 130px;
	border-top: 5px dotted #cfcfcf;
}

div#footer {
	width: 100%;
	margin-top: 50px;
	height: 50px;
}

div#footer h3 {
	text-align: center;
	color: #555;
	font-size: 12px;
	
}

