@charset "UTF-8";

body {
	width: auto;
	height: auto;
	background-image: url(Images/background2.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
        text decoration: none;
}
.oneColLiqCtrHdr #container {
	width: 1000px;
	height: 690px;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
}
.oneColLiqCtrHdr #header { 
	height: 130px;
	width: 829px;
	margin-left: auto;
	margin-right: auto;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	height: 550px;
	width: 829px;
	margin-left: auto;
	margin-right: auto;
}
.oneColLiqCtrHdr #footer { 
	height: 10px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header_title {
	height: 30px;
	width: 140px;
	margin-top: 40px;
	float: left;
	font-size: 20px;
	color:#EAEAEA;
	text-shadow: 0px 2px 2px #222;
	text-decoration:none;
}
#header_title a:hover{
	height: 30px;
	width: 140px;
	margin-top: 40px;
	float: left;
	font-size: 20px;
	color: #E66E11;
	text-decoration:none;
}
.header_link {
	text-decoration: none;
	height: 30px;
	width: 120px;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
	font-size: 20px;
	color:#818181;
	text-align: center;
	text-shadow: 0px 2px 2px #222;
	font-weight: lighter;
}
.header_link a:link {	
	text-decoration: none;
	
}
.header_link a:hover {	
	text-decoration: none;
	color: #FFFFFF;
}
#spacer_a {
	width: 225px;
	height: 30px;
	float: right;
	margin-top: 40px;
}
#spacer_b {
	width: 140px;
	height: 30px;
	float: left;
}
#link_info {
	height: 15px;
	width: 120px;
	margin-left: 20px;
	float: left;
	font-size: 12px;
	color:#818181;
	text-align: center;
	text-shadow: 0px 2px 2px #222;
}
#main_img {
	width: 729px;
	height: 360px;
	margin-top: 95px;
	margin-right: 50px;
	float: right;
}
#left_bar {
	width: 220px;
	height: 440px;
	margin-top: 60px;
	margin-left: 50px;
	margin-right: 20px;
	float: left;
	color: #F90;
	font-size: 42px;
	opacity: 0.85;
	filter:alpha(opacity=85)
}
#spacer_c {
	float:left;
	width: 480px;
	height:125px;
	margin-top: 60px;
	color: #F90;
	font-size: 16px;
	text-decoration: none;
    opacity: 0.65;
	filter:alpha(opacity=65);
}
#spacer_c a:link{
	color:#FFF;
	font-size: 16px;
	text-decoration: none;
}
#right_title a:link{
	width: 210px;
	height:auto;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#FFF;
	float: left;
	margin-top: 15px;
	font-size: 12px;
	text-decoration:none
}
#right_title {
	width: 210px;
	height:1.6em;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#FFF;
	float: left;
	margin-top: 15px;
	font-size: 12px;
	text-decoration: none;
}
#bio_text {
	width: 210px;
	height:auto;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#FFF;
	float: left;
	margin-top: 15px;
	font-size: 12px;
	text-decoration: none;
}
#main_background {
	width: 829px;
	height: 550px;
	background-color: #000;
	opacity: 0.85;
	filter:alpha(opacity=85);
}
#right_pic {
	width: 487px;
	height: 280px;
	float:left
}
#left_img {
	margin-left: 50px;
	margin-right: 40px;
	margin-top: 80px;
	float:left
}
#right_text {
	width: 396px;
	height: 390px;
	margin-top: 80px;
	margin-right: 20px;
	float:left;
	color:#FFF;
}

#bottom_bar {
	width: 829px;
	height: 25px;
	float: left;
	background-color: #000;
	opacity: 0.4;
	filter:alpha(opacity=40);
}
.direction_link {
	height: 19px;
	color: #FFF;
	text-align:center;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	background-color:#000;
	font-size:10px;
}
.direction_link a:link {
	text-decoration:none;
	font-size: 10px;
	color:#D5D5D5;
}
.direction_link a:hover {
	text-decoration:none;
	font-size: 10px;
	color:#FFF;
}
#previous {
	margin-left:318px;
	width: 60px;
	float:left;
}
#index {
	width: 60px;
	float:left;
}
#next {
	width: 60px;
	float:left;
}