
/* CSS Document */

@import url("links.css");
@import url("forms.css");
/*@import url("gallery.css");*/

/*
General Tags
*/
body {
	margin: auto;
	margin-top: 20px;
	background-color: #000000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	border: none;
}
h1 {
	color: #b19401;
	border-bottom: 1px solid #b19401;
	margin-left: -25px;
}
h2 {
	color: #b19401;
	border-bottom: 1px solid #b19401;
}
h3 {
	color: #b19401;
	font-size: 22px;
}
h4 {
	color: #4d4d4d;
	font-size: 18px;
	letter-spacing: 3px;
}
/*
Layout Tags
*/
#wrapper {
	margin: auto;
	width: 925px;
	height: auto;
	border: 1px solid #474747;
	/*border-bottom: none;*/
	background-color: #202020;
}

#header {
	width: 925px;
	height: 244px;
}
	#banner_image {
		width: 925px;
		height: 215px;
	}
	#nav {
		width: 905px;
		height: 29px;
		border-bottom: 1px solid #474747;
		background-image: url('../img/nav_bg.png');
		padding-left: 20px;
		font-size: 16px;
	}
#content {
	width: 925px;
	background-image: url('../img/content_bg.png');
	background-position: top;
	background-repeat: no-repeat;
}
	#content_left {
		float: left;
		width: 500px;
		padding: 40px 15px 20px 115px;
	}
	
	#content_right {
		float: left;
		width: 290px;
		text-align: center;
		padding: 20px 0px 0px;
	}

#footer {
	width: 925px;
}
	#footer_text {
		width: 765px;
		height: 60px;
		padding: 10px 10px 20px 120px;
	}
	#footer_menu {
		width: 809px;
		height: 16px;
		background-color: #262626;
		margin-left: 40px;
		color: #666666;
		padding: 12px 0px 8px 35px;
		font-size: 10px;
	}
	#footer_menu a {
		color: #666666;
		text-decoration: none;
	}
	#footer_menu a:hover {
		color: #FFFFFF;
	}


.clear {
	clear: both;
}

