/* Structure */

body, html {
	margin:0;
	padding: 0;
    sbackground: #414141;
}

#container {
	width: 900px;
	height: auto;
}

#header {
	width: 900px;
	height: 216px;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
	float: left;
	padding-top: 0;
	margin-top: 0;
	z-index: 5;
}

#ad_top {
	width: 728px;
	height: 90px;
	position: absolute;
	margin-top: 15px;
	margin-left: 10px;
	background: black;
	float: left;
	left:0;
	z-index: 4;
}

#right_ads {
	z-index:12;
	right:0;
	float: right;
	position: absolute;
	visibility: visible;
}

#ad_right_1 {
    z-index:10;
	width: 120px;
	height: 240px;
	position: absolute;
	background: black;
	right:0;
	top: 380px;
	float: right;
}

#ad_right_2 {
    z-index:10;
	width: 120px;
	height: 60px;
	position: absolute;
	background: black;
	right:0;
	top:310px;
	float: right;
}

#ad_right_3 {
    z-index:10;
	float: right;
	width: 120px;
	height: 60px;
	position: absolute;
	background: black;
	right:0;
	top:240px;
}

#nav {
	width: 650px;
	position: absolute;
	left: 120px;
	top:158px;
}

#nav ul {
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	margin-left: 0;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 25px;
	float: left;
}

#nav li a:link {
	color: #d3b74c;
	text-transform:uppercase;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

#nav li a:visited {
	color: #d3b74c;
	text-transform:uppercase;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

#nav li a:hover {
	color: #cb9e00;
	text-transform:uppercase;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

#content {
	width: 900px;
	height: auto;
	position: relative;
	background: url(../images/content_background.jpg) repeat-y;
	float: left;
	padding-bottom: 15px;
}

#content_left {
	width: 120px;
	height: auto;
	position: relative;
	float: left;
	background: url(../images/left_column.jpg) repeat-y;
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: .9em;	
}

#content_left ul {
	list-style-type: none;
	left: 0;
	margin: 0;
	padding: 0;
	margin-left: 7px;
	padding-bottom: 7px;
	border-bottom: 1px black solid;
	margin-right: 20px;
	padding-top: 7px;
}

#content_left li {
	list-style-type: none;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma;
	color: black;
}

#content_left a:link {
	color: black;
	font-size: 11px;
	font-family: Tahoma;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

#content_left a:visited {
	color: black;
	font-size: 11px;
	font-family: Tahoma;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

#content_left a:hover {
	color: black;
	font-size: 11px;
	font-family: Tahoma;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;	
}

#content_right {
	width: 756px;
	height: auto;
	position: relative;
	float: left;
	background: url(../images/body_repeat.jpg) repeat-y;
	line-height: 1em;
	margin:0;
	padding:0;
	padding-left: 15px;
}

#content_right_main {
	position: relative;
	width: 555px;
	background: white;
	border: 1px black solid;
	margin: 0;
	padding: 0;
	float: left;
	padding-top: 10px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	font-family: Tahoma;
	color: black;
	margin-bottom: 20px;
}


#content_right_main_body a:link {
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
}

#content_right_main_body a:visited {
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: underline;
}

#content_right_main_body a:hover {
	color: #d3b74c;
	font-weight:bold;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
}

#content_right_main_body {
	border-top: 1px dotted black;
	width: 550px;
	margin-top: 10px;
	padding-top: 10px;
}

#content_right_main_body_photos {
	border-top: 1px dotted black;
	width: 550px;
	margin-top: 10px;
	padding-top: 10px;
}

#content_right_main_body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#content_right_main_body li {
	list-style-type: disc;
	font-size: 11px;
	color: black;
	margin-left: 20px;
	font-family: Tahoma;	
}

#content_right_main_body_bio {
	position: absolute; 
	width: 180px;
	height: auto;
	background: white;
	left:375px;
	margin:0;
	padding:0;
}

#content_right_main_body_bio li {
	list-style: none;
	margin:0;
	padding:0;
	font-size: 11px;
	color: black;
}

#content_right_main_image {
	position: absolute;
	float: right;
	top: 65px;
	right:18px;
}

#content_right_main_image2 {
	position: absolute;
	float: right;
	top: 350px;
	right:18px;
}

#content_right_sub_left {	
	position: relative;
	float: left;
	width: 264px;
	border: 1px solid black;
	background: white;
	margin-top: 20px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	height: 250px;
}

#content_right_sub_left_image {
	position: absolute;
	left: 180px;
	top:52px;
}

#content_right_sub_right {
	position: relative;
	float: left;
	width: 264px;
	border: 1px solid black;
	background: white;
	margin-top: 20px;
	text-align: left;
	padding-left: 10px;
	margin-left: 25px;
	padding-top:10px;
	height: 250px;
}

#content_right_sub_right_image {
	position: absolute;
	left: 170px;
	top:52px;
}

#content_right_sub_left_body {
	width: 250px;
	margin-top:10px;
	border-top: 1px dotted black;
	padding-top: 10px;
	font-size: 11px;
	font-family: Tahoma;	

}

#content_right_sub_right_body {
	width: 250px;
	margin-top:10px;
	border-top: 1px dotted black;
	padding-top: 10px;
	font-size: 11px;
	font-family: Tahoma;	

}

#content_right_sub_right_body a:link {
	font-size: 11px; 
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

#content_right_sub_right_body a:visited {
	font-size: 11px; 
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

#content_right_sub_right_body a:hover {
	font-size: 11px; 
	font-weight: bold;
	color: #d3b74c;
	text-decoration: none;
}

#content_right_sub_left_body a:link {
	font-size: 11px; 
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

#content_right_sub_left_body a:visited {
	font-size: 11px; 
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

#content_right_sub_left_body a:hover {
	font-size: 11px; 
	font-weight: bold;
	color: #d3b74c;
	text-decoration: none;
}

#content_right_sub_right_body {
	width: 245px;
	margin-top:10px;
	border-top: 1px dotted black;
	padding-top: 10px;
}
	

#footer {
	width: 900px;
	height: 116px;
	position: relative;
	float: left;
	background: url(../images/footer.jpg) no-repeat;
	text-align: left;
}

#footer p {
	font-size: 9px;
	color: white;
	width:700px;
	text-align: left;
	left: 0;
	font-family: Tahoma;
	margin-left: 0;
	margin:0;
	margin-bottom: 5px;
}

#copyright {
	position: relative;
	float: left;
	margin-top: 45px;
	margin-left: 10px;
}

#footer ul {
	list-style-type: none;
	float: left;
	position: relative;
	margin:0;
	padding:0;
	left: 15px;
	top: 25px;
}

#footer li {
	list-style-type: none;
	margin-right: 7px;
	display: inline;
	font-size: 10px;
	color: #d3b74c;
	font-weight: normal;
	font-family: Tahoma;
}

#footer li a:link {
	color: #d3b74c;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
}

#footer li a:visited {
	color: #d3b74c;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
}

#footer li a:hover {
	color: #cb9e00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Tahoma;
}


/*Classes*/

h3 {
	font-size: 10px;
	color: #d49a0d;
	font-family: Tahoma;
	margin: 0;
	padding: 0;
}
	
h2 {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	margin:0;
	padding: 0;
	color: black;
}

h2 a:link {
	color: black;
	text-decoration:underline;
}

h2 a:visited {
	color: black;
	text-decoration:underline;
}

h2 a:hover {
	color: #d3b74c;
	text-decoration:none;
}

h1 {
	font-size: 18px;
	color: #5a0707;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

h5 {
	font-size: 11px;
	color: #414141;
	font-family: Tahoma;
	font-weight: bold;
	margin:0;
	padding: 0;
}

.bold {
	font-weight: bold;
}

/*Forms*/
label
{
color: #000000;
	background: #ffffff;
	font-family: Tahoma;
	font-size: 9px;
	border: #000000 1px solid;
}
   

 input {
	color: #000000;
	background: #ffffff;
	font-family: Tahoma;
	font-size: 9px;
	border: #000000 1px solid;
}

 textarea {
	color: #000000;
	background: #ffffff;
	font-family: Tahoma;
	font-size: 9px;
	border: #000000 1px solid;
	padding-left: 1px;

}

.checkbox input {
	color: #000000;
	background: #ffffff;
	font-family: Tahoma;
	font-size: 10px;
	background: white;
}