@import url("/css/forms.css");
body {
	background-color:#1f1f1f;
	color: #999;
	font-family: verdana;
	font-size: 12px;
}

a  {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	outline: none;
}

a:visited , a:active, a:hover { color: #fff; }

#container {
	width: 1024px;
	margin: 0px auto;
}

#splash {
	width: 1024px;
	margin: 0 auto;
}

.corner_container {
	margin:0px auto;
	background: #444 url(/images/design/background/corners/leftside.gif) repeat-y left top;
}

.top {
	width:100%;
	height:30px;
	background:url(/images/design/background/corners/top.gif) no-repeat left top;
}

.top span {
	display:block;
	position:relative;
	height:30px;
	background:url(/images/design/background/corners/topright.gif) no-repeat right top;
}

.center_content {
	position:relative;
	background:url(/images/design/background/corners/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 20px;
	min-height: 700px;
}

.bottom {
	height:57px;
	background:url(/images/design/background/corners/bottom.gif) no-repeat left bottom;
	clear:both;
}

.bottom span {
	display:block;
	position:relative;
	height:57px;
	background:url(/images/design/background/corners/bottomright.gif) no-repeat right top;
}

.red_box {
	background: #252525 url(/images/design/background/corners/inner_leftside.gif) repeat-y left top;
	margin:0px auto;
}

.red_top {
	width: 100%;
	height: 41px;
	background: url(/images/design/background/corners/red_top.gif) no-repeat left top;
}

.red_top span {
	height: 41px;
	background: url(/images/design/background/corners/red_topright.gif) no-repeat right top;
	display: block;
	overflow:hidden;
}

.inner_center_content {
	background: url(/images/design/background/corners/inner_rightside.gif) repeat-y right top;
	padding: 1px 22px 1px 27px;
}

.inner_bottom {
	width: 100%;
	height: 41px;
	background: url(/images/design/background/corners/inner_bottom.gif) no-repeat left bottom;
	clear:both;
}

.inner_bottom span {
	display: block;
	height: 41px;
	background: url(/images/design/background/corners/inner_bottomright.gif) no-repeat right top;
}

.float {
	float: left;
	clear: none;
}
.spacer {
	clear: both;
}

.red_title {
	padding-top: 15px;
	padding-left: 20px;
	color: #000;
	font-weight: bold;
}

#logo {
	background: url(/images/design/logo_final.png) no-repeat !important;
	background: url(/images/design/logo_final.gif) no-repeat;
	width: 416px;
	height: 111px;
	margin-top: -19px;
	margin-left: -13px;
}

#contact_corner {
	text-align: right;
	margin-top: -12px;
}

.logo {
	width: 70px;
	height: 30px;
	border: 1px solid black;
	background-color: #fff;
	margin: 4px;
}

#top_ad_bar {
	text-align:center;
}

#nav_bar_holder {
	width: 800px;
	background-color: #252525;
	height: 40px;
	margin-top: -15px;
	margin-bottom: 10px;
	border: 1px solid black;
}

.about-text {
	margin: 10px;
	width: 200px;
}

#admin_login {
	text-align: center;
}

#login_form_div .select {
	height: 14px;
	font-size: 10px;
}

#login_form_div .submit {
	background-color:#E6F0FA;
	border:1px solid #4682B4;
	cursor:pointer;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	width:auto;
}

#subFormDiv {
	background: #1F1F1F;
	padding: 5px;
	height: 40px;
	width: 390px;
	border: 1px dashed;
}

.gallery_thumb {
	width: 200px;
}

a.fade {
	color: #999;
	text-align: center;
	text-decoration: none;
}

a.fade:hover {
	text-decoration: none;
	/*background-color: transparent;*/
}