@charset "utf-8";
/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	background:#455560;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
	
#wrap {
    background:#566a0e;
    margin:0 auto;
    width:970px;
    }
	
#nav {
	clear: both;
	float: left;
	background-image: url(IMAGES/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 580px;
	width: 182px;
    }
	
#buttons {
	padding-top: 220px;
	padding-left: 25px;
	width: 136px;	
	}
	
#buttons ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 25px;
    }
	
#buttons li{
	display:list-item;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: d9531e;
    }
	
#buttons a{
	color: da531d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
#buttons a:hover, #nav .active a {
	text-decoration:
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #da531d;
}

#info {
	background-image: url(IMAGES/info_bg.jpg);
	background-repeat: no-repeat;
	height: 261px;
	width: 788px;
	float: right;
    }
	
#info_box {
	padding-top: 30px;
	width: 274px;
}

#info_box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#info_box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#info_box ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: circle;
}

#info_box li{
display:list-item;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}

#content {
	background-image: url(IMAGES/content_bg.jpg);
	background-repeat: no-repeat;
	height: 277px;
	width: 788px;
	float: right;   
    }
#next {
	background-image: url(IMAGES/next_bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 788px;
	float: right; 
    }
	
#next_box {
	height: 42px;
	width: 267px;
	float: right;
	padding-right: 25px;	
}

#next_box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#next_box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#next_box ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: circle;
}

#next_box li{
display:list-item;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}

#footer {
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 970px;
	height: 25px;
	background-image: url(IMAGES/footer.gif);
    }
	
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 5px;	
	}
