body {
background-color:#E6E6E6;
margin: 0px;
padding: 0px;
text-align:center;
font-family: "Trebuchet MS", Arial, Geneva, Sans-Serif;
}

h1 {font-size: 24px;}
h3 {font-size: 15px; font-weight:900;}

#wrap {
width:500px;
text-align:center;
//--background-color:#FFFFFF;
margin:0 auto;
}

#main {
margin:0 auto;
padding:200px 0 0 0;
width:500px;
}

#content {
text-align:center;
width:500px;
margin-bottom: 15px;
color: #6F8DCB;
border:#FFFFFF 15px solid;
background-color:#DDE8F7;
}

p {font-size:13px;}

#footer {
clear:both;
font-size: 0.7em;
color:#8395AD;
}

#bottom {
clear:both;
}

.small {
font-size:0.65em;
color: #6F8DCB;

}



a:link {color:#91A5CF;text-decoration:none;font-weight:bold;}
a:visited {color:#91A5CF;text-decoration:none;font-weight:bold;}
a:active {color:#000000;text-decoration:none;font-weight:bold;}
a:hover {color:#FFFFFF;text-decoration:none;font-weight:bold;}


