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

body {
	background: url(images/bg.jpg) top   fixed;
	background-color: #3A1A03;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	line-height:25px;
	font-weight:bold;
}

#wrapper {
	width:1000px;
	margin:auto;
	margin-top:15px;
}

#social {
	text-align:right;
	width:950px;
	margin:auto;
}

#home-animation {
	width:1000px;
	height:165px;
	background:url(images/index_03.png) no-repeat;
	text-align:center;
}

#header {
	z-index:1;
	position:relative;
}

#logo {
	z-index:7;
	float:left;
	margin-top:-230px;
	margin-left:363px;
	position:absolute;
}

#content-bg {
	background:url(images/index_06.png) center repeat-y;
	position:relative;
	
}

#content{
	background:url(images/index_05.png) no-repeat top center;
	min-height: 500px;
	width:1000px;
	margin:auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#menu {
	background:url(images/menu-board.png) center no-repeat;
	width: 922px;
	height:138px;
	margin:auto;
	padding-top:15px;
}

#menu-nav {
	float:left;
	display:inline;
	margin-left:32px;
	width:854px;
	text-align:center;
	padding-top:35px;
	
}

#content-area{
	width:800px;
	margin:auto;
	padding: 1px 0px 20px;

}

.text-narrow {
	width:460px;
}

.titles {
	margin-left:-100px;
}

.side-pic {
	margin-right:-70px;
	float:right;
	position:relative;
	display:inline;
}


#message-board {
	background:url(images/message-board.png) no-repeat center;
	width:382px;
	height:134px;
	margin-right:-100px;
	clear:right;
	float:right;
	display:inline;
	color:#FFF;
	font-size:16px;
}

#message-board-margins{
	width:220px;
	height:75px;
	overflow:hidden;
	text-align:center;
	position:relative;
	margin: 20px auto;
	line-height:20px;
}



#footer {
	width:1000px;
	height:80px;
}


#credits {
	color:#FFF;
	font-size:10px;
	padding-right:25px;
	padding-left:15px;
	margin-top:-10px;
}

#credits span {
	float:right;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
}


a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #d25319;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}


a.white:link {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
a.white:visited {
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
a.white:hover {
	text-decoration: none;
	color: #d25319;
	font-weight:bold;
}
a.white:active {
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}


h1 {
	display:none;
}

h3 {
	font-size:18px;
	color:#ab1812;
	margin:0px;
}


hr{
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:#d25319 1px solid;
}