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

body {
	background-image: url(images/bg.png);
	margin: 0;
	background-repeat: repeat-x;
	background-color: #252525;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ededed;
}
#wrap {
	width: 940px;
	margin: 0 auto;
}
#logo {
	background: url(images/logo.png) no-repeat;
	width: 317px;
	height: 69px;
	margin: 30px 0 15px 10px;
}
#navigation {
	background: url("images/nav-bar.png") repeat-x;
	height: 56px;
	line-height: 4em;
}
#navigation a {		
	color: #9b9b9b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
#navigation a:hover {
	color: #fff960;
	text-decoration: none;
	background-position: 0 -65px;
}
#nav {
	background: url("images/navbar.png") repeat-x;
	padding: 0 14px 0 14px;
	margin: 0 2px 0 2px;
	height: 56px;
}
#main {
	background: #4b4b4b  url(images/body-bg.png) repeat-y left;
}
#header {
	background: url(images/header.png) no-repeat;
	height: 271px;
}


#header_subpage {
	height: 70px;
}

#foot {
	background: url(images/body-footer.png) no-repeat;
	height: 26px;
}
#ad1 {
	text-align: center;
	padding: 7px 0 0 0;
}
#left {
	float: left;
	width: 200px;
	margin: 0 0 10px 8px;
	text-align: justify;
	line-height: 1.4em;
}
#left p {
	margin: 0;
	padding: 2px 3px 4px 3px;
	font-weight: normal;
}
#left ul {
	margin: 0;
	padding: 5px 0 5px 20px;
	line-height: 1.6em;
}
#left img {
	border: 0;
	padding: 4px;
}

#right {
	float: left;
	width: 700px;
	margin: 0 0 10px 20px;
	text-align: justify;
}
#right ul {
	margin: 0;
	padding: 5px 0 5px 30px;
	line-height: 1.6em;
}
#footer {
	background: #131313;
	text-align: center;
	padding: 25px 0 0 0 ;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #4b4b4b;
	text-decoration: none;
}
#footer a:hover {
	color: #a9a9a9;
	text-decoration: underline;
}
a:link, a:active, a:visited {
	color: #fffca0;
	text-decoration: none;
}
a:hover {
	color: #fff600;
	text-decoration: underline;
}


h2 {
	background: url(images/bullet-y.png) no-repeat left top;
	margin: 0;
	padding: 0 0 4px 20px;
	font-size: 18px;
	font-weight: normal;
}
h1 {
	background: url(images/bullet-x.png) no-repeat left top;
	margin: 0;
	padding: 0 0 4px 28px;
	font-size: 22px;
	font-weight: normal;
	color: #fff600;
	line-height: 1em;
}












