body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}

#maincontainer{
width: 700px;
background:url(../img/sand.jpg) repeat;
}

#topsection{
background: #EAEAEA;
}

#contentwrapper{
float: left;
width: 100.3%;
}

#contentcolumn{
float:left;
width:69.64%;
padding: 5px 0px 0px 6px;
background:#fff;
min-height:580px;
}

.content_split 
{
float:left;
width:49.78%;
height:140px;
vertical-align:middle;
}

.text_middle 
{
margin-top:12%;
}

#leftcolumn{
float: left;
width: 29.5%; /*Width of left column*/
background:url(../img/leftside.jpg) repeat; 
height:100%;
min-height:580px;
}

#leftcolumn_staff{
float: left;
width: 29.5%; /*Width of left column*/
background:url(../img/sand.jpg) repeat; 
/*height:100%;
min-height:580px;*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}
