@import "titles.css";

body {
	background-color: #000000;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
html * {   
	margin: 0;   
	padding: 0; 
}

.clear {
	clear: both;
}
a:link, a:visited, a:active {
	color: #CCCC33;
	text-decoration: underline;
}
a:hover {
	color: #CCCC33;
	text-decoration: none;
}
a {
	outline: none;
}
p {
	line-height: 18px;
	padding-bottom: 8px;
}
#container {
	width: 670px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1f1f1f;
	background-image: url(../img/background.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
}
#navigation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 13px;
	padding-bottom: 13px;
	text-transform: uppercase;
	color: #cccc33;
	margin-top: 20px;
}
#nav_about {
	float: left;
	margin-right: 30px;
}
#navigation dt {
	padding-bottom: 3px;
}
#nav_projects {
	float: left;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
#content_main {
	float: left;
	width: 400px;
	margin-right: 25px;
}
#content_extra {
	float: left;
	width: 240px;
}
#content {
	padding-bottom: 15px;
	padding-top: 15px;
}
.profile_img {
	border: 1px solid #000000;
}
#footer {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-top: 17px;
	text-align: right;
	color: #999999;
}
#project_index {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1F1F1F;
	padding-bottom: 15px;
	background-image: url(../img/projects_strip.gif);
	background-repeat: no-repeat;
	padding-top: 85px;
}
#project_top {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
}
.middle {
	margin-right: 30px;
	margin-left: 30px;
}
#project_bottom {
	padding-left: 140px;
}
.side {
	margin-right: 30px;
}
#video_container {
	float: left;
	width: 400px;
	margin-right: 25px;
}
#video_details {
	float: left;
	margin-top: 100px;
}
#video_box {
	margin-top: 10px;
	margin-bottom: 15px;
}
.poster {
	background-image: url(../img/background_sub.gif);
	padding: 15px;
	border: 1px solid #333333;
}
.head {
	background-image: url(../img/background_sub.gif);
	padding: 15px;
	border: 1px solid #333333;
	margin-top: 40px;
}
.contact_info {
	margin-top: 20px;
}
