/* CSS Document */


/* Text */
body,td,th {
	font-family: Georgia, serif;
	font-size: 10pt;
	color: #333333;
	letter-spacing:0.015em;
	line-height: 1.4;
	border:none;
}

a:link {
	color: #777777;
	font-style: italic;
	text-decoration: none;
	border:none;
}

a:visited {
	color: #777777;
	font-style: italic;
	text-decoration: none;
	border:none;
}

a:hover {
	color: #4b83a6;
	text-decoration: underline;
	border:none;
}

a:active {
	color: #333333;
	text-decoration: underline;
	border:none;
}

.smallcaps {
	color: #333333;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing:0.07em;
	text-decoration: none;
	text-transform: lowercase;

}

.big {
	font-family: Georgia, serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: 500;
	color: #333333;
	letter-spacing:0.015em;
	line-height: 1.3;
	border:none;
}

.img {
	border:none;
}



/* Nav */

a.work {
	display: block;
	width: 200px;
	height: 25px;
	text-decoration: none;
	background: url("images/work.jpg");
}

a.work:hover {
	background-position: -200px 0;
}

a.workon {
	display: block;
	width: 200px;
	height: 25px;
	text-decoration: none;
	background: url("images/work.jpg");
	background-position: -200px 0;
}

a.about {
	display: block;
	width: 200px;
	height: 25px;
	text-decoration: none;
	background: url("images/about.jpg");
}

a.about:hover {
	background-position: -200px 0;
}

a.abouton {
	display: block;
	width: 200px;
	height: 25px;
	text-decoration: none;
	background: url("images/about.jpg");
	background-position: -200px 0;
}

a.blog {
	display: block;
	width: 200px;
	height: 38px;
	text-decoration: none;
	background: url("images/blog.jpg");
}

a.blog:hover {
	background-position: -200px 0;
}

a.blogon {
	display: block;
	width: 200px;
	height: 38px;
	text-decoration: none;
	background: url("images/blog.jpg");
	background-position: -200px 0;
}

a.resume {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background: url("images/blog.jpg");
}

a.resume:hover {
	background-position: -200px 0;
}


a.mark {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background: url("images/mark.jpg");
}

/* Layers */
#logo {
	position: absolute;
	left:75px;
	top:75px;
	width: 200px;
	height: 50px;
	back
	margin: 0;
	padding: 0;
}

#nav {
	position: absolute;
	left:75px;
	top:187px;
	width: 200px;
	margin: 0;
	padding: 0;
}

#body {
	position: absolute;
	left:325px;
	top:187px;
	width: 500px;
	margin: 0;
	padding: 0;
}




