@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**********************************************************************************************************************************/
.clear {
	clear:both;
	font-size:1px;
}
/**********************************************************************************************************************************/
body {
	background:url(../images/bg.jpg) #000000 top center no-repeat;
	margin:0px;
	padding:0px;
}
/**********************************************************************************************************************************/
#wrapper {
	width:1000px;
	margin:0 auto;
}
/**********************************************************************************************************************************/
#logo {
	width:346px;
	height:135px;
	margin:15px auto;
}
/**********************************************************************************************************************************/
#menu {
	background:url(../images/menu.jpg) repeat-x;
	margin:0px;
}
#menu-left {
	background:url(../images/menu-left.jpg) left no-repeat;
	margin:0px;
}
#menu-right {
	height:37px;
	background:url(../images/menu-right.jpg) right no-repeat;
	margin:0px;
}
/**********************************************************************************************************************************/
#banner {
	height:258px;
	background:url(../images/banner.png) left no-repeat;
	margin:10px 0;
}
#banner-top {
	float:right;
	width:340px;
	margin:0px;
}
.button {
	margin:3px 0 0 0;
}
/**********************************************************************************************************************************/
#contant {
	background:url(../images/cont.jpg) #090909 top repeat-x;
	margin:0px;
}
#contant-left {
	background:url(../images/cont-left.jpg) left top no-repeat;
	margin:0px;
}
#contant-right {
	background:url(../images/cont-right.jpg) right top no-repeat;
	margin:0px;
	padding:10px 20px;
}
#contant h1 {
	color:#F1DB7E;
	font-size:30px;
	line-height:50px;
}
#contant h1 a {
	color:#F1DB7E;
	text-decoration:none;
}
#contant h1 a:hover {
	color:#FF0000;
}
#contant p {
	color:#9E9A9E;
	line-height:20px;
	padding:5px 0;
}
/**********************************************************************************************************************************/
#footer {
	color:#9E9A9E;
	height:50px;
}
#footer p {	
	color:#9E9A9E;
	text-align:center;
}
#footer p a {
	color:#9E9A9E;
	text-decoration:underline;
}
#footer p a:hover {
	color:#FFFF00;
	text-decoration:none;
}
/**********************************************************************************************************************************/
