body,html {
	background: rgb(117,116,116) url('img/bk.gif') repeat-x 0 0;
	margin: 0;
	padding: 0;
}

#container {
	width:1070px;
	margin-left: 100px;
	padding: 0;
}

#header {
	background:transparent url('img/header.jpg') no-repeat;
	height:257px;
}

#container2 {
	background: transparent url('img/container2.jpg') repeat-y 211px 0;
	border: 0px solid #000;
}

#side1 {
	float:left;
	background: transparent url('img/side1.jpg') no-repeat ;
	width: 178px;
	height: 366px;
	padding:0;
	margin: 0;
	padding-left: 33px;
	padding-top: 46px;
	text-align:left;
}
 
 #side1en {
	float:left;
	background: transparent url('img/side1en.jpg') no-repeat ;
	width: 178px;
	height: 366px;
	padding:0;
	margin: 0;
	padding-left: 33px;
	padding-top: 46px;
	text-align:left;
}

#side2 {
	float:right;
	background: transparent url('img/side2.jpg') no-repeat ;
	width:164px;
	height:808px;
	padding:0;
	margin:0;
}
#container3 {
	float: left;
	background: #fff url('img/content.jpg') no-repeat 0 0;
	width: 665px;
	padding: 0;
	margin: 0;
	padding-left: 30px;
	padding-bottom:20px;
	overflow:hidden;
}

#content {
	padding-left: 20px;	
	border-left: 2px dotted #999;
	border-right: 0px dotted #999;
	text-align: justify;
	font-size: 14px;
	font-family: Arial;
}

#bottom_shaddow {
	background: transparent url('img/bottom_shaddow.jpg') no-repeat 211px 0;
	height: 37px;
	width:100%;
	clear: both;	
}
	
#menulang {
	float:left;
	color: rgb(5,135,85);
	padding-left: 10px;
	padding-top: 10px;
}

#menulang img {
	border: 0px;
	margin-right: 5px;
}

#menulang a {
	color: rgb(5,135,85);
	text-decoration:none;
	font-size:14px;
}

#menutop {
	float: right;
	padding-top: 20px;
	padding-right: 100px;
	text-align: right;
}

#menutop a {
	color: rgb(5,135,85);
	text-decoration:none;
}

#menutop img {
	border: 0px;
}

#content img {
	margin-right: 10px;
}

#content td {
	background-color:#efe;
	border:1px solid #aba;
	text-align: left;
}

#content a {
	color: rgb(25,155,105);
	text-decoration:none;
}

#content a:hover {
	color: rgb(5,135,85);
	background-color: #ded;
}

#content ul {
	margin-left: 20px;
}

h1 {
	text-align:left;
	font-family: Arial;
	font-size:26px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	background-color: #efe;
	color: rgb( 4, 102, 61);
	padding: 3px;
	margin: 5px;
	border-bottom: 1px solid;
}

hr {
	color:#000;
	margin-top:0px;
	padding-top:0px;
}
ul {
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}

.black {
	color: #000;
}
.orange { 
	color : rgb(246,168,0);
}
.blue {
	color: rgb(31,110,241);
}

#footer {
	width:100%;
	color: #fff;
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color:rgb(5,128,80);
	background-color: #fff;
}

#designed {
	width:100%;
	color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#designed a {
	text-decoration: none;
	color: #999;
}

#designed a:hover {
	color:rgb(5,128,80);
}

#stats {
	text-align: left;
}


#nav  {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: rgb(0,0,0);
	text-decoration: none;
	display: block;
	font-size:13px;
	font-weight:bold;
	font-family: Arial;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	border-bottom: 2px dotted #999;
	background: transparent url('img/bullet_a.gif') no-repeat 5px center;
}
#nav li a:hover {
	background: rgb(171,193,183) url('img/bullet.gif') no-repeat 10px center;
	color: #fff;
	padding-left:30px;
}