body { 
	/*background: #0AC;*/
	background: url("/images/swirl_background.jpg");
	background-repeat: no-repeat;
	background-color: #000;
	color: #DE9;
	font-family: sans-serif;
}
a { 
	color: #DD0;
	text-decoration: none;
}
a:visited { 
	color: #BBA;
 }
a:active { 
	color: #D00;
}
a:hover { 
	color: #EEC;
 }

h3 { 
	text-align: center;
}
/* Heading */
#heading { 
	border: solid 1px white;
	width: 50em;
	margin-bottom: 1em;
	}
#heading h3 { 
	font-size: 28pt;
}
/* Sidebar / NavMenus */
#sidebar { 
	border: solid 1px white;
	width: 12em;
	float: left;
}

#sidebar li { 
	border: solid 1px white;
	width: 8em;
	text-indent: .5em;
 	padding: 1px;

}
/* Main Content */
#content { 
	border: solid 1px white;
	width: 37em;
	margin-left: 13em;
}
#content h3 { 
	margin: 1em;
}
#content p { 
	text-indent: 1.5em;
	padding: 1em;
 }
/* Footer */
#footer { 
	text-align: center;
	font-size: smaller;
}

/*Resume*/
#resume { 
	padding: .5em;
 }
#resume p { 
  margin: 0;
  text-indent: 0em;
 }
#resume li { 
	padding: .5em;
}