@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
}


#mainwrapper {
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	width:974px;
	position:relative;
	top:20px;
}


#content {
	width:800px;
	height:280px;
	background-color:transparent;
	position:absolute;
	top:212px;
	left:140px;
}


#thumbnailsLeft {
	width:150px;
	height:250px;
	background-color:transparent;
	float:left;
	margin-top:30px;
	margin-right:7px;
}


#thumbnailsRight {
	width:150px;
	height:250px;
	background-color:transparent;
	float:left;
	margin-top:30px;
	margin-left:3px;
}		


#gallery {
	width:370px;
	height:250px;
	float:left;
	background-color:transparent;
}
h3 {
	margin:0px;
	padding:0px;
}
#enlarge {
	width:690;
	position:absolute;
	top:250px;
	left:0px;
	Zpadding:0px;
	margin:0px;
}

#contact {
	background-color: transparent;
	text-align:left;
	margin-left:210px;
	position:absolute;
}


#resumeLeft {
	width:325px;
	float:left;
	margin-top:30px;
	height:230px;
	border-right:3px #FFFFFF solid;
	margin-left:20px
}


#resumeRight {
	width:320px;
	float:left;
	margin-top:30px;
	height:245px;
	padding-left:30px;
}


#reel {
	width:430px;
	height:272px;
	border:medium #FFFFFF;
	margin-left:145px;
	
}


p, ul  {
	font-size:12px;
}


ul li {
	line-height:13px;
	list-style-type:circle;
}


a.thumb {
	border: 1px solid #333;
	display:block;
	width:71px;
	height:47px;
}
a.thumb:hover {
	border: 1px solid white;
	display:block;
}

img {border:none;}