*{
	padding:0;
	margin:0;
	font: 12px/18px Geneva, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}
body{
	background:#FFF url(img/bg.jpg) repeat-x;
}
.clear{
	clear:both;
}
#site{
	width:740px;
	margin: 0 auto;
	padding-bottom:40px;
}
#header{
	
}
#tip_cs{
	display:none;
	width:100px!important;
	height:200px;
}
fieldset{
	border:none;
}
ul{
	margin-left:15px;
	margin-top:5px;
}
li{
	list-style-type:none;
	float:left;
	padding-right:20px;
}
li a{
	text-decoration:none;
	text-transform:uppercase;
	color:999;
	font-size:11px;
}
li a:hover{
	color:#C06;
}
#display{
	width:740px;
	margin-top:30px;
}
#display .left{
	float:left;
	background:#111;
	width:298px;
	height:250px;
	border:1px solid #000;
}
#display .right{
	float:left;
	background:#C06;
	width:439px;
	height:250px;
	border-left:none;
}
#display .right img{ 
width: 439px;
height:250px;
margin: 0 auto;
}
#text_panel .left{
	float:left;
	width:280px;
	padding:10px;
	margin-top:20px;
}
#text_panel .right{
	float:left;
	width:355px;
	padding:10px;
	padding-left:50px;
	margin-top:20px;
}
#text_panel .right img{
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #CCC;
}
#text_panel h1{
	font-family:Geneva, Verdana, sans-serif;
	font-size:24px;
	color:#C06;
	padding-bottom:5px;
}
#text_panel h2{
	font-family:Geneva, Verdana, sans-serif;
	font-size:14px;
	color:#333;
	padding-bottom:15px;
}
p{
font-size:11px;
line-height:150%;
padding-top:5px;
}




#footer_container{
	width:740px;
	margin:0 auto;
	border-top:1px solid #999;
}
#footer{
	width:418px;
	margin:0px auto;
	padding:0px 20px;
	padding-top:10px;
}
#footer img{
	float:left;
}
#footer p{
	display:inline-block;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-top:2px;
	color:#999;
}
#footer a{
	display:inline-block;
	text-decoration:none;
}
.imglink {
	background:#FFF;
	display:inline !important;
	margin-top:0 !important;
	padding:0 !important;
	text-decoration:none !important;
}
