/* CSS Document */
body,td,th {
	font-family:verdana;
	font-size: 12px;
	color: #333333;
	line-height:1.7em;
}
body {
margin-top: 0px;
margin:0;
padding:0;
} 
#container{
	width:1000px;
	margin:0 auto;
}
p{ text-align:justify;
}
p .center{ text-align:center;
}
#header {
height: 102px;
text-align: center;
background:url(../images/header-bg.jpg) left top repeat;
padding:12px;
}
#header h1 {
text-align: left;
font-size:48px;
color: #fff;
margin-top:45px;
} 
#header h1 a{
	color: #fff;
	text-decoration:none;
}
ul li{
	list-style:square;
	}
ul li a{
	text-decoration:none;
	font-weight:bolder;
	}	
#leftcol {
width: 174px;
float:left;
margin:15px 0;
}
#leftcol h2, #rightcol h2{
	font-size:15px;
	text-align:center;
	color:#FFFFFF;
	background: url(../images/l-h1-bg.jpg) left top no-repeat;
	margin:0;
	padding:0;
	padding-top:6px;
	height:22px;
}
#leftcol h2 a, #rightcol h2 a{
color:#FFFFFF;
text-decoration:none;
}
#leftcol .rad, #rightcol .rad{
	background-color:#fff9f2;
	margin:0 0 25px 0;
	padding:0;
	border-left: 1px solid #ffc783;
	border-bottom: 1px solid #5f2f00;
	border-right: 1px solid #5f2f00;
	text-align:center;
}
.rad{
 margin:auto;
 text-align:left;
	}
#leftcol .rad ul, #rightcol .rad ul{
	background-color:#fff9f2;
	margin:0 auto;
	padding:0;
	text-align:left;
	border: 0px;
}
#leftcol .rad ul li, #rightcol .rad ul li{
	list-style:none;
	line-height:1.8em;
	padding:0px;
	padding-top:5px;
	padding-left:5px;
	border: 0px;
}
#leftcol ul, #rightcol ul{
	background-color:#fff9f2;
	margin:0 0 25px 0;
	padding:0;
	border-left: 1px solid #ffc783;
	border-bottom: 1px solid #5f2f00;
	border-right: 1px solid #5f2f00;
}
#leftcol ul li, #rightcol ul li{
	list-style:none;
	line-height:1.8em;
	padding:3px;
	padding-left:8px;
	border-bottom: 1px solid #fdd9ad;
}
#leftcol ul li a, #rightcol ul a{
	color:#000000;
	text-decoration:none;
}
#leftcol ul li a:hover, #rightcol ul a:hover{
color:#FE7C00;
text-decoration:underline;
}
#rightcol {
width: 174px;
float:right;
margin:15px 0;
}

#content {
background:url(../images/content-bg.jpg) bottom no-repeat;
float: left;
width:620px;
margin:15px;
} 
#content .img{
	float:right;
	padding:2px;
	border:1px groove #999999;
	margin-left:5px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bolder;
}
#content div.vedio{
	float:right;
	padding:2px;
	border:1px groove #FF9327;
	margin-left:5px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bolder;
}
#content div img{
	border:0px groove #999999;
}

#content h2 {
font-family:Arial narrow;
font-size:25px;
font-weight:normal;
color:#FF6A18;
}
#content h5 {
font-size: 15px;
text-align: center;
text-decoration: underline;
}
.orange{
	color:#FE7C00;
	text-decoration:none;
}
#footer a{
color:#FE7C00;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
#footer{
	border-top:2px solid #ffb400;
	padding:5px;
	margin-top:10px;
	text-align:center;	
	clear:both;
}
#footer p{
text-align:center;
margin:0;
margin-top:10px;
}
.mail{
	background-color:#FFF9F2;
	border:1px groove #FDD9AD;
	padding:2px;
	text-align:center;
	width:100%;
}
#countrylist ul{
	padding-left:10px;
}
#countrylist ul li{
	list-style-type:square;
	width:180px;
	float:left;
	margin-left:10px;
}
.floatr{
float:right;
margin-left:10px;
margin-top:10px;
}
.floatl{
float:left;
margin:0 10px 10px 0;
border:0;
}
h4{ padding:0;
	margin:0;
}
.info{
	background:url(../images/mailbanner.jpg) left no-repeat;
	width:162px;
	height:129px;
	padding:6px;
	font-weight:bolder;
	margin-bottom:15px;
}
.info a{
	color:#FF6A18;
}
.clear{
	clear:both;
	}
