body 
{
margin-top: 0px;
margin-left: 0px;
color: #000;
background-color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
}


a {color: #7d5d58; font-family: Verdana, Arial, Helvetica, sans-serif;   text-decoration: none}
a:visited {color: #7d5d58; text-decoration: none}
a:active {color: #7d5d58; text-decoration: none}
a:hover {color: #CCC; text-decoration: underline}

ul
{
	list-style-position: inside;
}

h1 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 24px; 
font-style: normal; 
font-weight: bold;
text-decoration: none;
padding-left: 10px;
padding-top: 0px;
margin-bottom: 10px;
margin-top: 10px;
}


h2 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
padding-top: 10px;
margin-bottom: 0px;
}

/* If you'd like to use h3, h4, h5, etc., use the code below, and describe them accordingly. Should contain the same properties as h1 or h2 */
h3
{
	
}


p  
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
padding-left: 10px;
margin-top: 0px;
}

table
{
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table td
{
	border-bottom: 1px dotted #CCC;
	padding-left: 5px;
}

/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
        display: block;  
    }  


#header
{
float: left;
width: 950px;
height: 150px;
background-color: #C6D9FF;
}



#nav
{
float: left;
width: 140px;
height: 100%;
background-color: #FFF;
}

#nav ul 
{
margin: 0px;
padding: 20px 0 0 10px;
list-style-type: none;
}

#nav li
{
padding-bottom: 15px;
}


#nav a {color: #7d5d58; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; text-decoration: none}
#nav a:visited {color: #7d5d58; text-decoration: none}
#nav a:active {color: #7d5d58; text-decoration: none}
#nav a:hover {color: #ab8885; text-decoration: none}

#section
{
float: left;
width: 768px;
height: auto;
min-height: 450px;
border-left: 2px solid #CCC;
padding: 10px;
}

#footer {
float: left;
width: 930px; 
height: 25px;
background-color: #dccdcc;
font-size: 10px;
padding: 10px;
color: #f4f4f4;
} 

#main {
position: relative;
margin-left: auto;
margin-right: auto;
width: 950px; 
height: auto;
background-color: white;
}