@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/sidebar_background.gif);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #005a9c;
	list-style-type: none;
}
ul {
	list-style-type: none;
	margin-top:3px;
}

.headers {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8f989d;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#sidebar {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 628px;
	width: 200px;
	left: 0px;
	top: 0px;
}
#logo {
	background-image: url(../images/logo.gif);
	position: absolute;
	height: 156px;
	width: 112px;
	left: 280px;
	top: 0px;
}
#nav {
	position: absolute;
	height: 330px;
	width: 266px;
	left: 194px;
	top: 201px;
	z-index: 3;
}
#portfolio {
	position: absolute;
	z-index: 1;
	height: 576px;
	width: 513px;
	left: 460px;
	top: 0px;
}
a {
	color: #8f989d;
	text-decoration: none;
}
a:hover {
	color: #005a9c;
	text-decoration: none;
}
.subtext {
	font-style: italic;
	font-size: 10px;
}
