body{
margin:10px;
padding:10px;
background: #fff;
}

#main{
width: 900px;
margin: 0 auto;
border-width:10px;
border-style:solid;
border-color:#DCDCDC;
padding:25px;

}

#top{
background:#fff;
height: 50px;
}

#wrap{
float: left;
width: 100%;
}

#content{
margin-left: 230px;
text-align: justify;
border-top: 15px solid #fff;
border-right: 15px solid #fff;
background: #fff;
font-size: 14px;
line-height: 18px;
text-align: justify;
color:black;
font-family:"Verdana";
}


#left{
float: left;
width: 220px;
margin-left: -900px;
background: #fff;
border-top: 15px solid #fff;
}

#foot{
clear: left;
color: gray;
text-align: right;
margin-right: 30px;
font-family:Arial;
text-transform: capitalize;
font-size:14px;
line-height: 18px;
border-top: 10px solid #fff;
background: #fff;
}

#foot a{
color: gray;
text-decoration: none;
}

.inner{
margin: 10px; 
margin-top: 0;
}
