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

#header {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url(../images/line_bg.png) repeat-x;
}

#headerComment {
	width: auto;
	height: auto;
	position: absolute;
	top: 11px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	right: 1%;
}

#topImage {
	width: 100%;
	margin: 0 auto;
}

#menuBar {
	width: 900px;
	height: 40px;
	margin: 0 auto;
}

#menuBar a:hover {
	background-color: #550000;
}

#mainWrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 10px 0 10px 0;
}

#mainInner {
	width: auto;
	height: auto;
	margin: 10px 20px 10px 20px;
	background: #FFFFFF;
	text-align: left;
}
	
#copyright {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/line_bg.png) repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}

#footer {
	width: 900px;
	height: auto;
	margin: 20px auto 0;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
 }

#footer li {
	padding: 0 10px 0;
	display: inline;
	border-left: 1px #FFFFFF dotted;
}
