/* CSS Document */

body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.5em !important;
	background-color: #000000;
	background-image:url(../images/page_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
a:link {
	color: #f69321;
}
a:visited {
	color: #f69321;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:active {
	color: #f69321;
}
#wrapper {
	width:967px;
	margin:0px auto;
	border:1px solid #333333;
	background-color:#000;
}
#header {
	height:355px;
	width:967px;
}
#content {
	padding:15px 25px;
	min-height:400px;
}
h1 {
	font-size:18px;
	color:#f69321;
	font-weight:normal;
	background:url(../images/h1.gif) no-repeat top;
	text-align:center;
	width:631px;
	height:31px;
	padding:7px 0 0 0;
 }
h2 {
	font-size:18px;
	color:#f69321;
	font-weight:normal;
}
#footer {
	padding: 5px 10px 10px 10px;
	/*height:50px;*/
	margin:0px auto;
	clear:both;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer .wrapper {
	width:967px;
	margin:0px auto;
	background:url(../images/footer.jpg) no-repeat left top;
	height:72px;
}
#footer .left {
	float:left;
	width:400px;
	padding:13px 0 0 13px;
}
#footer .right {
	float:right;
	width:300px;
}
#footer a:link {
	color: #cccccc;
	text-decoration:none;
}
#footer a:visited {
	color: #cccccc;
	text-decoration:none;
}
#footer a:hover {
	color: #cccccc;
	text-decoration:underline;
}
#footer a:active {
	color: #cccccc;
	text-decoration:none;
}
.yellow {
	color:#FFFF00;
}
.orange {
	color:#f69321;
}
.grey_12 {
	font-size:12px;
	color:#999999;
	line-height:normal;
}

.grey_10 {
	font-size:10px;
	color:#999999;
	line-height:normal;
}
.border_bottom td {
	border-bottom:1px solid #1d1d1d;
	padding:2px 0px 2px 2px;
}
.forms {
	background-color:#292929 !important;
	border:1px solid #434343 !important;
	color:#FFFFFF;
}
.inputflat {
	background-color:#000000 !important;
	color:#ffffff !important;
	border:0px;
}
hr {
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
	width: 100%;
}
.photo_gallery img {
	border:1px solid #666;
	padding:3px;
}
.photo_border {
	border:1px solid #666;
	padding:3px;
	margin:15px;
}

