body{
	margin:0;
	background-image: url(images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
img{
	border: none;
}

#container{
	padding-top: 55px;
	width: 550px;
	background-image: url(images/top_texture.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#time{
	color: #4C5B53;
	font-size: 10px;
	font-family: Verdana;
	margin-left: 255px;
}
#navigation{
	font-size: 11px;
	font-weight: bold;
	font-family: Times;
	height: 51px;
	margin-top: 15px;
	background-image: url(images/top_shadow.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navigation a{
	color:white;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation .item{
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	padding: 11px 0px;
	float: left;
}
#navigation .rounded_corner{
	padding: 0;
	height: 46px;
	width:15px;
	text-align: right;
}
#top_corner{
	float: right;
	margin-top:41px;
}

#content_area{
	width: 550px;
	padding: 11px 0;
	background-image: url(images/right_shadow.jpg);
	background-position: right;
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 10px;
}
	#content_overlay{
		position: absolute;
		margin-left: 258px;
		margin-top: 36px;
		padding-top: 15px;
		padding-left: 15px;
		width: 257px;
		height: 28px;
		background-color: white;
	}
	#current_project{
		float:right;
		margin-top:4px;
	}
	#content_area p{
		margin: 25px 40px 25px 30px;
		color: #4c5b53;
		font-size: 16px;
		line-height: 25px;
	}
	#content_area p a{
		color: #4c5b53;
	}
	
	#content_area .hr{
		float: left;
		width:490px;
		margin: 10px 35px;
		height: 1px;
		background-color: #CCC;	
	}
	#gallery_item{
		width:490px;
		margin: 9px auto;
		clear: left;
	}
	#gallery_item img{
		float: left;
	}
	#gallery_item p{
		float: right;
		width: 335px;
		margin: 13px 0;
		color: #723626;
		font-family: Verdana;
		font-size: 9px;
		line-height: 15px;
		letter-spacing: 1px;
	}
	#gallery_item .view_photos{
		float:right;
		margin-left:10px;
		margin-top: 5px;
	}
	#gallery_item .project_details{
		float:right;
		margin-top: 5px;
	}

#bottom_shadow{
	width: 550px;
	height: 10px;
	background-image: url(images/bottom_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
}
#footer{
	margin-top:-5px;
	background-image: url(images/bottom_texture.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #4C5B53;
	font-size: 10px;
	font-family: Verdana;
	padding-top: 75px;
	text-align: center;
}