body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-size: .8em;
	background-color: #A2A7AD;
	text-align: center;
}


#wrapper{
	
	width:800px;
	border-left: 10px solid white;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	position:relative;
	
}

#header_img_left{
	position:absolute;
}

#nav{
	background-color:#CBCED4;
	border-bottom: 10px solid white;
}

#middle{
	background:url(../images/stripe_bottom.gif) #CC320C;
	background-position: bottom center; background-repeat: no-repeat;
	text-align:left;
	z-index: auto;
	
}

.middle_text{
	color:white;
	font-size:90%;
	text-align:left;
	position:relative;
	width:400px;
	left:350px;
	padding:30px 0px 60px 10px;
	z-index: 10000;
}

.middle_text a:link{
	color: #F79910; text-decoration: underline
}

.middle_text a:hover{
	color: #F79910; text-decoration: none;
}
.middle_text a:visited{
	 color: #F79910; text-decoration: underline; 
}

.bottom_header{
	/* for the header image */
	font-weight:bold;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
	
}


#bottom{
	background-color:#CBCED4;
	padding:20px 10px 50px 10px;
	text-align:left;
}

#bottom_text{
	text-align:left;
	position:relative;
	left:350px;
	width:400px;
}

#bottom_text_gallery{
	text-align:left;
	position:relative;
	left:10px;
	width:760px;
	
}

.project_title{
	color:#ffffff;
	line-height:120%;
	font-weight: bold; 
	text-transform: uppercase;
}


.project_courtesy{
	color:#666666;
	line-height:120%;
	font-size:90%;
	text-transform: lowercase;
}

.project_desc{
	padding-top:15px;
	color:#000000;
	line-height:120%;
}

.project_thumbs{
	
}

.project_thumbnail{
	padding:3px;
	display:inline;
	height:53px;
	width:118px;
	border:0px;
}

.project_thumbnail:hover{
	border:1px solid white;
	padding:2px;
}




 
