body{margin: 0px;background: #9d041a;color: #ffffff;font-size: 13px;font-family: Verdana;font-weight: bold;}

#page{
	margin: auto;
	width: 816px;
	height: auto;
}
#top{
	width: 816px;
	height: 198px;
	float: left;
	background: url(../images/banner.jpg) no-repeat;
}
#top_2{
	width: 816px;
	height: 190px;
	float: left;
	background: url(../images/banner.jpg) no-repeat top;
}
#main{
	margin: 0px;
	width: 816px;
	height: auto;
	float: left;
}
#footer{
	margin: 0px;
	width: 816px;
	height: 80px;
	background: url(../images/footer.jpg) no-repeat center top;
	float: left;
	text-align: center;
}

.input_box{
	border: none;
	width: 223px;
	height: 14px;
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	color: #9d041a;
	background: url(../images/form_bg.jpg) no-repeat left top;
	float: left;
}
.submit{
	border: none;
	width: 121px;
	height: 21px;
	display: block;
	background: url(../images/submit.gif) no-repeat;
	cursor: pointer;
}
a:link,a:visited{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.menu:link,a.menu:visited{
	color: #ffffff;
	text-decoration: none;
	float: left;
	padding: 15px 0px 5px 0px;
	margin: 0px 20px 0px 20px;
}
a.menu:hover{
	border-bottom: 2px solid #ffffff;
}
a.menu#active_menu:link,a.menu#active_menu:visited{
	border-bottom: 2px solid #ffffff;
}
.big{
	font-size: 26px;
}