
body {


text-align: center;
}

div#wrap { 
width:797px; 
margin:0 auto;
text-align: left;
} 
/* "auto" makes the left and right margins center the wrapper */  

/* Main area */


div#mainarea {

width:787px;
height:90%;
border-left: 0px #ffffff;
text-align:center;
}


div#leftnav {

float:left;
width:135px;
height:100%;
border-right: 0px #ffffff;
font-family: verdana, sans-serif;  
font-size: 70%;
text-align:left;
text-decoration:none;
margin-top:10px;

}








div#mainpage {

float:left;
width:507px;
height:100%;
border: 0px #ffffff;
border-left: 1px #ffffff;
border-right: 1px #ffffff;
padding:10px;
background-color:#ffffff;
}

div#mainpage img {

margin-top:5px;

}



div#mainpage a{

font-family: verdana, sans-serif;
font-size: 120%;
text-decoration:none;
color:black;


}



/* Set's the width and position */

div#insert {

float:right;
width: 90px;
height:100%;
text-align: right;
border: 0px #ffffff;
margin-top:15px;
padding:0px;

}


