/*
	AUTHOR:	Hot Light Studios
			webmaster@hotlightstudios.net
			http://www.hotlightstudios.net
			
			COLORS: Green:		#799e10
					Lt. Brown:	#857362     
					Background:	#fbf4e2            */


/* ---------- RESET'S & BASIC PAGE SETUP ----------------------------------------------------- */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% Helvetica, sans-serif; 
	background: url('../images/indv_header_bkgd.jpg') repeat-x top center #e6ddc5;
}

ul { list-style: none inside; }
p { font-size: 1.2em; }
a { outline: none; text-decoration: none; }
a img { border: none;}

.clear { clear: both; }

img.mainphoto {
	position: relative;
	left: 296px; top: 108px;
}

img.update {
	padding: 0;
}

/* ------------------------------------------------------------------------------------------- */

#page-wrap {
	width: 782px;
	margin: 0 auto;
}

/* ------------------------------------------------------------------------------------------- */

#header {
	width: 782px;
	height: 296px;
	background: url('../images/header_bkgd.png') no-repeat;
}

/* ------------------------------------------------------------------------------------------- */

#index {
	width: 330px;
	height: 70px;
}

/* ------------------------------------------------------------------------------------------ */

#nav-menu {
	float: right;
	margin-top: -36px;
	margin-right: 20px;
	width: 236px;
	height: 34px;
}

/* ------------------------------------------------------------------------------------------ */

#head-photo {
	float: left;
	margin-left: 19px;
	margin-top: 9px;
	width: 745px;
	height: 199px;
}

/* ------------------------------------------------------------------------------------------ */

#tape {
	position: relative;
	left: 325px; top: -10px;
	width: 133px;
	height: 26px;
	background: url('../images/tape.png') no-repeat 0 0;
}

/* ------------------------------------------------------------------------------------------- */

#content-left {
	float: left;
	width: 526px;
}

        /* ------------------------------------------------------------------------------ */

		#intro {
			float: left;
			width: 526px;
			height: 506px;
			background: url('images/info.png') no-repeat 0 0;
		}
		
		/* ------------------------------------------------------------------------------ */

		#bio {
			float: left;
			width: 491px; 
			margin-left: 13px;
			margin-top: 4px;
			margin-bottom: 16px;
			
		}
		
		/* ------------------------------------------------------------------------------ */

		#bio-top {
			float: left;
			margin-top: 15px;
			width: 491px; height: 40px;
			background: url('../images/bio-top.png') no-repeat 0 0;
		}
		
		/* ------------------------------------------------------------------------------ */

		#bio-content {
			float: left;
			margin-top: -10px;
			width: 491px; height: 277px;
			background: url('../images/bio-content.gif') repeat 0 0;
		}
		
			#bio-place {
				width: 440px; height: 280px;
				margin: 10px 25px;
			}
		
		/* ------------------------------------------------------------------------------ */

		#bio-shadow {
			float: left;
			width: 491px; height: 48px;
			background: url('../images/bio_bottom.png') no-repeat 0 0;
		}
		
#line {
	float: left;
	width: 526px; height: 10px;
	background: url('../images/line.jpg') no-repeat 12px 0;
}

#honorary {
	float: left;
	width: 526px; height: 420px;
	background: url('../images/honor_small2.jpg') no-repeat 0 70px;
}

	a#button2 {
		display: block;
		float: right;
		margin: 270px 26px 0 0;
		width: 380px; height: 64px;
	}

/* ------------------------------------------------------------------------------------------- */

#content-right {
	float: right;
	width: 256px;
}

        /* ------------------------------------------------------------------------------ */

		#join-btn1 {
			float: left;
			padding-top: 10px;
			width: 256px; height: 88px;
		}
		
			a#button1 {
				display: block;
				width: 256px; height: 88px;
				text-indent: -9999px;
				background: url('../images/join-button.png') no-repeat 0 0;
			}
		
		/* ------------------------------------------------------------------------------ */

		#top {
			float: left;
			width: 256px; height: 93px;
			margin-top: 10px;
			background: url('../images/sidebar-top.png') no-repeat 0 0;
		}
		
		/* ------------------------------------------------------------------------------ */

		#sidebar {
			float: left;
			width: 246px;
			background: #fff;
		}
		
		/* ------------------------------------------------------------------------------ */

		#bottom {
			float: left;
			width: 246px; height: 9px;
			background: url('../images/sidebar-bottom.png') no-repeat 0 0;
		}
		
		/* ------------------------------------------------------------------------------ */

		#twitter {
			float: left;
			width: 246px; height: 120px;
			margin-top: 12px;
			background: url('../images/twitter.jpg') no-repeat 0 0;
		}
		
			#twitter a {
				display: block;
				width: 246px; height: 120px;
			}
		
/* ------------------------------------------------------------------------------------------- */

#footer {
	float: left;
	margin-top: 20px;
	width: 782px;
	height: 80px;
}



/* ---------- FONTS & TEXT & LINKS ----------------------------------------------------------- */

span.hide {
	display: none;
}

#index {
	display: block;
	width: 330px; height: 70px;
}

#nav-menu a {
	font-family: Arial Black, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	padding-right: 30px;
	color: white;
}

#nav-menu a:hover {
	color: #799e10;
}

#bio p {
	font-size: 1em;
	margin-bottom: 6px;
	color: #5e5046;
}

span.descript {
	color: #840011;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font: bold 20px Arial Black, sans serif;
	line-height: 21px;
	padding-top: 10px;
	letter-spacing: -1px;
	color: #799e10;
}

h2 {
	font: bold 18px Arial Black, sans serif;
	line-height: 20px;
	letter-spacing: -1px;
	color: #799e10;
	padding: 0 auto;
}

p.date {
	font: 11px Helvetica, sansa serif;
	color: #857362;
	letter-spacing: 1px;
	padding-right: 20px; padding-bottom: 9px;
}

span.hide { display: none; }

#footer p {
	font-size: 12px;
	color: #413732;
}

#footer a {
	font-weight: bold;
	color: #799e10;
}

#footer a:hover {
	color: orange;
}