body {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 12px;
	background-color: #ccc;
	color: #000;
	text-align: center;
}

div.container {
	margin: 0px auto 0px auto;
	width: 800px;
	background-color: #ccc;
	text-align: justify;
}

a:link {
	color: #00f;
	text-decoration: none;
}

a:visited {
	color: #008;
	text-decoration: none;
}

a:hover {
	color: #0aa;
	text-decoration: underline;
}

div.topper {
	width: 800px;
	background-color: #fff;
}

div.title {
	width: 200px;
	height: 150px;
	float: left;
	background-color: #fff;
}

div.header {
	width: 600px;
	height: 150px;
	background-color: #ccc;
	float: right;
}

div.divider {
	clear: both;
	background-color: #ccc;
	height: 15px;
	background-image: url(divider.png);
}


div.bottom {
	background-color: #081314;
	width: 800px;
	background-image: url(st_tiler.png);
}

div.contents {
	float: right;
	width: 580px;
	padding: 10px;
	background-color: #fff;
}

div.navigation {
	background-color: #081314;
	background-image: url(navigation.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 400px;
	float: left;
}

div.nav_link {
	padding: 10px;
	background-color: #478;
	margin: 3px;
	font-size: 14px;
	font-weight: bold;
	filter:alpha(opacity=50);
	opacity: 0.8;
	-moz-opacity:0.8;
}

a.nav_link:link {
	color: #ddd;
	text-decoration: none;
	filter:none;
	opacity: 1;
	-moz-opacity:1;
}

a.nav_link:visited {
	color: #ddd;
	text-decoration: none;
}

a.nav_link:hover {
	color: #fff;
	text-decoration: none;
	filter:none;
	opacity: 1;
	-moz-opacity:1;
}


h2 {
	color: #088;
}

div.project_photo {
	clear: both;
	float: left;
	padding-right: 20px;
}

h3.project_title {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

p.project_description {
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}


img {
	border: none;
}

