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

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: #fff;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
}
.oneColElsCtr #container {
	padding-top: 212px;
	width: 602px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #menu {
	padding: 0 23px 0 20px;
	text-align:right;
}
.oneColElsCtr #mainContent {
	height: 238px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColElsCtr #mainContentInside {
	/*height: 238px;*/
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background:url(/_img/bg_content1.jpg);
	background-position: 5px 5
.px;
	background-position: 2px 500px;
	background-repeat: no-repeat;
}
.oneColElsCtr #container #menu img {
	margin-right: 10px;
}
.oneColElsCtr #footer {
	padding:0;
	margin:101px 0 0 0;
	text-align:right;
}
.oneColElsCtr #container #footerinside {
	padding:0;
	margin:10px 0 0 0;
	text-align:right;
	background-image: url(/_img/bg_content1-end.jpg);
	background-repeat: no-repeat;
	background-position: 2px 16px;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding: 54px 20px 0 20px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #F8E2BD;
}
H1 {
	color:#a8aa8b;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #09C;
}
a:active {
	color: #09C;
}

input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #FFFCF7;
}