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


* {
vertical-align: baseline;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;

outline: 0;
padding: 0;
margin: 0;
font-family: Helvetica, Arial,sans-serif;
}

html, body {
	height: 100%;
}

ul,li{list-style:none;margin:0;text-indent:0;padding:0;}

a:link { color: #E1701E; text-decoration: none;}
a:visited { color: #E1701E; text-decoration: none;}
a:active { color: #FAAF3B; text-decoration: none;}
a:hover { color: #FAAF3B; text-decoration: none;}
h1 {
	font-size: 150%;
}

body {
	background-color:#000000;
	margin:0;
}
#wrapper {
	width:100%;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
#main_cont {
	margin:0 auto;
	width:1000px;
}
#top {
	background-image: url(/dev/gfx/head_texture.jpg);
	height: 125px;
}
#top_logo {
	width:700px;
	margin:0 auto;
}
#strip {
	background-image: url(/dev/gfx/tear.png);
	height: 15px;
}
#left_side {
	width: 200px;
	padding-left: 15px;
	float: left;
}
#center {
	width: 370px;
	padding-left: 15px;
	float: left;
	background-image:url(/dev/gfx/back_logo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	padding-right: 15px;
	padding-top: 15px;
	font-size:0.8em;
	height: 350px;

}
#right_side {
	width: 360px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
	background-image: url(/dev/gfx/fireside.jpg);
	height: 600px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu {
	width: 160px;
	background-color: #1E0F05;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 0px;
	padding-right: 10px;
}

#menu li {
	list-style-type: none;
	color: #E1701E;
	text-decoration: none;
}



#contact{
	width: 160px;
	background-color:#160603;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 0px;
	padding-right: 10px;
}

#contact ul {
	list-style-type: none;
	font-size: 100%;
	color: #FAAF3B;
}
#footer {
	background-color: #000000;
	height: 140px;
	float: none;
	clear: both;
	padding-bottom:10px;
	font-size:0.8em;
}

.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

/* */

.footerlogo {
	margin:10px auto 10px auto;
	width:154px;
	height:50px;
	background-image:url(../images/footer_03.jpg);
	background-repeat:no-repeat;
}
.footerlinks {
	width:730px;
	margin:0 auto;
	color:#333333;
	text-align:center;
}
.footerlinks li {
	list-style-type:none;
	display:inline;
	padding:0 5px;
}
.footer a {
	text-decoration:none;
	color:#333333;
}
.footer a:hover {
	text-decoration:underline;
}

.footerdets {
	width:100%;
	text-align:center;
	color:#333;
	margin:0px;
	padding:5px 0 40px;
}
.footerwrap {
	width:1000px;
	margin:0 auto;
}
.soundbird {
	width:50px;
	float:left;
	margin-left:20px;
}
.credits {
	width:150px;
	float:right;
	margin-right:20px;
	text-align:right;
}

#footer a:link { color: #333; text-decoration: none;}
#footer a:visited { color: #333; text-decoration: none;}
#footer a:active { color: #333; text-decoration: none;}
#footer a:hover { color: #333; text-decoration: underline;}


.healthlist {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 12px;
}
.healthlist li {
	list-style-type: circle;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 120%;
	color: #C9641B;
}

.mainimage {
	border: 2px solid #FFFFFF;
}
.thumb1 {
	margin: 10px;
	border: 2px solid #FFFFFF;
}
.thumb1:hover {
	margin: 10px;
	border: 2px solid #FF6600;
}
#thumb {
	width: 400px;
}
.subheading {
	font-size: 120%;
	color: #FAAF3B;
}
#side_van {
	padding-bottom:10px;
}