body {
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#657077;
	margin:40px;
	margin-top:0px;
}

#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:800px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	border:1px solid #494e52;
	background-color:#636d76;
	padding:8px;	
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#464c54;
	color:#ffebb5;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54;
	background-image:url(images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #464c54; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/divbg.jpg);
	background-repeat:no-repeat;	 
	background-position:bottom left;
	font-size:12px;
	color:#333;
	min-height:200px;
}

#content_2, #content_3, #content_4, #content_5, #content_6, #content_7 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}

div#bottom{
	position:fixed;
	bottom:0px;
	margin:auto;
	font:Helvetica, Verdana, Geneva, sans-serif;
	color:#fff;
	font-variant:small-caps;
	font-weight:bold;
	text-align:center;
	width:800px;
	font-size:16px;
	z-index:1;
}
Div#seo{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	bottom:2px;
}
.floatright{
	float:right;}
	.floatleft{
		float:left;}
		
div#logo{
	float:right;
	background-image:url(img/logo.gif);
	width:141px;
	height:60px;
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:2;
}








.clear {
	clear:both
}

div#gallery {
	position:relative;
	height:300px
}
	div#gallery a {
		float:left;
		position:absolute;
	}
	
	div#gallery a img {
		border:none;
	}
	
	div#gallery a.show {
		z-index:500
	}

	div#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	div#gallery .caption .content {
		margin:5px
	}
	
	div#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}