@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#03020A;
	text-align:center;
	font-family:"Century Gothic";
	font-size:12px;
	margin:0px;
}

a {
	color:#000000;
}
a:hover {
	color:#4E4F54;
}

#container {
	width:950px;
	margin:0px auto;
}

#header {
	position:relative;
	background-image:url(../images/layout_r1_c1.jpg);
	height:128px;
}

#top-nav {
	position:absolute;
	top:20px;
	right:0px;
}
#top-nav a {
	margin:0px 8px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}
#top-nav a:hover {
	color:#CFCBA9;
}

#main-nav {
	position:absolute;
	text-align:center;
	width:660px;
	top:55px;
	right:0px;
}
#main-nav a {
	margin:0px 6px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
#main-nav a:hover {
	color:#F8F8F8;
}

#content {
	position:relative;
	background-color:#FFFFFF;
}

.heading {
	font-size:22px;
	font-weight:bold;
	color:#4E4F54;
	padding-top:10px;
}

#inner-content {
	margin:auto 20px;
	min-height:500px;
	text-align:left;
}

.bio {
	position:relative;
	background-image:url(../images/bio-bg.jpg);
	text-align:left;
	min-height:400px;	
	padding-bottom:10px;
}

.bio img {
	float:left;
}

.bio p {
	margin:20px;
}

.bio .name {
	position:absolute;
	width:200px;
	left:65px;
	top:310px;
	font-size:20px;
	text-align:center;
}

.bio .bio-content {
	position:relative;
	top:30px;
}

table.tblwb, tr.tblwb, td.tblwb {
	border:1px solid #000000;
	border-collapse:collapse;
}

#breadcrumbs {
	position:relative;
	bottom:0px;
	margin:auto;
	padding-bottom:10px;
	background-color:#FFFFFF;
}

#breadcrumbs a {
	color:#4E4F54;
}

#breadcrumbs a:hover {
	color:#000000;
}

#sub-content {
	position:relative;
	height:165px;
	background-image:url(../images/layout_r3_c1.jpg);
}
#sub-nav-one, #sub-nav-two, #sub-nav-three {
	width:290px;
	height:140px;
	position:absolute;
	top:12px;
	text-align:right;
}
#sub-nav-one {
	left:30px;
}
#sub-nav-two {
	left:330px;
}
#sub-nav-three {
	left:630px;
}

/* featured page */

#sub-content-featured {
	position:relative;
	height:165px;
	background-image:url(../images/layout_r3_c1_Featured.jpg);
}
#sub-nav-one-featured, #sub-nav-featured {
	width:290px;
	height:140px;
	position:absolute;
	top:12px;
	text-align:right;
}
#sub-nav-one-featured {
	left:13px;
}
#sub-nav-featured { left:313px; width:625px; }
#sub-nav-featured img { padding:10px 8px; }

#sub-content-featured #featured {
	position:absolute;
	background-color:#433333;
	height:140px;
	width:150px;
	left:305px;
	top:12px;
	z-index:100;
}

/* */

#sub-content #featured {
	position:absolute;
	background-color:#433333;
	height:140px;
	width:150px;
	left:622px;
	top:12px;
	z-index:100;
}

#featured a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#A69B87;
	width:100%;
	padding:3px 0px;
	text-decoration:none;
}

#featured a:hover {
	color:#FFFFFF;
	background-color:#655555;
}

#bottom {
	height:60px;
	background-image:url(../images/layout_r4_c1.jpg);
	position:relative;
	
}

#bottom #left {
	position:absolute;
	left:5px;
	top:10px;
	text-align:left;
}

#bottom #mid {
	position:relative;
	text-align:center;
	top:5px;
	color:#FFFFFF;
}

#bottom #right {
	position:absolute;
	right:5px;
	top:10px;
	text-align:right;
}

#copy {
	position:relative;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
	font-size:10px;
}

<style type="text/css">
<!--
#powered_by {
	text-align: left;
	background-image: url(/res/images/powered_by_logo.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color: transparent;
	margin: 10px 0px 0px 0px;
	padding: 5px 4px 5px 30px;
	color: #fff;
	font-size: 10px;
	width: 200px;
}

#powered_by a:link {
  color: #fff;
  text-decoration: none;    
  font-size: 10px;  
}

#powered_by a:visited {
  color: #fff;
  text-decoration: none;  
  font-size: 10px;
}

#powered_by a:active {
  color: #fff;
  text-decoration: underline;
  font-size: 10px;  
}

#powered_by a:hover {
  color: #fff;
  text-decoration: underline;
  font-size: 10px;
}

-->
</style>

