body {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, Arial, Verdana, Helvetica, sans-serif; 
	color: #ffffff;
	background-color:#000000;
	background-image: url(../pics/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.sml_text a {
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #f17740;
}
h2 a:link {
	color: #f17740;
	text-decoration: none;
}
h2 a:visited {
	color: #f17740;
	text-decoration: none;
}
h2 a:hover {
	color: #f17740;
	text-decoration: underline;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 11px;
}

h4 {
	
}
li {
	margin-bottom: 10px;
}
/*table {
	margin-bottom: 10px;
	border: 1px solid #005F9B;
}
td {
	border: 1px solid #005F9B;
}
th {
	border: 1px solid #005F9B;
}*/
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
input {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
textarea {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
label {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 150px;
	margin-right: 5px;
	text-align: right;
}


.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}


.container {
	width: 900px;
	min-height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	clear: both;
}
.header {
	width: 185px;
	height: 112px;
	overflow: hidden;
	float: left;
	margin-bottom: 35px;
}
.header p {
	margin-top: 100px;
}

.nav {
	height: 39px;
	width: 700px;
	float: left;
	margin-top: 18px;
}
.nav_btn a {
	height: 39px;
	margin-right: 6px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	text-indent: -800px;
	overflow: hidden;
}
.nav_btn a:hover {
	background-position:0% -39px;
}
.nav_btn_on a {
	height: 39px;
	margin-right: 6px;
	float: left;
	background-repeat: no-repeat;
	display: block;
	text-indent: -800px;
	overflow: hidden;
	background-position:0% -39px;
}


.content {
	width: 900px;
	margin-top: 90px;
	clear: both;
	background-image: url(../pics/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	padding: 10px;
}
.col_1wide {
	width: 200px;
	float: left;
}
.col_1wide img {
	border: 3px solid #333333;
	margin-bottom: 10px;
}

.col_1wide_border {
	width: 198px;
	border: 1px solid #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.col_1wide_border img {
	margin-left: 10px;
	margin-bottom: 20px;
}
.col_1wide_border h2 {
	margin-left: 5px;
}
.col_1wide_border p {
	margin-left: 5px;
}

.col_1-5wide {
	width: 320px;
	float: left;
}

.col_2wide {
	width: 420px;
	float: left;
}
.col_3wide {
	width: 640px;
	float: left;
}
.col_3wide img {
	padding: 5px;
}
.col_4wide {
	width: 860px;
	float: left;
}
.col_spacer {
	width: 20px;
	margin-bottom: 10px;
	float: left;
}
.col_1wide img {
	padding: 0px;
}

.hr {
	height: 1px;
	font-size: 0.01em;
	border-bottom: 1px solid #333333;
	margin-bottom: 0px;
	margin-bottom: 10px;
	clear: both;
}
.gallerythumbs img {
	margin: 3px;
}

.footer {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 11px;
}
.footer a:link {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
