	
	body {
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/site/body_bg.jpg);
	padding: 0px;
		}
	
	#frame {
	width:938px;
	text-align:center;
	position: relative;
	z-index: 0;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	}
	
html>body #frame {
    background: url(../images/site/bg_fade.png);
}

h1 {
	text-transform: uppercase;
	text-align: right;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	letter-spacing: 10px;
	padding-bottom: 4px;
	padding-top: 0px;
}

		
#frame2 {
	width: 800px;
	background-position: center top;
	position: relative;
	display: block;
	text-align: center;
	z-index: 50;
	margin-right: auto;
	margin-left: auto;
}
	
#left_menu {
	width:150px;
	float:left;
	text-align: left;
	padding: 0px;
	position: relative;
	margin: 0px;
	top: 2px;
	z-index: 500;
	background-image: url(../images/site/right_ad_bg.png);
	background-repeat: repeat-x;
}

#right_ad {
	width:140px;
	position: relative;
	float:right;
	height: 1%;
	z-index: 70;
	display: block;
	text-align: center;
	top: 2px;
	padding-top: 5px;
	background-image: url(../images/site/right_ad_bg.png);
	background-repeat: repeat-x;
		}
#top_menu {
	text-align: right;
	position: relative;
	top: 0px;
	float: right;
	width: 615px;
	height: 15px;
	z-index: 6;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3a2511;
	padding-right: 5px;
	margin-top: 10px;
}



.footer {
	text-align:right;
	background-image: none;
	font-size: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
		}	
#left_photo {
	text-align: left;
	position: relative;
	top: 2px;
	float: left;
	width: 509px;
	height: 173px;
	z-index: 60;
	display: block;
	left: 0px;
}

#content_left {
	text-align: left;
	position: relative;
	top: 3px;
	float: left;
	width: 498px;
	height: 1%;
	z-index: 60;
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
		}
	
a:link { color: #3366cc ; text-decoration: none; }
a:visited { color: #3366cc ; text-decoration: none; }
a:hover { color: #3366cc ; text-decoration: underline; }
a:active { color: #000 ; text-decoration: none; }

a.header:link {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.header:visited {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.header:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.header:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:link {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.foote:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.txtTitle {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.cell_even { font-size: 11px; background-color: #ededed; }
img.port {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
hr {
	height: 1px;
	width: 80%;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

#footer_designby {
	height: 33px;
	width: 119px;
	position: absolute;
	float: left;
	display: block;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
}

.lbLoading {
	background: #fff url(../loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #FFFFFF;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}


#lbCaption {
	font-weight: bold;
}
#framefooter {
	z-index: 500;
	position: relative;
}
#header_menu {
	text-align: left;
	position: relative;
	top: 1px;
	float: left;
	z-index: 60;
	display: block;
	left: 0px;
	width: 100%;
}
.tbl {
	background-color: #98bb30;
}
.tbl a {
	display:block;
	text-transform: uppercase;
	text-align: center;
}
.tbl a:hover {
	text-decoration: none;
	background-color: #000000;
}
#header {
	background-image: url(../images/site/site_header.png);
	height: 41px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
