﻿html {
	margin:0;
	padding:20px;
}
body {
	margin:0;
	line-height:1.4em;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:10px;
	color:white;
	width:100%;
	height:100%;
	background-color:#553800;
	background-image:url('img/bkg0.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	text-align:center;
}
a:link, 
a:visited {
	color:#30A5EB;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
ul { list-style-image:url('img/bul.png'); }
img {
	border: 0px;
	vertical-align: middle;
}
h4 {
	font-size:11px;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:0px;
}
table {
	text-align:left;
}
div#frame {
	margin:auto;
	position:relative;
	width:1060px;
	clear:left;
}
div#frame_t {
	width:1060px;
	height:30px;
	background-image:url('img/bkg_top.png');
	background-repeat:repeat-x;
	background-position:top left;
}
div#frame_l {
	float:left;
	width:10px;
	height:811px;
	background-image:url('img/shd_l.png');
	background-repeat:repeat-y;
	background-position:top left;
}
div#frame_r {
	float:right;
	width:10px;
	height:811px;
	background-image:url('img/shd_r.png');
	background-repeat:repeat-y;
	background-position:top left;
}
div#frame_b {
	width:1060px;
	height:10px;
	background-image:url('img/shd_b.png');
	background-repeat:repeat-x;
	background-position:top left;
}
div#subframe {
	margin:0 auto;
	width:1060px;
}
div#main {
	margin:0 auto;
	float:left;
	width:1040px;
	background-color:black;	
	background-image:url('img/bkg.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
div#header {
	margin:0 auto;
	width:inherit;
	height:100px;
}
img#logo {
	margin:0px 0px 0px 40px;
	float:left;
}
div#top_menu {
	margin-top:24px;
	margin-right:40px;
	float:right;
	width:500px;
	height:32px;
}
div#maincontent
{
	width:inherit;
	height:520px;
}
td.thumb {
	width:289px;
	height:250px;
}
td#box_sep { width:10px; }
div#content_top {
	width:920px;
	height:260px;
	margin:0px auto 0px auto;
}
div#content_bottom {
	width:920px;
	height:260px;
	margin:0px auto 0px auto;
}
div#footer {
	width:980px;
	height:140px;
	padding:20px 20px 0px 40px;
	background-color:black;
}
div#subfooter {
	width:980px;
	height:30px;
	border-top:1px #323232 dotted;
	padding:0 30px 0px 30px;
	background-color:black;
}
div#copyrgt {
	text-align:right;
	float:right;
	width:300px;
}
div#menu_bottom {
	text-align:left;
	float:left;
	width:500px;
	color:#033D5F;
}
div.content_hdr {
	text-align:left;
	color:#FD9900;
	font-weight:bold;
	font-size:13px;
}
div.content_hdr_s {
	text-align:left;
	color:#FD9900;
	font-size:11px;
}
span.content_hdr_s {
	color:#FD9900;
	font-size:11px;
}
div.content_hdr img {
	vertical-align:middle;
	margin-right:10px;
}
div.content {
	text-align:left;
	margin-right:20px;
	margin-bottom:20px;
}
div.sep_h {
	width:100%;
	border-top:1px #30A5EB solid;
	margin:16px auto 16px auto;
	height:1px;
}
div.menu_btn {
	margin-left:40px;
}
td.gallery_item {
	text-align:center;
	width:300px;
}
td.gallery_item img{
	margin:30px auto auto auto;
}
div.load_ind {
	height:50%;
}
.formctl {
	background-color:#002244;
	border-width:1px;
	border-color:#3355CC;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:10px;
	color:white;
}
.ctr {
	margin:0px auto 0px auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.t_gray {
	color:#777777;
}
.t_orange {
	color:#FD9900;
}
.t_red {
	color:red;
}
.hidden {
	display:none;
}
.selected { /*jquery use*/ }