/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a {
	text-decoration:none;
}
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* LAYOUT */
.clear {
	clear: both;
}

body {
margin:0;
padding:0;
color:#646464;
font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
line-height:1.5em;
/*margin:0.25em 0 15px;*/
background:url(../images/bkg-body.jpg) repeat;
background-position:0 0px;
}

div#wrapper
	{
		width:960px;
		margin: 10px auto;
		text-align:center;
		max-width:960px;
		min-width:778px;
	}
#colLeft{
	width:738px;
	float:left;
}
#colRight{
width:200;
margin-left:5px;
padding:5px;
background:#FFFFFF;
float:right;
}
.rightAdBox{

background:#CCFFCC url(../images/5star.png) no-repeat bottom center;;
padding:5px 5px 15px 5px;
border:#CCCCCC 1px solid;
width:190px;
}
div#banner
	{	
		width:728px;
		height:90px;
		background: #FFFFFF url(../images/banner.png) no-repeat center center;
		padding:5px;
		
	}
.adBox1{
    margin-top:5px;
	width:738px;
	background:#B3DB83;

}
.leftAdBox1	{
position:absolute;
top:5px;
left:10px;
}
.leftAdBox2	{
position:absolute;
top:135px;
left:10px;
}

#bannerList
{
	list-style-type:none;
	z-index:5;
}
#bannerList li
{


}
.site
	{
	position:relative;
		border: 1px solid #484848;
		width: 738px;
		margin: 10px auto;
		background:url(../images/rowbig-blue3d.png) repeat-x left top;
	}	
.sitename
	{
	background:url(../images/img01.gif) repeat-x;
	/*background:transparent;*/
	    position:relative;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color:#FFFFFF;
	}
.openMe{
position:absolute;
top:0;
right:15px;
line-height:30px;
text-align:right;
}
.openMe a{
	text-decoration:none;
	color:#fff;
}
.openMe a:hover{
	text-decoration:none;
	background:#990000;
	color:#fff;

}		
.sitebanner
	{

	    position:relative;
		text-align: center;
		border-bottom: 1px solid #ccc;
		background:url(../images/rowbig-bright-green.png) repeat-x top left;
		min-height:40px;
	}	
	
img.banner
	{
		margin: 10px auto;
		border: 5px solid #fff;
			
	}	

.desc
	{
		padding: 10px;
		background: #FFF url(../images/200hbg-white3d1.png) no-repeat bottom left;
		width:auto;
	}
.desc p a
	{
		width:auto;
		display:block;
		overflow:auto;
	}
.desc img
{
	display:block;
	width:auto;
	margin:0 auto;
	text-align:center;
	}

	
.txtde	{
margin:10px auto;
margin-top:20px;
text-align:center;
color:#FFCC00;
clear:both;
width:auto;
}
.btmAdBox1{
clear:both;
text-align:center;
padding:10px;
width:auto;

}