* {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	font-weight: normal;
}
body {
	text-align: center;
}
div#container {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
p a, ul a, ol a {
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #999;
}
/*p a:visited {
	color: #999;
}*/
p a:hover, ul a:hover, ol a:hover {
	color: #c00;
	border-bottom: 1px dotted #c00;
}
p a:active {
	color: #600;
}

div#header {
	text-align: center;
	margin-bottom: 2em;
	margin-top: 2em;
}
h1 {
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
	border-bottom: 1px dotted #ccc;
	margin: 0px;
	padding: 5px;
}
ul, ol {
	margin-left: 3em;
}
p {
	margin-bottom: 1em;
}

/* Main Navigation */
ul#main-menu, ul#main-menu ul, ul#main-menu li {
	list-style-type: none;
	margin: 0px;
}
ul#main-menu {
	background-image: url('/images/h1shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px;
}
ul#main-menu li {
	display: inline;
	text-align: center;
}
ul#main-menu li a {
	border: none;
	margin: 1em;
}
ul#main-menu li a:hover {
	color: #c00;
}
ul.submenu {
	display: none;
}
ul#main-menu li:hover ul.submenu {
	display: block;
	z-index: 1;
	background-image: url('/images/transwhite.png')
}
ul#main-menu li:hover ul.submenu li a {
	display: block;
	width: 80px;
	padding: 0.3em 1em 0.3em 1em;
}

/* Main Content */
div#content {
	text-align: justify;
	line-height: 150%; 
}
h2 {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}
h3 {
	font-weight: normal;
	font-size: 10pt;
	font-style: italic;
	margin: 1em 0em 0.3em 0em;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
div.cv p {
	margin: 0em 0em 0.3em 7em;
}
div#footer p {
	padding: 0.2em;
	font-size: 9pt;
	color: #ccc;
	text-align: center;
	border-top: 1px dotted #ccc;
}
div#footer {
	background-image: url('/images/footshadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
	margin-top: 1em;
}
div.portfolio {
	text-align: center;
}
div.portfolio a img {
	border: 1px solid #aaa;
	padding: 5px;
	margin: 4px;
}
div.portfolio a:hover img {
	border-color: #c00;
}
