@charset "utf-8";

* { 
padding : 0; 
margin : 0; 
} 

body { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 13px;
background-image : url(images/bbg.jpg); 
background-repeat : repeat-x;
color: #000;
}

.sitemap {
	padding: 0;
	margin: 0;
}

.sitemap ul{
	padding: 10px 0 10px 20px;
}

.sitemap ul li{
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	list-style-position: inside;
}

.sitemap ul li ul li{ 
	font-size: 14px;
	font-weight: normal;
	list-style: square;
	list-style-position: inside;
	padding: 0 0 0 20px;
}

.sitemap ul li ul li ul li{ 
	font-size: 12px;
	font-weight: normal;
	list-style: circle;
	list-style-position: inside;
}

.sitemap ul li ul li ul li ol li{ 
	font-size: 12px;
	font-weight: normal;
	list-style: disc;
}

#wrapper { 
margin : 0 auto; 
width : 800px; 
background-image : url(images/wbg.jpg); 
background-repeat : repeat-y; 
} 

#header { 
width : 800px; 
float : left; 
padding : 0; 
height : 130px; 
margin : 0; 
background-image : url(images/hbg.jpg); 
background-repeat : no-repeat; 
}  

#content { 
float : left; 
color : #333; 
background : #fbf7e5; 
margin : 0 0 0 0; 
padding : 10px; 
width :780px; 
display : inline; 
text-align : left; 
} 

#content h1 { 
color : #990000; 
font-size : 1.9em; 
font-weight : lighter; 
} 

#content h2 { 
color : #990000; 
font-size : 1.6em; 
font-weight : lighter; 
padding-top : 20px; 
} 

#footer { 
width : 800px; 
clear : both; 
color : #FFF; 
background : #990000;
margin : 0 0 0 0; 
padding-top : 10px; 
padding-bottom : 10px; 
text-align : center; 
} 
