
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(../images/bg.png) center top repeat-y gray;
	
	font-family:arial,sans-serif;
	font-size:small;
	font-stretch:normal;
	color:#cccccc;
}

h1 { 
	font: Geneva, Arial, Helvetica, sans-serif; 
	margin:0.5em 0;
	font-weight:900;
	font-size:35px;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2 {
		color: #999999;
		border-bottom:1px solid #CCCCCC;
	}
div#wel {
	background:url(../images/wel.png) left top no-repeat;
	padding-left:40px;
	padding-top:1px;
}
div#art {
	text-align:right;
	background:url(../images/art.png) right top no-repeat;
	padding-right:25px;
	padding-top:px;
	margin-bottom:10px;

}
div#my_slideshow {
	
	border: #999999 solid 1px;
	margin-left: 6px;
	padding-top:10px;
	margin-bottom:10px; 
	padding-left: 10px;
	padding-right:10px;
}
div#my_slideshow img {
	
}
div#future {
	background:url(../images/future.png) left top no-repeat;
	padding-left:40px;
	padding-top:1px;
}
div#content a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:974px;
	background:#4d4c4c;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	margin:0;
	padding:0;
	padding-top:1em;
	height:406px;
	background: url(../images/banner.png) center top no-repeat;
	
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {

	padding:1em 1em 5em; /* bottom padding for footer */
	
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
div#intro {

	width: 450px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
}
div#feature {

	float: right;
	width:450px;
	padding-bottom:10px;
	margin-bottom:10px;
}
div#secondary {
	width: 450px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
}


.h_photo {
	float:left;
	padding:5px;
	}
.h_photo img {
	padding: 3px;
	background:#CCCCCC;
	border:1px solid #666666;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: #333333;
	height:30px;
	border-top:2px solid gray;
	padding-bottom:5px;
}
div#footer a {
 color:#999999;
 text-decoration:none;
 }
div#footer a:hover {
	text-decoration:underline;
}
	div#footer p {
		padding:1em;
		margin:0;
	}

div.message {
	width:900px;
	overflow:hidden;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}	
div.message blockquote {
	font-style:italic;
	
	}
.forum_title_top {
	
	background:#cecece;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#999999 solid 1px;
}

table.forum_table {
	border:#999999 solid 1px;
	
}

.forum_title_bottom {
	background: #8c0a0a;
	color:#f0f0f0;
	padding-bottom:5px;
}

.forum_message {
	padding:15px;
}
.forum_bottom {
	background:url(../images/forum_bg_bottom.png) right top no-repeat;
	padding-bottom:60px;
	padding-right:10px;
}
/* Forum Navigation */
.f_nav {
	background:#cecece;
}
.search {
	border:solid 1px black;
	margin-right:5px;
}
span.f_nav_button {
	margin:0;
	margin-bottom:0px;
	
	background:url(../images/forum_button.png) left no-repeat;
	width:10px;
	height:30px;
	padding:0px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
	display:inline-block;	
	}
a.f_nav_link {
	background:url(../images/forum_button.png) right no-repeat;
	padding:0px;
	padding-top:10px;
	padding-right:10px;
	font-weight:bold;
	color:#f0f0f0;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	padding-bottom:10px;
	
}
a.f_nav_link:hover {
	color:#c15a16;
}
/* Navigation */
#nav_container {
	width:100%;
	height:32px;
	background:url(../images/nav.png) repeat-x left center;
	padding:0;
	margin:0;
	margin-top:375px;
	
	}
ul.nav {
	margin-left:0px;
	padding-left:0;
	list-style:none;
	padding-top:6px;
	
	
	}
ul.nav li {
	display:inline;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;	
	height:32px;
	
	}
ul.nav li a {
	font-weight:bold;
	font-size:14px;
	color: #CCCCCC;
	text-decoration:none;
	height:32px;
	padding-top:5px;
	padding-bottom:10px;
	margin-left:-10px;
	margin-right:-25px;
	padding-left:20px;
	padding-right:20px;
	border-right: 1px solid #000000;
	}


ul.nav li a:hover {
 	color:#c15a16;
	height:32px;
	background: url(../images/glow2.png) no-repeat bottom center;
}
div#form {
	margin-left:30%;
	margin-right:30%;
	}
div.gal {
	background: #CCCCCC;
	border:solid 1px #999999;
	max-width:125px;
	min-height:125px;
	text-align:center;
	margin-top:10px;
	}
div.gal img {
	padding-top:10px;
	padding-bottom:10px;
	
	}
div.service {
	width: 900px;
	border: solid 1px #000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
div.service h1 {
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	padding:5px;
	color:#f0f0f0;
	background: #666666;
	}
div.event {
	width: 900px;
	border: solid 1px #000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
div.event h1 {
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	padding:5px;
	color:#f0f0f0;
	background: #666666;
	}

