@charset "utf-8";
/* CSS Document */

body {
	background-color:#171717;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:0;
}

h1 {
	text-transform:uppercase;
}

#container {
	width:100%;
	margin:auto;
	text-align:center;
	display:table;
}

#main {
	background-color:#2d2d2d;
	width:981px;
	margin:auto;
	text-align:left;
	display:table;
}

#home-logo {
	width:277px;
	height:136px;
	position:relative;
	top:2px;
	left:1px;
	float:left;
	z-index:10;
	margin-bottom:-200px; /*for IE7 */
}

#logo {
	width:172px;
	height:85px;
	position:relative;
	top:2px;
	left:1px;
	float:left;
	z-index:10;
	margin-bottom:-200px; /*for IE7 */
}

#top-cap {
	width:967px;
	height:26px;
	margin:0 7px 0 7px;
	text-align:right;
	display:block;
}

#top-home {
	background-color:#414040;
	background-image:url('../images/home-top-bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	width:967px;
	height:469px;
	margin:0 0 0 7px;
	display:block;
}

#home-slideshow {
	background-color:#414040;
	width:967px;
	height:438px;
}


#top-inside {
	background-color:#414040;
	width:967px;
	margin:0 0 0 7px;
	padding-top:7px;
	display:block;
}

#top-image {
	background-color:#414040;
	border-top:solid 1px #000000;
	width:967px;
	height:88px;
	display:block;
}

#nav-bar {
	background-color:#8d0217;
	width:967px;
	height:30px;
	margin:0 7px 0 7px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
}

#content-block {
	background-color:#ede9e8;
	width:967px;
	margin:0 7px 0 7px;
}

#content-block p {
}

#footer-block {
	background-color:#2d2d2d;
	width:967px;
	margin:0 7px 0 7px;
	padding:5px 0 5px 0;
	display:table;
}

#footer-left {
	padding-left:10px;
	float:left;
}

#footer-right {
	padding-right:10px;
	float:right;
}

#footer-copyright {
	width:950px;
	margin:auto;
	text-align:left;
	display:table;
	padding-left:10px;
	padding-top:5px;
	color:#bbbbbb;
	font-size:10px;
}




