@charset "UTF-8";
/* CSS Document */

html {height:100%;
}

body {
	margin: 0px 0px; 
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	min-width:900px;
	background:url('images/brandon_bg.png') #b34422 no-repeat bottom left;
	
	
}
	
#home{
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	margin: 0px;
	padding: 0;
	z-index:0;
}



#artdirector{
	position: absolute; 
	bottom: 17px; 
	left: 13px;
	z-index:1;
	width:217px;
	height:76px;
}
#navrolls{
	position: absolute; 
	bottom: 0px; 
	left: 340px;
	z-index:2;
	width:526px;
	height:489px;
}

#nav {
	float: left;
	bottom: 0;
	height:768;
	width: 501;
	margin:Opx 50px 0px 0px;
	
}



#shadow{
background-image:url(images/clearbutton2.png);

}

#content {
  width: 612px ;
  margin-left: auto ;
  margin-right: auto ;	
	
}

#header {
	width: 300px;
	height: 258px;
	float: left;
	margin:0px 0px 0px 20px;
}

#portfoliocontent {
	font-size: 12px;
	width: 800px;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 20px;

}

#portfolio {width: 700px; margin-left:400px; margin-right:auto; margin-top: 220px;}



/* Resume Page */
#resume {
	font-size: 12px;
	width: 500px;
	margin-left: 250px ;
	margin-right: auto ;
	margin-top: 150px;;

}

#resume h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#resume h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#resume ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#resume .dates {
	position: relative;
	float: left;
	width: 80px;
	margin-left: 20px;
}

#resume .copy {
	position: relative;
	float: left;
	width: 400px;
}

#resumeCopy {
	padding-top: 40px;
}



p {
margin : 0px 0px 0px 0px;
}
a:link {
text-decoration : none;
color : #990;
}
a:visited {
font-weight : bold;
text-decoration : underline;
color : #990;
}
a:hover, a:active {
text-decoration : underline;
color : #990;
}

ul {
	margin-left:0px;
	padding-left:0px;
}

