@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #666666;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: top;
}
.menu_img {
	float: left;
	border: 1px solid #FF0000;
	margin: 8px;
	padding: 2px;
	text-decoration: none;
}
.wheel_img {
	margin: 8px;
	padding: 2px;
	border: 1px solid #ff0000;
	background-position: center top;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.oneColFixCtr #mainContent {
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	float: right;
	color: #FF0000;
}
.header {
	float: left;
}
.main_box {
	text-align: right;
	margin-left: 50px;
}
.left_main {
	float: left;
	width: 50%;
	border-right-style: none;
}
.text {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding-right: 1px;
}
.logo {
	float: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logo {
	font-size: 12px;
	text-align: center;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.images_bg {
	background-repeat: repeat-x;
	background-image: url(Untitled-1.png);

}
.right_menu_img {
	margin: 8px;
	padding: 2px;
	float: right;
	border: 1px solid #FF0000;
	text-decoration: none;
}
.gallery {
	position: relative;
}
.about_box {
	margin: 10px;
}
main_menu_about {
	background-image: url(black_opac.png);
	background-repeat: repeat-x;
}
top_text {
	padding: 1px;
	border: 1px solid #FFFFFF;
}

