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

#header {
	height: 185px;
	width: 900px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #F7F7F7;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #000000;
	text-align: right;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F5FAFD;
	padding-right: 3px;
}
.grayborder {
	border: 1px solid #999999;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #333333;
}
#footer a {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#menu a:hover {
	background-color: #F6F6F6;
}
#menu {
	margin-right: 50px;
	margin-left: 3px;
}
