@charset "utf-8";
/* CSS Document */

body {
	background-color: #993300;
	font-family: "Helvetica Neue";
}
#container {
	background-color: #4b3f2f;
	width: 900px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;	
}
#header {
	float: left;
	width: 900px;
	height: 100px;
	background-image:url(../images/guardians_header.jpg);
	background-repeat: no-repeat;
	background-position: 230px top;
}
#footer {
	float: left;
	width: 900px;
	height: 50px;
}
#navwrapper {
	float: left;
	width: 250px;
	height: 550px;
	background-image:url(../images/afphoto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	float: left;
	height: 345px;
	margin-top: 85px;
}
#nav a {
	width: 190px;
	height: 30px;
}
.buybtn{
	float: left;
	height: 15px;
}
#mainwrapper {
	background-color: #302b28;
	float: left;
	width: 640px;
	height: 550px;
}
#mainwrapper h1 {
	padding: 0 0 0 20px;
	margin: 0;
}
#mainwrapper h2 {
	padding: 15px 0 0 40px;
	margin: 0;
}
#main {
	float: left;
	padding: 0 20px 0 20px;
}
#mainhome {
	text-align: center;
	background-color: #302b28;
	float: left;
	width: 640px;
	height: 460px;
	padding: 30px 0;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #993300;
}
blockquote {
	margin: 10px 0 5px 45px;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfloat {
	clear: both;
}
.bio {
	width: 100%;
}
.bio p {
	width: 400px;
	float: right;
	margin: 0;
}
.bio img {
	padding: 0 15px 0 0;
	width: 145px;
	float: left;
}

.smalltxt {
	font-size: 90%;
}
.tan_text {
	color: #a38623;
}
.txt_right {
	text-align: right;
}	
.txt_left {
	text-align: left;
}	
.txt_center {
	text-align: center;
}
td {
	vertical-align: top;
}
td p {
	margin-top: 0;
	line-height: 7px;
}
th {
	text-align: left;
}
.date {
	font-size: 24px;
}
input {
	padding-right: 7px;
	padding-left: 7px;
}
.submit_btn {
	font-size: 85%;
	text-transform: uppercase;
	color: #5E5753;
	font-weight: bold;
	background-color: #302b28;
	border: 1px solid #443f3c;
	padding: 2px 5px;
}

a:link.bottom {  color: #999999; text-decoration: none}
a:visited.bottom {  color: #999999; text-decoration: none}
a:hover.bottom {  color: #666666; text-decoration: none}

a:link.top {  color: #993300; text-decoration: none}
a:visited.top {  color: #993300; text-decoration: none}
a:hover.top {
	color: #CC3300;
	text-decoration: none
}

a:link.bottom-wd {  color: #FFFFFF; text-decoration: none}
a:visited.bottom-wd {  color: #FFFFFF; text-decoration: none}
a:hover.bottom-wd {  color: #FFFFFF; text-decoration: none}

.table-border {
	border: 2px solid #87291D;
}
.cell-border {
	border: 1px solid #87291D;
	padding: 5px;
}

/* SCROLLING CONTENT -- DHTMLGOODIES*/

#main_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
	float: left;
	width: 640px;
	height: 460px;/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width: 615px;/*width of the scrolling text */
		float: left;
		position:relative;
		height: 100%;
		overflow: hidden;	
	}
	
	
	/*CSS for the scrolling content */
	
	#scrolldiv_content{
		padding: 0 20px 0 20px;
		position:relative;
	}
	#scrolldiv_content .inside {
		margin-left: 18px;
	}
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
	width:15px;
	height:460px;	/* Total height - 40 pixels */
	border:1px solid #000;
	position:relative;
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#000;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #555;
		color: #555;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	
.padleft {
	padding-left: 8px;
	color: #FFFFFF;
}
.padall {
	padding: 30px;
	color: #FFFFFF;
}
