/* CSS Document */

* {
   margin:0pt;
   padding:0pt;
}

body{
	background: #180E05 url('images/background.png') repeat-x;
	color:white;
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	font-size:13px;
}
img {
	border:0;
}
h1, h2,h3,h4,h5,h6{
	font-weight:400;
}
h1 {
	margin-top:15px;
	font-family:OptimaLT, Arial;
}
h2 {
	margin-top:25px;
	font-family:OptimaLT, Arial;
}
h3 {
	font-family:OptimaLT, Arial;
	color:#AF8957;
}
a:link, a:visited, a:hover, a:active {
	color:#a07e59;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

.clearfix {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
/*	visibility: hidden;*/
}

/*************************************************/
/***************** Left Column  ******************/
/*************************************************/

#wrapper {
	width:100%;
	height:1000px;
	background:url('images/bgpattern.png') top left no-repeat;	
}

#leftcolumn {
	min-height:700px;
	width:160px;
	padding-left:25px;
	float:left;
}

#leftlogo {
	height:130px;
	padding-top:15px;
}

.menubg {
	background:url('images/menubg.png') top right no-repeat;
}

.contentbg {
	background:url('images/contentbg.png') top left repeat-y;
}

#leftmenu {
	height:650px;
	margin-top:-50px;
	padding-top:70px;
}

#leftmenu ul {
	list-style-type:none;
}

#leftmenu ul li {
	margin:5px 3px 5px 0px;
	margin-right:3px;
	float:right;
	width:137px;
}

#leftmenu ul li.selected, #leftmenu ul li:hover {
	margin:4px 3px 4px 0px;
	background-color:#74244b;
	border-top:1px solid #a06581;
	border-bottom:1px solid #a06581;
}

#leftmenu ul li a:link, #leftmenu ul li a:hover, #leftmenu ul li a:visited, #leftmenu ul li a:active {
	color:white;
	text-transform: uppercase;
	text-decoration:none;
	margin-left:4px;
}

#leftmenu ul li ul li {
	background:transparent url('images/lisubdot.gif') no-repeat 5px 10px;
	padding:2px 0;
	margin:1px 0px 1px;
}

#leftmenu ul li ul li:hover {
	border-top:1px solid #a06581;
	border-bottom:1px solid #a06581;
	background-color:#74244b;
	padding:2px 0;
	margin: 0;
}

#leftmenu ul li ul li a {
	margin:1px 0px 1px;
	padding-left:10px;
	font-size:11px;
}

#leftmenu ul li ul li a.subselected {
	color:#AF8957;
	font-size:11px;
}
#leftmenu li a.subnotselected {
	color:white;
	font-size:11px;
}
/*************************************************/
/***************** Right Column ******************/
/*************************************************/

#rightcolumn {
	margin-left:18px;
	float:left;
	padding:30px 0;
	width:772px;
}

.rightcolumntop {
	width:800px;
	background:url('images/contentbgtop.png') bottom left no-repeat;
	min-height:8px;
	margin-top:20px;
}


.rightcolumnmiddle {
	width:768px;
	min-height:300px;
	padding:50px 0px 0px 2px;
}

.rightcolumnmiddle2 {
	width:768px;
	padding:20px 0px 0px 2px;
}

.rightcolumnbottom {
	width:800px;
	background:url('images/contentbgbottom.png') top left no-repeat;
	min-height:8px;
}
.contentleft {
	margin-left:15px;
	float:left;
	width:60%;
	min-height:50px;
}

.contenttop {
	margin-left:1px;
	width:766px;
}

.contentright {
	float:right;
	margin-right:45px;
	width:30%;
}
.contentbottom {
	margin:0 15px;
}
.bottomright {
	float:right;
	font-size:11px;
	margin-right:3px;
	color:gray;
}
.bottomleft {
	float:left;
	font-size:11px;
	margin-left:3px;
	color:gray;
}
ul {
	margin-left:15px;
}
.tt_news_date {
	color:#A07E59;
	margin-top:15px;
}
.subheader a {
	color:white;
}
.news-single-backlink {
	margin-top:15px;
}