@charset "UTF-8";
/* CSS Document */

.thumbnails { 
	margin-top: 60px;
	float: left;
	height: 340px;
	width: 330px;
	clear: none;
}

.thumb {
	margin: 0px 10px 10px 10px;
	float: left;
	width: 90px;
	height: 90px;
}

#work { /* work container */
	float: right;
	min-height: 700px;
	width: 445px;
	margin-top: 30px;
	margin-bottom: 20px;
	
}

#work_alt { /* work container for "index" page -- no min-height */
	float: right;
	width: 445px;
	margin-top: 30px;
}

#work_index {
	margin-top: 10px;
}

.work_image {
	margin: 15px;
	position: relative;
	height: 300px;
	
}

.work_image img {
	position: absolute;
	top: 0px;
	left: 8px;
	display: block;
}

.work_sub_nav {
	width: 100%;
	height: 40px;
	font-weight: bold;
}

.sub_nav li {
	display: inline;
	list-style-type: none;
	padding: 5px;
	
}

.sub_nav li a {
	color: #333333;
}

.sub_nav li a:hover {
	color: #999999;
	text-decoration: underline;
}

.work_content {
	margin-left: 45px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #990000;
	margin: 0px 0px -6px 0px;
	padding: 0;
}

.work_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 20px;
	padding-left: 0px;
}
