@charset "utf-8";
html {
  /* force scrollbars on at all times so that the page does not jump when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}
 /* same hack for firefox */
html {
overflow: -moz-scrollbars-vertical;
}
body {
	background-image: url(../images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #200506;
	margin: 0px;
	padding: 0px;
	color: #e1e0e0;
	font-size: 14px;
	font-family: Verdana;
}
#wrapper {
	padding: 0px;
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 111px;
	width: 999px;
}
#logo_text {
	float: left;
	height: 100px;
	width: 200px;
	padding-left: 50px;
}
#header_text {
	float: right;
	height: 100px;
	width: 200px;
	padding-right: 50px;
}
#cont_wrap {
	background-image: url(../images/center_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	width: 999px;
}
#cont_top {
	background-image: url(../images/cont_top.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 955px;
	padding-left: 44px;
}
#cont_top_lft_tag {
	float: left;
	height: 18px;
	width: 645px;
	padding-top: 9px;
	padding-left: 15px;
}
#cont_top_rt_tag {
	float: right;
	height: 18px;
	width: 200px;
	padding-top: 9px;
	padding-right: 40px;
}
#cont_mid {
	background-image: url(../images/cont_mid.png);
	background-position: top;
	background-repeat: repeat-y;
	float: left;
	width: 955px;
	padding-left: 44px;
}
#cont_main {
	float: left;
	width: 650px;
	padding: 5px;
}
#cont_right {
	float: right;
	width: 230px;
	padding-right: 35px;
}
#cont_btm {
	background-image: url(../images/cont_btm.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 955px;
	padding-left: 44px;
}
#footer {
	background-image: url(../images/footer.png);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 955px;
	padding-left: 44px;
}
#footer_cont {
	padding-top: 20px;
	padding-left: 10px;
	width: 900px;
	float: left;
	text-align: center;
	color: #666666;
	font-size: 10px;
	font-family: Arial;
}

li {
	text-align: left;
	color: #e1e0e0;
	font-size: 14px;
	font-family: Verdana;
}
.right_li {
	margin-left: -20px;
	text-align: left;
	color: #e1e0e0;
	font-size: 12px;
	font-family: Verdana;
}
a {
	color: #f84e3c;
}
a:hover {
	color: #FFFFFF;	
}
a:visited {
	color: #d6c1c1;	
}
p {
	margin: 10px;
	color: #e1e0e0;
	font-size: 14px;
	font-family: Verdana;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
footer_cont a {
	color: #CCCCCC;
}
h1 {
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
	color: #c8c7c7;
	padding-top: 5px;
}
.cont_tag {
	font-family: Verdana;
	font-size: 14px;
	color: #CCCCCC;
}
h2 {
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
	color: #e1e0e0;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0px;
}
h4 {
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #999999;
	margin: 10px;
	line-height: 1.5em;
}
.ad {
	color: #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
}
.ad2 {
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 16px;
}
.adborder {

	border-style: ridge;
	border-width: thin;
	border-color: #555555;
}
