html
{
	background: #454443 url(images/bg_main.jpg) repeat-x;
    	font-family: arial;
	color: black;
	text-align: center;
}

body
{
	text-align: center;
}

a:link, a:visited
{
	color: #2E8B57;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	padding: 40px 3px 5px 0;
	margin: 0;
}
h3
{
	font-size: 16px;
	padding: 0;
	margin: 10px 0 0 0;
}
h4
{
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px 0;
	font-style: italic;
}

ul
{
	margin-top: 6px;
}

li
{
	list-style-type: circle;
	font-size: 14px;
	padding: 2px 0;
}

.nav-resume a
{
	background: url(images/nav_resume_off.png) no-repeat;
	width: 58px;
	height: 30px;
	margin: 183px 0 0 50px;
	display: block;
	float: left;
}
.nav-resume a:hover
{
	background: url(images/nav_resume_on.png) no-repeat;
}
.nav-resume-sel a
{
	background: url(images/nav_resume_on.png) no-repeat;
	width: 58px;
	height: 30px;
	margin: 183px 0 0 50px;
	display: block;
	float: left;
}

.nav-portfolio a
{
	background: url(images/nav_portfolio_off.png) no-repeat;
	width: 66px;
	height: 34px;
	margin: 138px 0 0 40px;
	display: block;
	float: left;
}
.nav-portfolio a:hover
{
	background: url(images/nav_portfolio_on.png) no-repeat;
}

.nav-blog a
{
	background: url(images/nav_blog_off.png) no-repeat;
	width: 58px;
	height: 30px;
	margin: 104px 0 0 44px;
	display: block;
	float: left;
}
.nav-blog a:hover
{
	background: url(images/nav_blog_on.png) no-repeat;
}

.nav-bio a
{
	background: url(images/nav_bio_off.png) no-repeat;
	width: 58px;
	height: 30px;
	margin: 72px 0 0 28px;
	display: block;
	float: left;
}
.nav-bio a:hover
{
	background: url(images/nav_bio_on.png) no-repeat;
}
.nav-bio-sel a
{
	background: url(images/nav_bio_on.png) no-repeat;
	width: 58px;
	height: 30px;
	margin: 72px 0 0 28px;
	display: block;
	float: left;
}

.nav-contact a
{
	background: url(images/nav_contact_off.png) no-repeat;
	width: 60px;
	height: 35px;
	margin: 22px 0 0 18px;
	display: block;
	float: left;
}
.nav-contact a:hover
{
	background: url(images/nav_contact_on.png) no-repeat;
}
.nav-contact-sel a
{
	background: url(images/nav_contact_on.png) no-repeat;
	width: 60px;
	height: 35px;
	margin: 22px 0 0 18px;
	display: block;
	float: left;
}

.wrapper
{
	background: #fff url(images/bg_main_design.jpg) no-repeat;
	width: 800px;
	margin: auto;
}

.logo
{
	margin: auto;
	padding: 15px;
	text-align: center;
}

.nav
{
	text-align: left;
}

.box
{
	background: #f5f5f5 url(images/bg_box.jpg) repeat-x;
	border: solid 3px #000;
	width: 300px;
	float: right;
	margin: 40px 40px 25px 15px;
}
.zoe-photo
{
	float: right;
	margin: 5px;
}
.box-text
{
	padding: 5px 5px 10px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.box h2
{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	padding: 10px 3px 5px 6px;
	margin: 0;
	text-align: center;
}
.box p
{
	margin: 6px 0;
}

.maintext
{
	color: #7b7b7b;
	margin: 170px 380px 0 15px;
	text-align: right;
}
.maintext h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
}
.maintext a:link, .maintext a:visited
{
	color: #7b7b7b;
	text-decoration: none;
}
.maintext a:hover
{
	color: #000;
}
.maintext h1.selected a:link, .maintext h1.selected a:visited
{
	color: #000;
	text-decoration: none;
}

.clearer
{
	clear:both;
}

.resume
{
	text-align: left;
	padding: 0 40px 40px 40px;
}

.tip
{
	border-bottom: 3px double #2E8B57;
}

.tooltip-inside
{
	border: 3px solid #000;
	padding: 8px;
}

#dhtmltooltip {
	position: absolute;
	width: 240px;
	border-right: solid 3px #a5a5a5;
	border-bottom: solid 3px #a5a5a5;
	background: #fff url(images/bg_tooltip.jpg);
	font-size: 12px;
	text-align: left;
	visibility: hidden;
	z-index: 100;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=4e4e4e,direction=135); */
}
