/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
}

#wrapper{
width:812px;
height:auto;
text-align:center;
margin-left:0px;
border:0/*1px solid rgb(245,245,245)*/;
background-color:transprent;
margin-top:20px;
padding:0;
}

#col-left-title{
width:400px;
margin-left:0px;
height:15px;
float:left;
text-align:center;
border:1px solid gray;
background-color:#FFFFCC;
padding-top:5px;
padding-bottom:5px;
}

#col-right-title{
width:400px;
height:15px;
float:left;
margin-left:8px;
text-align:center;
border:1px solid gray;
background-color:#FFFFCC;
padding-top:5px;
padding-bottom:5px;
}

#col-left{
width:400px;
margin-left:0px;
height:255px;
float:left;
text-align:center;
border:1px solid gray;
}

#col-right{
width:400px;
margin-left:8px;
height:255px;
float:left;
text-align:center;
border:1px solid gray;
}

#col-left-desc{
width:400px;
margin-left:0px;
height:100px;
float:left;
text-align:center;
border:1px solid gray;
}

#col-right-desc{
width:400px;
margin-left:8px;
height:100px;
float:left;
text-align:center;
border:1px solid gray;
}

#lead_box{
width:400px;
float:left;
margin-left:0px;
text-align:left;
height:auto;
}

#footer{
width:800px;
float:left;
margin-left:0px;
text-align:center;
height:auto;
}