.header {
	position: relative;
	width:100%;
	top: 30px;
	margin-bottom: 10px;
	font-size:.9em;
}

.header a {
	text-decoration:none;
	color: #DDDDDD;
	outline:none;
}

.header a:hover {
	color: #5D0000;
}

.currentNav a {
	color: #5D0000;
}

ul.nav_left {
	display:inline;
	float:left;
	margin:2px;
	padding:0;
}

.nav_left li {
	display:inline;
	margin-right:.5em;
}

ul.nav_right {
	display:inline;
	float:right;
	margin:2px;
	padding:0;
}

.nav_right li {
	display:inline;
	margin-left:.5em;
}

.section_links {
	position:relative;
	display:block;
	height:18px;
	width:800px;
	
	border-top-style: solid; 
	border-top-color: #8e8e8e; 
	border-top-width: 1px; 
	
	border-bottom-style: solid; 
	border-bottom-color: #8e8e8e; 
	border-bottom-width: 1px; 
}

.tag_name {
	position: relative;
	left: 5px;
	
	display:inline;
}

.project_header {
	position: relative;
	top:30px;
	margin-bottom: 10px;
}

.project_header a {
	text-decoration:none;
	color: #DDDDDD;
	outline:none;
}

.fade_ds {
	margin-right: 0px;
	margin-bottom: 0px;
}

.thumb_container img {
	border-style: solid; 
	border-color: #8e8e8e; 
	border-width: 1px;
	
	margin-right:5px;
	margin-top:5px;
}

.plan_thumb {
	float:right;
}

.thumb_container img.last{
	margin-right:0;
}

.thumb_container img.last_plan{
	margin-right:1px;
}

.current_image img {
	border: 1px solid #9E0000; 
}

.project_images {
	position: relative;
	left: 15px;
	
	margin-right: 200px;
	
	display:inline;
	
}

.project_videos { 
	position: relative;
	left: 25px;
	display:inline;
}

.link_home {
	position:absolute;
	right:0px;
	bottom:40px;
	z-index:0;
	
}

#prev_button {
	position: absolute;
	left: -4em;
	top: 0em;
}

#next_button {
	position: absolute;
	right: -4em;
	top: 0em;
}

.video_image {
	padding_left: 50px;
}

.video_container {
	padding_left:10px;
}

