body { 
	font-family: Verdana; 
	background-image: url("files/back2.gif"); 
	text-align: center; 
}
/*******GENERAL DIVS*********/
#topper{
	width: 740px;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url("files/topper2.gif"); 
	background-repeat: no-repeat; 
	background-position: top center;
}
#content { 
	text-align: left; 
	margin-right: auto; 
	margin-left: auto; 
	width: 740px; 
	/*height: 612px;*/
}
#upper{
	background-image: url("files/backer2.gif");
	background-repeat: repeat-y;
	/*height: 400px;*/
	position: relative;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid black;*/
}
#lower{
	background-image: url("files/bottom2.gif");
	background-repeat: no-repeat;
	height: 16px;
	width: 740px;
	position: relative;
	margin: 0;
	text-align: right;
	color: #539DBC;
	/*border: 1px solid black;*/
}
/*******HEADERS*********/
h3{
	font-size: 1em;
	background-color: #6e6e6e;
	color: white;
	text-align: center;
	border: 2px solid #494949;
	margin: 0;
	padding: 0;
}
/*******RESUME*********/
.resume{
	font-size: 0.8em;
}
.resume a:link{
	text-decoration: none;
	color: white;
}
.resume a:visited{
	text-decoration: none;
	color: white;
}
.resume a:hover{
	text-decoration: underline;
}
table.experience td{
	width: 33%;
}
table.skills tr{
	height: 30px;
}
.resume ul li{
	list-style-type: none;
	display: block;
}
/*******TEXT STYLES*********/
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
/*******NAVIGATION LIST*********/
#nav ul{
	width: 730px;
	text-align: right;
	padding-top: 40px;
	color: #539DBC;
}
/*******LISTS*********/
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style-type: none;
	padding: 1px;
	display: inline;
}
/**********PORTFOLIO************/
.port ul li{
	list-style-type: none;
	display: block;
	border-top: black 1px solid;
}

.port img{
	position: relative;
	float: left;
	margin-right: 15px;
	border: 2px #DA63D7 solid;
	z-index: 5;
}

.port a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.port a:hover{
	text-decoration: underline;
}
/*******NAVIGATION LINKS*********/
#nav a:link{
	color: #539DBC;
	text-decoration: none;
}
#nav a:visited{
	color: #89C8E6;
	text-decoration: none;
}
#nav a:hover{
	color: #E28A40;
	text-decoration: none;
}