html,body {
	background: url('bg2.jpg') #ffffff;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	height: 100%;
	color: #000000;
	text-align: center;
	font-family: arial;
	font-size: 10pt;
}

.face {
	float: left;
	height: 141px;
	background-color: #FFFFFF;
}

.transparency {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.nav {
	background: url('gold_bar.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	padding: 0px;
	vertical-align: middle;
	font-family: impact,helvetica;
	font-weight: normal;
	font-size: 16pt;
	letter-spacing: 1px;
	line-height: 38px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	cursor: pointer;
}

.nav_hover {
	background: url('grey_bar.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	padding: 0px;
	vertical-align: middle;
	font-family: impact,helvetica;
	font-weight: normal;
	font-size: 16pt;
	letter-spacing: 1px;
	line-height: 38px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	cursor: pointer;	
}

.nav_active {
	background: url('dark_grey_bar.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	padding: 0px;
	vertical-align: middle;
	font-family: impact,helvetica;
	font-weight: normal;
	font-size: 16pt;
	letter-spacing: 1px;
	line-height: 38px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	cursor: pointer;	
}
 	
.nav_sub {
	background: #221E1F;
	color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
}
 	
.nav_sub_hover {
	background: #444444;
	color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
}

.nav_sub_active {
	background: #666666;
	color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
}

.contact_image {
	border: 2px solid #333333;
	padding: 5px;
}

/* Tabs */

.tab_unselected {
	border: 1px solid;
	border-color: #CCCCCC;
	padding: 3px;
	background: #B49604;
	width: 100px;
}

.tab_unselected a, .tab_unselected a:visited {
	color: #FFFFFF;
}

.tab_unselected a:hover {
	color: #FFFFFF;
}

.tab_selected {
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #CCCCCC;
	padding: 3px;
	width: 100px;
}

div.tabbed_element {
	display: none;
	width: 100%;
	text-align: center;
}

table {
	padding: 0px;
	border-spacing: 0px;
	margin: auto auto;
}
 	
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
	
a {
	color: #B49604;
	text-decoration: underline;
}

a:visited {
	color: #B49604;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}