@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(imgs/slice.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.wrapper_home{
	background-image: url(imgs/bground.png);
	background-repeat:no-repeat;
	width: 942px;	
}

.wrapper_interior{
	background-image: url(imgs/bground.png);
	background-repeat:no-repeat;
	width: 942px;	
}

.header{
	background-image: url(imgs/header.png);
	background-repeat:no-repeat;
	width: 893px;	
	height: 308px;
}
.sidebar{
	background-image: url(imgs/sidebar.png);
	background-repeat:no-repeat;
	width: 254px;
	
	
}

.bodycontent{
	background-image: url(imgs/body.png);
	background-repeat:no-repeat;
	width: 600px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	
}


.leftnav{
	width: 250px;
}


.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #636363;
	text-decoration: none;
	word-spacing: normal;
	padding: 10px;
}

.bodytext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	text-decoration: none;
	word-spacing: normal;
}

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #96ac52;
	text-decoration: none;
	word-spacing: normal;
	padding: 10px;
}

.subheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #e8b716;
	text-decoration: none;
	word-spacing: normal;
	font-weight: bold;
}

.subheader2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #96ac52;
	text-decoration: none;
	word-spacing: normal;
	font-weight: bold;
}

.buttons{
	margin-bottom: 5px;
}



.footer{
	background-image: url(imgs/footer.png);
	background-repeat:no-repeat;
	width: 942px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;	
}

.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ecc23b;	
}
.footer a: hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;s
	color: #fcf547;	
}
