html {
	height:100%;
	background: #132144 url(../images/bg_main.gif) repeat;
}
body {
	height:100%;
	margin: 0 auto;
	padding: 45px 0 8px 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #662C14;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3 {
	margin: 0 auto;
	font-weight: normal;
	color: #85C329;
	color: #75412D;
}
h1 {
	font-size:18px;
	margin-bottom:10px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
img {
	border: none;
}
input, textarea, select {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#full_page {
	background-color:#EEE;
	border: 1px solid #EEE;
}
#main_container {
	vertical-align:top;
}
#banner {
	background: url(../images/banner/banner.jpg) no-repeat center top;
	width:740px;
	height:240px;
}
#logo {
	position:relative;
	top:-35px;
	left:-4px;
}
#menubar {
	background: url(../images/bg_menu.gif) repeat-x;
	width:740px;
	height:36px;
	line-height:36px;
	overflow:hidden;
}
#menu td {
	text-align:center;
}
#menu a {
	height:36px;
	padding: 0 12px;
	display:block;
	color:#EEE;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover, #menu .active a {
	background: url(../images/bg_menu_hover.gif) repeat-x;
	color:#EEE;
}
#alert_err {
	margin:7px;
	padding:7px;
	border: 1px solid #B44;
	text-align:center;
	color:#B44;
}
#alert_msg {
	margin:7px;
	padding:7px;
	border: 1px solid #85C329;
	text-align:center;
	color:#85C329;
}
#content_pane {
	margin-top:16px;
}
#left_b {
	float:left;
	width:500px;
	padding-left:10px;
}
#right_s {
	float:right;
	width:200px;
	padding-right:10px;
}
#bulletin {
	margin:8px;
	border:1px solid #253252;
	font-size:12px;
	margin-bottom:28px;
}
#bulletin div.title {
	padding:7px;
	background: #525C75 url(../images/bg_notice.gif) repeat-x;
	color:#FFF;
	font-weight:bold;
}
#bulletin h3 {
	padding:6px;
	font-size:13px;
	font-weight:bold;
	color:#394562;
}
#bulletin span {
	padding:6px;
	color:#394562;
	font-weight:bold;
}
#bulletin p {
	padding:6px;
	margin:6px 0;
	margin-bottom:12px;
}
#inv {
	margin:8px;
	border:1px solid #253252;
	font-size:12px;
	margin-bottom:28px;
}
#inv div.title {
	padding:6px;
	background: #525C75 url(../images/bg_notice.gif) repeat-x;
	color:#FFF;
	font-weight:bold;
}
#inv div.content {
	padding:10px 4px 20px 4px;
}
#inv p {
	padding:4px 0;
	margin:0;
}
table.listing {
	border:1px solid #253252;
	background-color:#EEE;
}
table.listing tr.title td {
	padding:6px;
	background: #525C75 url(../images/bg_notice.gif) repeat-x;
	color:#FFF;
	font-weight:bold;
}
table.listing tr.title a {
	color:#FFF;
	font-weight:normal;
}
table.listing td.sub_text {
	font-size: 11px;
}
#listing_det {
	border:1px solid #253252;
	padding:10px;
}
#listing_photo {
	border:1px solid #253252;
}
#news_signup {
	margin:8px;
	border:1px solid #999;
	font-size:12px;
	margin-bottom:28px;
}
#news_signup div.title {
	padding:6px;
	background-color:#999;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}
#news_signup p {
	padding:6px;
	margin:6px 0;
}
#news_signup td {
	padding:4px 6px;
}

#admin_left {
	width:200px;
	float:left;
}
#admin_left td {
	padding:3px 5px;
}
#admin_left p {
	margin-bottom:12px;
}
#admin_right {
	width:540px;
	float:right;
}
#admin_left2 {
	float:left;
	width:580px;
}
#admin_right2 {
	float:right;
	width:150px;
	margin-top:60px;
	overflow:hidden;
	border: 1px solid #CCC;
}
#admin_right2 h2 {
	text-align:center;
	padding:6px 4px;
	background-color:#EEE;
}
#img_library {
	width:100%;
	padding:0;
	height:480px;
	overflow-y:scroll;
}
td.td_link {
	cursor:pointer;
}
#footer_container {
	vertical-align:bottom;
}
#footer {
	width:740px;
	text-align:center;
	background: #662C14 url(../images/bg_footer.gif) repeat;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFF;
	text-align:center;
}
#footer a {
	color: #FFF;
}
#footer p {
	padding:6px;
	margin: 0 auto;
}
#sub_footer {
	font-size:9px;
	color:#FFF;
}

#tbl_select tr.row_nohover {
	cursor:pointer;
}
#tbl_select tr.row_hover {
	background-color:#BBB;
	cursor:pointer;
}
#photo_bar {
	overflow-x:scroll;
	width:688px;
}



