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

body {
	background: #666666;
	margin: 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 */
	color: #FFFFFF;
	background-image: url(../images/bg.gif);
	font-family: Futura Medium, Century Gothic, AppleGothic, sans-serif;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}

.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 597px;
	color: #FFFFFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #container2 {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div #nav {
	float: right;
}
.oneColFixCtr #container #name {
	background-image: url(../images/name.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 75px;
	width: 250px;
	margin-top: -40px;
	margin-left: 525px;
}
.oneColFixCtr #container2 #name {
	background-image: url(../images/name.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 75px;
	width: 250px;
	margin-top: -40px;
	margin-left: 525px;
}
.oneColFixCtr #mainContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.oneColFixCtr #container #index_footer {
	margin-left: 100px;
	margin-top: 255px;
	padding-right: 10px;
	float: right;
	position: relative;
}

/* Text & links */

p {
	font-size: 11px;
}

p.tiny {
	font-size: 8px;
}

h1{
	text-shadow: 1px 0px black;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 20px;
}

h1.title {
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	padding-left: 8px;
	font-size: 22px;
}

h2{
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}

    a:link              {
	color:#FF6600;
	text-decoration:none;
}
    a:visited           {
	color:#FF6600;
	text-decoration:none;
}
    a:hover             {
	color:#FFFFFF;
	text-decoration:underline;
}
    a:active            {
	color:#FF6600;
	text-decoration:underline;
}


div #hs_slideshow {
	float: left;
	padding: 0px;
	margin-top: -37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}
div #reel {
	background-color: #666666;
	padding: 20px;
	margin: 20px;
	height: 400px;
	width: 500px;
}

div #news {
		padding-top: 0px;
		position: relative;
	}
	
/*   Titles  */	
	
#news_title {
	margin-top: -80px;
	display: block;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 200px;
}

#contact_title {
	margin-top: -80px;
	display: block;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 200px;
}

#bio_title {
	margin-top: -80px;
	display: block;
	background-image: url(../images/bio.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 200px;
}
	

/*  Helpers */


.linewrap {
	font-weight: bold; 
	color: #c60; 
	font-size: 13px;
	}
	
.floatright {
	float: right;
}

.floatleft	{
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	}

.vs0	{
	margin-top: 0;
	}
	
.vs3	{
	margin-top: 3px;
	}		

.vs5	{
	margin-top: 5px;
	}	

.vs7	{
	margin-top: 7px;
	}

.vs10	{
	margin-top: 10px;
	}	

.vs15	{
	margin-top: 15px;
	}	
	
.vs25	{
	margin-top: 25px;
	}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

