.head {
	height: 100px;
	width: 100%;
	text-align: center;
	margin: 0px 0px 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	clear: right;
}
body {
	margin: 0px;
	color: #333333;
}
.main {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
}
.foot {
	background-color: #FF0000;
	width: 100%;
	color: #FFFFFF;
}
.top {
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px 0px 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.menu {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	clear: left;
	background-image: url(img/menu_bar.png);
	background-repeat: repeat-x;
	height: 35px;
}
.txtRed {
	color: #FF0000;
}
h1 {
	margin: 0px;
	font-size: medium;
}
.txtWhite {

	color: #FFFFFF;
}
.font_s {
	font-size: small;
}
h2 {
	font-size: large;
	line-height: 20px;
}
h3 {
	font-size: medium;
}
