body
{
 margin: 0; 
 padding: 0; 
 font-family: arial, "trebuchet ms", verdana;
 color: #000; 
 font-size: 10px; 
 background-color: #666;
}

#wrapper
{ 
 width: 700px;
 background-color: #C8C8FF;
 margin: 0 auto;
 border: 3px solid #000070;
 border-top: 0;
}

#div_header 
{
 background: url('/images/header.jpg') 0 0 no-repeat;
 height: 200px;
 position: relative;
 width: 100%; 
 padding: 0;
 margin: 0; 
 background-color: #fff;
}

#div_content 
{
 float: left;
 width: 100%;   
 position: relative;
}

#div_left
{
 position: relative;
 float: left;
 width: 375px;
}

#div_right
{
 position: relative;
 float: left;
 width: 325px;
 margin-top: 5px;
}

#div_bottom
{
 position: relative;
 float: left;
 width: 660px;
} 

#about_box 
{
 position: relative;
 float: left;
 margin: 10px 0 10px 20px;
 width: 655px;
 background-color: #FFFAEB;
 color: #00548B;
}

#about_box h2
{
 margin: 15px;
}

#about_box p
{
 margin: 15px;
 font-size: 1.3em;
}

.box
{
 position: relative;
 float: left;
 margin: 10px 0 10px 20px;
 width: 320px;
 height: 120px;
 background-color: #60608d;
}

.box ul
{
 font-size: 12px;
 margin: 0;
 margin-left: 15px;
 margin-top: 5px;
 margin-bottom: 0px;
 padding: 0;
 list-style: none;
 color: #ddd;
}

.box a:visited, .box a:link
{
 color: #fff;
}

.box li
{
 margin: 6px 0;
}

#div_footer
{
 clear:both; float:left;
 background:#9C2727;
 border-top:#FFA500;
 padding:6px; 
 color:white;
}
