body{
background:#dadada;
background-attachment:fixed; 
}

#maincontainer{
display:table-cell;
width:900px;  
alignment:center;
background:#ffffff; 
}

#wrapper {
background:#ffffff;
margin:0 auto;
width:900px; 
}

#header {
width:900px;
height:120px;
margin:auto;
}


/**************** MAIN *********************/
#main{
width:468px;
font-size:12px;
font-family:arial;
float:left;
margin:0 5px 0 5px;
}

a:link{
color:#4b99e7;
text-decoration:none;
}

a:hover{
color:#000000;
text-decoration:underline;
}

a:visited{
color:#4b99e7;
text-decoration:none;
}


/**************** LEFT *********************/
#left{
background:#ffffff;
width:165px; 
float:left;
font-size:12px;
font-family:arial;
margin: 4px 0 0 0;
}

#left h2{
width: 155px;
background: #afd3e2;
color::#000000;
text-align:left;
font-size:14px;
margin:0px 0px 0px 6px;
padding:2px 0 2px 4px;
}

.adsleft{
width: 159px;
margin:0px 0px 0px 6px;
background: #f7f7f7; 
float:left;
}

.sleft{
width: 129px;
margin:0px 0px 0px 6px;
background: #f7f7f7; 
float:left;
color: #000000;
font-weight:bold;
padding:0 15px 8px 15px;
}

.sleft ul{
display:block;
margin:5px 0 0 0;
padding:1px 0 3px 10px;
border-bottom:1px solid #B1B1B1;
background:url('bullet.gif') no-repeat right top ;
}


.sleft ul a{ 
color:#000000;
font-weight:bold;
text-decoration:none; 
}

.sleft ul a:hover{
color:#AD235E;
}

/**************** RIGHT *********************/
#right{
background:#ffffff;
font-family:arial,sans-serif;
width:251px; 
float:left;
font-size:12px;
margin:4px 0 0 0;
}

.sright h2{
width: 225px;
background: #afd3e2;
color::#000000;
text-align:left;
font-size:13px;
margin:0px 6px 0px 0px;
padding:2px 0 2px 4px;
}

.sright{
width: 225px;
margin:0px 6px 8px 0px;
background: #f7f7f7; 
float:left;
color: #000000;
font-weight:bold;
padding:0 0px 5px 0px;
}

.sright ul{
margin:5px 0 0 0;
display:block;
padding:1px 0px 3px 10px;
background:url('bullet.gif') no-repeat left top ;
}


.sright ul a{ 
color:#000000;
font-weight:bold;
text-decoration:none; 
}

.sright ul a:hover{
color:#ad235e;
}

/**************** FOOTER *********************/
#footer {
font-family:arial,sans-serif;
text-align:center;
font-size:13px;
color:#ffffff;
//font-weight:bold;
width:900px;
padding:3px 0px 3px 0px;
margin:15px 0px 5px 0px;
background: #1b3b53;
}




