body { 
	font: 14px/20px georgia, arial; 
	color: #30322E; 
	margin: 0px; 
	background: #D6D6D6; 
	}

h3 {
	font: bold 14px arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #2D59A8; 
}

#container
{
	background: url(../images/header.gif) no-repeat top right #FFFFFF; 
	margin: 10px 20% 0px 20%; 
	padding: 130px 20px 0 20px; 
	border: 1px solid black; 
	min-height: 40%; 
	width: 60%;
}

#header {
    text-align:center; 
    padding:30px;
}

#content {
    padding: 20px;
    font: 15px/22px georgia, arial; 
}


#icons {
	height: 25px; 
	background-color: #FFFFFF; 
	text-align: right;
}


#bodyportfolio {
	background: url(../images/portfolio.jpg) no-repeat top left #FFFFFF; 
	margin: 10px 20% 0px 20%; 
	padding: 130px 20px 0 20px; 
	border: 1px solid black; 
	min-height: 40%; 
	width: 60%;
	position: absolute;
}

#bodyresume {
	background: url(../images/resume.jpg) no-repeat top left #FFFFFF; 
	margin: 10px 20% 0px 20%; 
	padding: 130px 20px 0 20px; 
	border: 1px solid black;
	min-height: 40%; 
	width: 60%; 
	position: absolute;
}

#bodysample {
	background: url(../images/samples.jpg) no-repeat top left #FFFFFF; 
	margin: 10px 20% 0px 20%; 
	padding: 130px 20px 0 20px; 
	border: 1px solid black;
	min-height: 40%; 
	width: 60%;
	position: absolute;
}

.error {
    font-size: 13px;
    color: red;
    }


/** Resume **/
#resume {margin-top: 20px; padding:20px;}
#resume span {display:inline;}
#resume p {margin:0px;}
#resume .title { font-weight: bold; font-size:24px; text-align:center; padding:2px;}
#resume .subtitle {font-size:14px; color:red; text-align:center;}
#resume .heading1 { font-size:14px; color:blue; font-weight:bold; }
#resume .preformattedtext { margin-left: 25px; margin-bottom:10px; }
#resume .emphasis {font-style:italic; font-weight:bold;}
#resume .subtleemphasis {font-style:italic; }
#resume .listelem { }
