/* CSS Document */

body {
	background-color: #212121;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	
}
a:link {
	color: #0099ff;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #00CCFF;
}
#contain{
	margin:0 auto; width:956px; background:url(../images/bg-light.jpg) top no-repeat; padding-bottom:30px;
}
#main{ margin:10px 20px; }
#left{ float:left; width:63%; }
#right{ float: right; width:34%; }
#footer{background:url(images/bg-footer.jpg) repeat-x; height:99px; padding:10px; clear:both}
h1{ font-size:14px; font-weight:bold; color:#ffcc00; margin:0 0 20px 0}
h2{ font-size:14px; font-weight: normal; color:#fff; margin:0}
p{ font-size:12px; font-weight: normal; color:#666; margin:0; 
.style1 {color: #999999; font-size:20px;}
.gray{ font-size:20px; font-weight:bold; color:#999; }
.pic{float:left; width:20%}
.info{ border-bottom:1px solid #373737; padding-bottom:10px; margin-bottom:10px}
.pic-right{float: right; width:80%}
