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

* {
	margin: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: #1c1c1c url('/images/site_bg.jpg') repeat-x top left;
	padding: 0px;
	margin: 0px;
}

* a:link, * a:visited, * a:active {
	color: #FFFFFF;
	text-decoration: none;
}
* a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#container {
	width: 1000px;
	margin: 0px auto -30px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	margin: 0px auto 0px auto;
	text-align: center;
}

#content {
	width: 987px;
	background: #232323;
}

.image {
	float: left;
	width: 500px;
	margin-top: -25px;
	background-color: #000000;
}

.text {
	float: right;
	color: #FFFFFF;
	width: 450px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 10px 0px 0px;
	font-size: 12px;
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	text-align: center;
	background: #000000 url('/images/footer_bg.jpg') repeat-x bottom left;
	position: relative;
	height: 30px;
}

#border {
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 0px 0px;
	border-right: 2px solid #ffb400;
	border-top: 2px solid #ffb400;
}
	
#menu {
	position: relative;
	top: -51px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;

}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	float: left;
	border-right: 1px solid #FFFFFF;
}
#menu ul:last-child {
	border-right: 0px;
}

#subhead {
	position: relative;
	left: -225px;
	bottom: -13px;
}

p {
	margin: 10px 0px 10px 0px;
}



#gallery a img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 4px 8px;
}

#gallery a img:hover {
	border-color: #06c;
}

.padding {
	height: 25px; 
	width: 500px;
}
