@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style: none }
img, div { behavior: url(css/iepngfix.htc) }
html body { 
	margin:0;
	padding:0;
}
html {
	}
a { text-decoration:none}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
	color:#666666;
	font-size:9pt;
	line-height:1.65em;
}

.header {
	height:110px;
	float:right;
	width:800px;
	border-bottom:#666666 1px solid;
	position: relative;
}
.header h1 {
	display:block;
	position:absolute;
	top:62px;
	left:-182px;
	width:166px;
	height:86px;
	background:url(../images/tlang.jpg) no-repeat top left;
	text-indent:-9999px;
}


.header ul {
	position: absolute;
	top: 44px;
	left: 203px;
	width: 529px;
	height: 30px;
	padding-top: 53px;
	padding-left: 38px;
}

.header ul li {
	float: left;
	padding: 0em .5em;
	border-right: 1px solid #666666;
	}

.header ul li a {
	text-align:center;
	font-weight: bold;
	color:#CCCCCC;
	font-size: 11px;
	padding: 2px 3px;
	text-transform: uppercase;
	display:block;
	width:65px;
	height:25px;
	
	}

.header ul .strip {
	padding-right: 0;
	border: none;
	}
	
.header ul li a:hover {
	color:#FFFFFF;
	}

.header ul li a:active {
	color: black;
	}



.wrapper {
	height: 430px; width:950px; float:right;
}
#left {
	position: absolute;
	top: -330px;
	left: -192px;
	width: 245px;
	border-right:#444444 1px solid;
	text-align:right;
	padding-top: 0px;
	padding-right:1em;
	padding-bottom: 40px;
	padding-left: 0;
}
#left a , .left a:visited {
	color:#8F7534;
	font-style:italic;
	font-size:9pt;
	line-height:1.95em;
	padding-right:.75em; padding-left:.75em;
	background:url(../images/left_bg.png) repeat top center;	
}
#left a:hover {
	color:white;
}
.wrap_content {
	background:url(../images/content_bg.png) no-repeat top left;
	margin-right:0;margin-left:;
	height: 390px; width:571px;
	float:right;

}
.content {
	font-style:italic;
	text-align:right;
	height: 360px; width:510px;
	padding:30px 30px 0 30px;
	float:right;
	border-left:#666666 1px solid;
	overflow:auto;    
}


.content h2 {
	color:#000000;
	font-size:18pt;
	padding:1em 1em 0em 0;

}

.content p {
	padding-top: 1em;
}
.content em {
	color:#999999;
}

.content a {
	color:#CCCCCC;
}
.content a:hover {
	color:white;
}

.footer {
	width:600px;
	border-top:#666666 1px solid;
	clear: both;
	float:right;
	text-align:right;
	padding:30px 35px 0 20px;
	font-size:7.5pt;
	line-height:1.25em;
	color:#333333;
	position:relative;
}
.footer a {
	color:#333333;
}
.footer a:hover {
	color:#cccccc;
	}
