/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border: 0pt none;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0pt;
padding: 0pt;
vertical-align: baseline;
}

html {
	height: 100%;
}

body {
	background-color: black;
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;

}


#global {
	background-color: #000000;
	width: 760px;
	height: 100%;
	margin: 0 auto;
}

#top_divider {
	width: 760px;
	height: 152px;
	background-image:url('../images/toplinks.png');
	float:left;
}

.header {
	margin-top: -10px;
	background-repeat: no-repeat;
	width: 224px;
	height: 136px;
	background-image: url('../images/header.png');
	float: left;
}

.navigation {
	margin-top: 50px;
	margin-left: 80px;
	padding: 0px;
	width: 423px;
	height: 54px;
	float: left;
}

.reellink {
	background-repeat: no-repeat;
	width: 100px;
	height: 54px;
	background-image: url('../images/reellink.png');
	float: left;

}

.reel_link {
	display: block;
	width: 100px;	
	height: 54px;
	cursor: pointer;
}


.gallerylink {
	background-repeat: no-repeat;
	width: 100px;
	height: 54px;
	background-image: url('../images/gallerylink.png');
	float: left;
}

.gallery_link {
	display: block;
	width: 100px;	
	height: 54px;
	cursor: pointer;
}

.aboutlink {
	background-repeat: no-repeat;
	width: 100px;
	height: 54px;
	background-image: url('../images/aboutlink.png');
	float: left;
}

.about_link {
	display: block;
	width: 100px;	
	height: 54px;
	cursor: pointer;
}

.contactlink {
	background-repeat: no-repeat;
	width: 123px;
	height: 54px;
	background-image: url('../images/contactlink.png');
	float: left;

}

.contact_link {
	display: block;
	width: 100px;	
	height: 54px;
	cursor: pointer;
}

.empty {clear:both;}


.middlecontent {
	width: 760px;
	height: 480px;

}

.middlecontent2 {
	width: 760px;
	height: 1100px;
	padding-top: 20px;
	margin-bottom: 270px;
 	
}

.middlecontent2 h1 {
	color: white;
	font-size: 24px;
	text-decoration: underline;


}

#professional {
	margin: 0 auto;
	width: 700px;
	height: 660px;
	margin-bottom: 20px;

}

#personal {
	margin: 0 auto;
	width: 700px;
	height: 660px;

}

#reel {
	margin-top: 30px;
	margin-left: 30px;
	background-repeat: no-repeat;
	width: 701px;
	height: 364px;
	background-image: url('../images/flashholder.png');
}


#flvplayer{
margin-left: 20px;
width: 760px;
height: 480px;

}

.bottomcontent {
	width: 760px;
	height: 207px;
	background-image: url('../images/bottomlinks.png');
	float:left;
}

.sections {
	width: 253px;
	height: 207px;
	float:left;
}

.contactheader {
	margin-left: 50px;
	width: 127px;
	height: 48px;
	background-image: url('../images/contactheader.png');
	float:left;
}

.findmeheader {
	margin-left: 50px;
	width: 152px;
	height: 48px;
	background-image: url('../images/findmeonheader.png');
	float:left;
}

.downloadsheader {
	margin-left: 50px;
	width: 152px;
	height: 48px;
	background-image: url('../images/downloadsheader.png');
	float:left;
}

.contacttext {
	font-size: 12pt;
	margin-top: 60px;
	color: white;
	font-family: Arial;
}

.findmetext {
	font-size: 12pt;
	margin-left: 80px;
	margin-top: 60px;
	color: white;
	font-family: Arial;
}

.downloadstext {
	font-size: 12pt;
	margin-left: 80px;
	margin-top: 60px;
	color: white;
	font-family: Arial;
}




#biopic {
	margin-bottom: 80px;
	margin-top: 50px;
	margin-left: 50px;
	background-repeat: no-repeat;
	width: 225px;
	height: 300px;
	background-image: url('../images/biopic.jpg');
	float: left;

}


#biotext {
	margin-top: 50px;
	margin-left: 30px;
	font-size: 12pt;
	width: 400px;
	height: 300px;
	color: white;
	font-family: Arial;
	float:left;
}


#single_image{
margin-left: 13px;

}

a:link { 
  color: #fff;
  text-decoration: none;

}
a:visited {
  color: #fff;
  text-decoration: none;

}
a:hover {
  color: #9f9f9f;
  text-decoration: none;

}
a:active { 
  color: #fff;
  text-decoration: none;

}

/*-------------------------- Contact Form ----------------------*/

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.contactlabels {
font-size: 12pt;
color: white;
}
