body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #091800;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 854px;
}
#header {
height: 144px;
}
#header .logo {
float: left;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
width: 518px;
height: 144px;
}
#header .offer {
height: 104px;
margin-top: 16px;
float: right;
width: 326px;
background-color:#666666;
}
#menu {
padding-top: 10px;
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
color: #fff;
}
#menu a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
	color: #fff;
}
#menu a:hover, #menu .active {
	color: #d5e14d;
}
#menu .submenu {
text-transform:none;
font-size: 11px;
font-weight: normal;
margin-top: 10px;
padding: 0px;
}
#menu .submenu a {
float: left;
margin-right: 10px;
margin-bottom: 5px;
}
.clear {
height: 1px;
font-size: 1px;
clear: both;
width: 854px;
}
#page {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
#page .title {
color: #ec008c;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform:uppercase;
}
#page .content {
padding-top: 10px;
font-family:Arial, Helvetica, sans-serif;
line-height: 16px;
font-size: 12px;
color: #333;
}
#page .content a {
color: #333;
text-decoration:underline;
}
#page .content a:hover {
color: #000;
text-decoration:none;
}
#page .content strong {
font-family:Arial, Helvetica, sans-serif;
line-height: 16px;
font-size: 12px;
font-weight: bold;
color: #000;
}

.pageBottom {
background-image:url(../images/pageBottom.gif);
background-repeat:no-repeat;
margin-left: 104px;
height: 36px;
width: 70px;
}
#footer {
height: 24px;
line-height: 24px;
text-align:center;
font-size: 9px;
color: #fff;
}
#footer strong {
	text-transform:uppercase;
	color: #d5e14d;
}
#footer a {
color: #fff;
text-decoration:none;
}
#footer a:hover {
text-decoration: underline;
}
.newsItem a{
color: #333;
}

input, textarea {
width: 200px;
padding: 2px;
border: 1px solid #b3b0b0;
font-family:"tahoma", Arial, Helvetica, sans-serif;
color: #626262;
font-size: 11px;
margin: 3px;
}
textarea {
width: 300px;
}
.submit {
background-color: #d5e14d;
color: #000;
display: block;
width: 80px;
text-align: center;
height: 24px;
line-height: 24px;
text-decoration: none;
margin: 3px;
}
.submit a {
color: #000;
text-decoration: none;
}
.submit:hover {
background-color: #bcd559;
}
