/*===MAIN FOUNDATION BASE===*/
* {
	margin:0px;
	padding:0px;
	}
body, html {
	background-color:#000000;
	background-image:url(../images/bgGradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
#wrapper {
	text-align:center;
	width:1280px;
	margin-right:auto;
	margin-left:auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	}
#containerIndex {
	text-align:center;
	width:1280px;
	height:900px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/AnimationBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	position:relative;
	left:0px;
	}
#containerDefault {
	text-align:center;
	width:1280px;
	height:900px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/newBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	position:relative;
	left:0px;
	}
#containerResume {
	text-align:center;
	width:1296px;
	height:900px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/resumeBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	position:relative;
	left:0px;
	}
#logo {
	position:absolute;
	float:left;
	width:581px;
	height:104px;
	left:507px;
	top:91px;
	}
#contactLink {
	position:absolute;
	float:left;
	width:329px;
	height:35px;
	left:759px;
	top:194px;
	}
#links {
	position:absolute;
	float:left;
	left:191px;
	top:420px;
	width:320px;
	height:86px;
	}
#reelContainer {
	position:absolute;
	width:912px;
	height:559px;
	left:92px;
	top:282px;
	}
#thumbnails {
	position:absolute;
	width:553px;
	height:576px;
	left:521px;
	top:289px;
	text-align:left;
	}
#reelContent {
	position:absolute;
	width:553px;
	height:576px;
	left:528px;
	top:272px;
	text-align:left;
	}
#dwnldResume {
	position:absolute;
	width:315px;
	height:41px;
	left:203px;
	top:785px;
	}
#reelmovie {
	position:absolute;
	float:right;
	width:400px;
	height:350px;
	left:525px;
	top:310px;
	padding-top:0px;
	}	
#resume {
	position:absolute;
	width:912px;
	height:559px;
	left:92px;
	top:282px;
	}	

/*===PORTFOLIO IMG MARGIN===*/	
.portTop {
	margin-right:0pt;
	margin-bottom:4pt;
	border:0pt;
	border-style:none;
	}
.portTop2 {
	margin-top:0pt;
	margin-bottom:27pt;
	border:0pt;
	border-style:none;
	}
.portMiddle {
	margin-top:0px;
	margin-bottom:24pt;
	border:0pt;
	border-style:none;
	}
.portBottom {
	margin-top:0pt;
	margin-bottom:0pt;
	border:0pt;
	border-style:none;
	}
	
/*===FONT STYLES===*/
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	line-height:12pt;
	color:#333333;
	text-align:left;
	text-indent:7pt;
	}
strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	}
p.reel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15pt;
	font-weight:bold;
	color:#333333;
	text-align:left;
	text-indent:7pt;
	}

/*===LINK AND LIST STYLES===*/
a.contactEmail {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	font-weight:bold;
	color:#FFCC00;
	text-align:left;
	line-height:9pt;
	}
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#333333;
	text-decoration:underline;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
a:active {
	text-decoration: none;
	}
ul {
	list-style-type:none;
	}
li {
	line-height:10pt;
	list-style-type:none;
	}

