
body {
margin:0;
padding:0;
color:#000;
background:#a7a09a;
font-family:Arial, Gill Sans, sans-serif;
text-align:center;
}


#wrap {
width:800px;
margin:0 auto;
margin-top:10px;
margin-bottom:10px;
background-color:white;
}


	
#header {
height:80px;
background-color:#14183e;
}

#header img{
margin-top:10px;
}


#nav {
width:100%;
background-color:#14183e;
}

#nav img{
margin-right:1px;
float: left;
}




/* MAIN SECTION THREE DIVS */

#main {
float:left;
width:550px;
padding-left:10px;
}

#top_main{
width:100%;
margin-top:10px;
background: url(images/top_main.jpg);
height:160px;
}

#center_main{
width:96%;
background-color:white;
height:520px;
margin-bottom:10px;
margin-left:10px;
border-width:1px;
border-right-style:dotted;
border-bottom-style:dotted;
border-left-style:dotted;
}


#bottom_main{
width:96%;
background-color:white;
height:210px;
margin-bottom:10px;
margin-left:10px;
border-width:1px;
border-right-style:dotted;
border-bottom-style:dotted;
border-left-style:dotted;
}

/* END MAIN DIVS */


/* START SIDEBAR DIVS */


/* Main sidebar container div */
#sidebar {
float:right;
width:220px;
padding:10px;
}


/* internal sidebar divs */

#top_sidebar{
width:96%;
background-color:white;
margin-bottom:10px;
border-width:1px;
border-right-style:dotted;
border-bottom-style:dotted;
border-left-style:dotted;
}



#center_sidebar{
width:96%;
background-color:#b4b4b4;
height:160px;
margin-bottom:10px;
}



#bottom_sidebar{
width:96%;
background-color:#b4b4b4;
height:170px;
margin-bottom:15px;
}



#sidebar logo_links{
margin-right:10px;
width:210px;
height:70px;
}





/* TEXT STYLES */

#top_sidebar p{
font-size:75%;
margin:5px;
}

#top_sidebar a{
text-decoration:none;
color:red;
}

#center_sidebar p{
font-size:75%;
margin:8px;
}

#bottom_sidebar p{
font-size:75%;
margin:8px;
}



#top_main h3{
color:#1f2755;;
font-size:98%;
}

#wrap #main #top_main p{
font-size:85%;
margin-left:25px;
margin-right:25px;
}


/* END TEXT STYLES */


hr{
margin-left:20px;
margin-right:20px;
}


/* LINK STYLES */


#top_main a{
text-decoration:none;
color:red;
}


#footer a {
text-decoration:none;
color:white;
}

#bottom_sidebar a{
text-decoration:none;
color:red;
}


/* END LINK STYLES */




#debtcounter{
margin-top:10px;
margin-right:10px;
width:210px;
}


#footer {
clear:both;
background:#FF0000;
height:60px;
padding:10px;
color:#fff;
}



#footer span{
font-size:90%;
}





	
