* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font: 16px Tahoma;
	color: #eaeaea;
	text-align: center;
}

img {
	border: 0;
}

div#main {
	width: 1152px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

div#top {
	width: 1152px;
	height: 256px;
	background: url('images/top.jpg') no-repeat;

}

div#top img {
	margin: 20px 0 20px 19px;
}
div#top h1, h2 {
	padding: 0px 0 0 30px;
	margin: 0;
	}

div#top p {
	padding: 0px 0 10px 30px;
	}

div#top a {

	color: #b82810;
	text-decoration: none;
}

div#top a:hover {
	color: #eaeaea;
	text-decoration: none;
}

div#menubar {
	width: 1152px;
	height: 33px;
	background: url('images/menubar.jpg') no-repeat;
	text-align: right;
}

div#menubar p {
	font-size: 18px;
	margin: 0 25px 0 170px;
	padding: 2px 0 0 0;
	letter-spacing: 1px;
	text-transform: lowercase;

}

div#menubar a {
	margin: 0 9px 0 9px;
	color: #ffffff;
	text-decoration: none;
}

div#menubar a:hover {
	color: #e3bb1c;
	text-decoration: none;
}

div#leftbar {
	width: 300px;
	height: 531px;
	background: url('images/leftbar.jpg') repeat-y;
	float: left;
}

div#leftcontent {
	margin: 20px;
	font: 12px Tahoma;
}

div#leftcontent h1 {
	font: 22px Arial;
	margin: 0 0 10px 0;
}

div#leftcontent p {
	margin: 0 0 10px 0;
	line-height: 125%;

}
div#leftcontent a {
	color: #e3bb1c;
	text-decoration: none;
}

div#leftcontent a:hover {
	color: #eaeaea;
	text-decoration: none;
}


input#button {
	padding: 0 5px 0 5px;
	height: 25px;

}

input#search {
	width: 200px;
	height: 25px;
	color: #eaeaea;
	background: #090201;
	border: 1px solid #2b0904;
	padding: 2px 5px 0 5px;
	font-face: Arial;
	font-size: 14px;
	}

div#contentbox {
	width: 852px;
	height: 511px;
	background: url('images/content-bg.jpg') no-repeat;
	float: right;
	padding: 20px 0 0 0;
	margin: 0;
	}

div#content {
	overflow: auto;
	margin: 0 20px 0 30px;
	padding: 0 0 0 0;
	font: 18px Tahoma;
}

div#content h1,h3 {
	font-face: Arial;
	color: #e3bb1c;
	margin: 0 0 10px 0;
}

div#content p {
	margin: 0 0 10px 0;
	line-height: 130%;

}
div#content a {
	color: #e3bb1c;
	text-decoration: none;
}

div#content a:hover {
	color: #eaeaea;
	text-decoration: none;
}

div#content img {
	border: 1px solid #e3bb1c;
}


div#footbar {
	width: 1152px;
	height: 44px;
	background: url('images/footbar.jpg') no-repeat;
	text-align: center;
}

div#footbar p {
	font-size: 13px;
	font-weight: bold;
	line-height: 44px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div#footbar a {
	margin: 0 9px 0 9px;
	color: #ffffff;
	text-decoration: none;
}

div#footbar a:hover {
	color: #e3bb1c;
	text-decoration: none;
}

div#foot {
	width: 1152px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 5px;
	color: #292929;
}

div#foot a {
	color: #292929;
	text-decoration: none;
}

div#foot a:hover {
	color: #aeaeae;
	text-decoration: none;
}

div#offer {
	border: 1px solid #2b0904;
	height: 140px;
	padding: 10px;
	font: 12px Tahoma;
	}

div#offer h2 {
	font-size: 22px;
	margin: 0;
	padding: 0;
}

a#offerblock {
	display: block;
	margin-right: 5px;

}

a:hover#offerblock {
	background: #2b0904
}

div#offerform {
	border: 1px solid #2b0904;
	width: 93%;
	height: 340px;
	padding: 10px;
	font: 12px Tahoma;
	}

div#offerform h2 {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
}

div#offerform span {
	font-size: 7px;
	font-weight: normal;
	color: #aeaeae;
	margin: 0;
	padding: 0;
}

#offerform {
	color: #eaeaea;
	background: #090201;
	border: 1px solid #2b0904;
	padding: 2px 5px 0 5px;
	font-face: Arial;
	font-size: 14px;
	}
	
input#offerform {
	height: 25px;
}



