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

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	}
	
.left {
	float:left;display:inline;
	}
	
.right {
	float:right;display:inline;
	margin:0 0 10px 10px;
	text-align:right;
	}
	
.backLink {
	display:block;
	text-align:center;
	margin:0 0 10px 0;
	}
	
.clear {
	clear:both;
	}
	
area {
	outline:none;
	border:none;
	}
	
a {
	color:#ff0033;
	text-decoration:none;
	outline:none;
	}
	
a:hover {
	color:#3399ff;
	}
	
img {
	border:none;
	}
	
.header {
	margin:10px;
	color:#ff0033;
	font-size:18px;
	}
	
.title {
	font-size:22px;
	font-weight:bold;
	}
	
form {
	margin:10px;
	}
	
.container {
	margin:100px 0 20px 0;
	}
	
.content {
	color:#666;
	line-height:16px;
	font-size:12px;
	text-align:left;
	margin:0 auto 0 auto;
	}
	
.about, .recent {
	width:600px;
	}
	
.photo {
	height:330px;
	margin-bottom:10px;
	}
	
.videoshow {
	height:375px;
	}
	
.projects {
	width:500px;
	margin:0 auto 0 auto;
	}
	
.homeCaption {
	text-align:center;
	position:relative;
	top:50px;
	}
	
.projectList {
	position:relative;
	top:100px;
	font-size:11px;
	line-height:24px;
	width:800px;
	margin:0 auto 0 auto;
	text-align:justify;
	}
	
.active {
	text-decoration:underline;
	}
	
.subnav {
	margin:50px 0 0 0;
	text-align:right;
	font-size:12px;
	}
	
.desc {
	width:500px;
	}
	
h1 {
	margin:60px 0 0 0;
	font-size:36px;
	}
	
h2 {
	margin:0 0 0 0;
	font-size:18px;
	}
	
h3 {
	margin:2px 0 0 0;
	font-size:11px;
	font-weight:bold;
	}
	
hr {
	margin:30px 0 8px 0;
	height:1px;
	color:#ccc;
	border:1px #ccc;
	background-color:#ccc;
	}
