@charset "UTF-8";
/* CSS Document */

*/

/* RESETS &  BASIC PAGE SETUP */
* { margin: 0; padding: 0; }


body {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	margin: 0px;
	background-color:#000000;
		height: 100%;
	
	}
	
	
p {margin-top: 0; margin-bottom: 0; font-size:13px; line-height:150%; }
a { color:#2a8d4c; text-decoration: none; font-weight:bold; }
a: hover, a:active {text-decoration: underline; }
h1 {font-size:18px; font-style:bold; }
h2 {font-size: 14px; font-style: bold;  }
h3 {font-size: 16px; font-style: bold; color:#FFFFFF; }

#pagewrap {
width:800px;
margin: 0 auto;
height: 100%;
background:url(images/background.gif) repeat-y;
}



#header {
background: url(images/highhorse_header.jpg) no-repeat;
height: 135px;
	}
	
body#home a#homelink,
body#videopro a#videoprolink,
body#about a#aboutlink, 
body#musicpro a#musicprolink,
body#creditsawards a#creditsawardlink,
body#contact a#contactlink {
	background:url(images/hoverbutton.jpg) top no-repeat; background-position:center;
	padding: 10px;
	margin-right: 5px;
	color:#FFFFFF;
	padding-top:45px;
	}
	
ul#navigation {
list-style: none;
margin: 10px;
}

#navigation li {
display: inline;
font-size:13px;
position:relative;
top:48px;
font-weight:bold;
left: 30px;
}


#flash {
	position: relative;
	left: 453px;
	top: 14px;
	}


#navigation a {
padding: 10px;
margin-right: 5px;
color:#000000;
padding-top:45px;
}



.list {
 font-size:13px; 
 line-height:180%;
 list-style-position: outside;
 padding-left:10px;
 margin-left: 10px;
 padding-top: 0;
 margin-top: 0;
 }
 
.boldlist {
	font-weight:bold;
	}

#navigation a:hover, ul#nav li a:active {
		color: #FFFFFF;
		background:url(images/hoverbutton.jpg) top no-repeat; background-position:center;
		
		}	

#maincontent {
width: 900px;
background:url(images/background.gif) repeat-y;
}

#copy  {
margin: 30px 20px 10px 100px;
width: 600px;
padding-bottom: 30px;
padding-top: 50px;
}

#maincontent p {
margin-bottom: 8px;
}


.photos {
	width: 250px;

	float: right;
	margin: 0px 0px 10px 15px;
		
}

.text {
	float: left;
	width: 320px;
	}

.clear {clear: both;}


#footer {
  margin-bottom: 30px;
  }
  
  
#footer p {
color:#FFFFFF;
text-align: center;
font-size: 10px;
}

#footer a {
color:#FFFFFF;
text-align: center;
font-size: 10px;
font-weight:normal;
}



/* END RESET */

/* TOOLBOX */


/* END TOOLBOX */


/* STRUCTURE AND STUFF */

