@charset "utf-8";
* {
}
#container {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #3399FF;
}
#container #header {
	background-color: #3399FF;
	height: 100px;
	width: 800px;
}
#container #content {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 700px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#container #footer {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3399FF;
	height: 30px;
}

#container #navbar {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#container #navbar a:hover{
text-decoration: none;
color: #31a7ff;
}
#container #navbar a{
text-decoration: none;
color: #000000;
}

#container #footer a:hover{
text-decoration: none;
color: #000000;
}
#container #footer a{
text-decoration: none;
color: #FFFFFF;
}
