body {
	margin: 0px;
	padding: 0px;
	width: 800px;
	}



h1, h2, p, li, td {
	font-family: verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	line-height: 1.27em;
	margin-top: 0;
	color: #666;
	}

h2 {
	color: #999;
	font-size: 11px;
	text-align: center;
	}


p {

	font-weight: bold;
	font-size: 11px;

	}


a {
	font-size:11px;
	font-weight: bold;
	font-family:verdana, arial, helvetica, sans-serif;
	color: #09c;
	text-decoration: underline;
	}
	

	
a:hover {
	color: #c00;
	}



a.nav:link {
		font-size:15px;
		text-decoration: none;	
	}

a.nav:visited {
		font-size:15px;
		text-decoration: none;	
	}



.image {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:360px;
	margin:10px 210px 20px 25px;
	text-align: center;
	background-color:white;
	padding:5px;
	}

.main {
	position:absolute;
	width:295px;
	top:3px;
	left:425px;
	text-align: center;
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:295px;
	}
/* Again, "be nice to Opera 5". */
body>.header {width:295px;
	}



	
.content {
	text-align: justify;
	}


.resume {
	text-align: center;
	}

.portfolio{
	position:absolute;
	width:295px;
	top:100px;
	left:425px;
	text-align: center;
	padding:5px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:295px;
	}
/* Again, "be nice to Opera 5". */
body>.content {width:295px;
	}




/* FOOTER
---------------------------------------- */
#footer {
	margin: 0;
	width: 800px;
	text-align: center;
	}

