* {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}

body {
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #333;
	font-weight: normal;
	background-color: #996633;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
text-decoration: underline;
color: #37AB96;
}

#wrap {
	margin: 0 auto;
	width: 800px;
	background-color: #666666;
}

#header {
	height: 140px;
	background-image: url(images/menu4.gif);
}
#header h1 { 
font-size: 36px;
padding: 23px 0 0 20px;
color: #FF5500;
}
#header h1 a {
	color: #00FF00;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 19px;
color: #fff;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#header h3 {
	font-size: 22px;
	color: #333333;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

#top {
height: 70px;
line-height: 70px;
background: #fff url(images/menu4.gif) no-repeat;
}

#menu {
	
	line-height: 1.9em;
	width: 790px;
	display: block;
	text-indent: 0px;
	text-align: left;
	background-repeat: repeat;
	vertical-align: middle;
	margin-top: 0px;
	top: 106px;
	right: -10px;
	position: relative;
}
#menu ul {
list-style-type: none;
padding-left: 4px;

}
#menu ul li {
	display:inline;
	float: left;
	
}

#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	display:block;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100px;
	height:50px;
	background-image: url(images/btn_bg.jpg);
	line-height: 13px;
	text-align:center;
	padding-top: 4;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	
}

#content {
padding: 0 20px 20px 20px;
background:url(images/content.gif)
}

.right {
	float: right;
	width: 745px;
	text-align: justify;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	list-style-type: none;
	z-index: 2;
	word-wrap: break-word;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	background-repeat: no-repeat;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #37AB96;
}

.left {
	float: left;
	width: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #111;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #157D6A;
text-decoration: none;
font-weight: 100;
}
.left ul li a:hover {
color: #37AB96;
}

#bottom {
	padding: 10px 0;
	background-color: #0F0F10;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
}

#footer {
text-align: center;
font-size: 11px;
}


.tbl {
	border: thin solid #009900;
}

.ads_right {
	float: right;
	padding: 7px;
	margin: 8px;
}

.ads_left{
	float: left;
	padding: 10px;
	margin: 8px;
} 

#ads_banner {
	background-color: #2C2E31;
	color: #FFFFFF;
	padding: 5px;
	border: 3px groove #000000;
}

