
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;
}



h1 {
margin:0;
}


#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;
}



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


#bottom_main{
width:96%;
background-color:white;
height:400px;
margin-bottom:10px;
margin-left:10px;
margin-top: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:150px;
margin-bottom:10px;
}



#bottom_sidebar{
width:96%;
background-color:#b4b4b4;
height:175px;
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:5px;
}

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

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


#center_main p{
font-size:95%;
margin:10px;
}

#bottom_main p{
font-size:95%;
margin:10px;
}





h2 {
margin:0 0 1em;
}

/* END TEXT STYLES */


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



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

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

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