
body {
	background-color:#292929;
	margin:0px;
	font-family:Georgia;
	color:#ffffff;
	font-size:12px;
	paddng-bottom:30px;
}

#top {
	height:70px;
	background-color:#393938;
}

#top-hold {
	width:800px;
	margin:auto;
	position:relative;
}

#navigation {
	color:#c0c0c0;
	font-size:16px;
	right:0px;
	position:absolute;
	top:32px;
	height:70px;
	line-height:70px;
	overflow:hidden;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	overflow:hidden;
}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}


#navigation li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:5px 15px 5px 15px;
        float:left;
}

#navigation li a:hover {
	color:#a7f1ee;
}



#navigation li.active {
	color:#333333;
	background-image:url(images/navright.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#navigation li.active a {
	padding:5px 15px 5px 15px;
	color:#333333;
	background-image:url(images/navleft.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#navigation li.active a:hover {
	color:#333333;
}

#middle {
	background-image:url(images/paper_repeat.png);
	background-repeat:repeat-x;
	background-color:#393938;
}

#bottom {
	background-color:#393938;
}

#paper-shad {
	height:336px;
	background-image:url(images/paper_shad-trans.png);
	background-repeat:no-repeat;
	position:relative;
	width:850px;
	
}

#paper-shad-interior {
	background-image:url(images/paper_shad_interior-trans.png);
	background-repeat:no-repeat;
	position:relative;
	width:800px;
	margin:auto;
}

.relative {
	position:relative;
}

.recent-image {
	position:absolute;
	top:80px;
	left:-0px;
	height:242px;
	width:342px;
}

.recent-image img {
	padding-top:28px;
	padding-bottom:34px;
	padding-left:32px;
	padding-right:32px;
	background-image:url(images/featured-trans.png);
}

.recent-description {
	position:absolute;
	width:460px;
	top:100px;
	right:30px;
	font-size:16px;
	line-height:25px;
	color:#393938;
}

.recent-description a {
	font-weight:normal;
	font-style:italic;
	margin-bottom:0px;
	color:#393938;
	text-decoration:none;
}

.recent-description a:hover {
	text-decoration:underline;
	color:#000000;
}

#next-project {
	position:absolute;
	right:40px;
	top:283px;
	font-style:italic;
	
}

#next-project a {
	text-decoration:none;
	color:#292929;
}

#next-project a:hover {
	text-decoration:underline;
}


#content {
	padding-top:30px;
	background-image:url(images/content_grad.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom:40px;
	line-height:23px;
	color:#ffffff;
}

#content_interior {
	color:#ffffff;
	padding-top:120px;
	padding-bottom:50px;
	line-height:23px;
}

#content_interior_bg {
	padding:30px;
	background-image:url(images/content_interior.gif);
	background-repeat:no-repeat;
}

/*    CONTENT CONTAINERS    */

.left_three {
	width:250px;
	float:left;
}

.center_three {
	width:250px;
	float:left;
	margin-left:18px;
}

.right_three {
	width:250px;
	float:left;
	margin-left:18px;
}

.left_weight_two {
	width:460px;
	float:left;
}

.right_two {
	float:left;
	width:250px;
	margin-left:25px;
}

.left_two {
	width:250px;
	float:left;
}

.right_weight_two {
	width:460px;
	float:left;
	margin-left:25px;
}

#footer-hold {
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
}

#footer {
	width:800px;
	margin:auto;
	padding-top:40px;
	color:#ffffff;
	padding-bottom:40px;
	font-size:14px;

}



.container {
	width:800px;
	margin:auto;
	position:relative;
}

.title {
	height:40px;
	margin-bottom:10px;
	background-image:url(images/sep.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	font-style:italic;
}

.buffer {
	padding:10px;
	padding-left:0px;
}

.sep {
	background-image:url(images/sep.jpg);
	background-repeat:repeat-x;
	height:15px;
	margin-top:20px;
	margin-bottom:20px;
}

.forms {
	padding:3px;
	border:1px solid #ffffff;
	background-image:url(images/forms.jpg);
	background-repeat:repeat-x;
}

.alert {
	background-color:#303030;
	padding:10px;
	margin-bottom:10px;

}

.alertimg {
	margin-right:5px;
}