body {
	color:white;
	background:#283854;
	font-family:georgia, serif;
}

/**Structure**/
#top_content {
	background:#283854;

}
#top_ribbon {
	background:black;
	height:63px;
	border-bottom:6px solid #3C4D69;
	font-style: italic;
	line-height:63px;
}

#top_ribbon ul {
}

#top_ribbon li {
	list-style-type: none;
	display:inline;
	margin-left:60px;
}

#top_wrapper {
	background:url('../images/main_bg3.png') no-repeat;
	height:606px;
}

#nameplate {
	margin:50px 0px 0px 8px;
}

#about {
	margin-top:40px;
}

#recent_work {
	/**background-image:url('../images/rw_drop-shadow.png') repeat-x top left;**/
	background-color:#12203A;
	height:870px;
}

#recent_work img.thumbnail{
	border:10px solid #101b31;
}
#skyline {
		background:url('../images/skyline.png') repeat-x top left #283854;
		height:188px;
	}

#footer {
	font-size:small;
	margin-top:40px;
}
/**Text styles**/


h1 {
	font-family:Helvetica, arial, sans-serif;
	margin-bottom:70px;
	
}
h2 {
	font-weight:normal;
	font-size:16px;
	font-style: italic;
	padding:12px 0 12px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align:center;
}

a {
	text-decoration: none;
	color: #e1e1e1;
	border-bottom:1px dotted white;
}
a:hover {
	color:#FFFA00;
}
