html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

#header {
	background: black;
	height: 240px;
	width: 100%;
	position: relative;
}

#header > .site {
	height: 100%;
}

.site {
	width: 955px;
	position: relative;
	margin: auto;
}

#headline {
	position: absolute;
	top: 20px;
	left: 20px;
}

#headline a {
	text-decoration: none;
	color: #fff;
}

#headline a:hover {
	text-decoration: none;
	color: #ffbe3e;
}

#gallery {
	width: 990px;
	position: relative;
	left: -18px;
}

.gallery_img {
	width: 140px;
	float: left;
	padding-bottom: 0px;
	height: 115px;
}

.gallery_img a img {
	border: 1px solid #999;
}

.gallery_img a:hover img {
	border: 1px solid #333;
}

.gallery_description > div {
	border: 1px solid #666;
	width: 260px;
	height: 145px;
	padding: 20px;
	background: #FFF;
	margin: 0 0 5px 14px;
}

#portfolio_content {
	width: 955px;
	position: relative;
	margin: auto;
	margin-top: -130px;
}

.portfolio_row {
	clear: both;
	padding-bottom: 10px;
}

#container {
	margin-top: -70px;
	z-index: 8;
}

#content {
	width: 264px;
	top: 90px;
	overflow: visible;
	position: relative;
	margin-left: 30px;
}

#content a {
	color: #ffbe3e;
	text-decoration: none;
}

#content a:hover {
	color: grey;
	text-decoration: none;
}

#content h2,.gallery_description h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 9px;
	line-height: 18px;
	font-style: normal;
}

#content h3,.gallery_description h2 {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 17px;
	font-style: normal;
	letter-spacing: 1px;
}

#content p,.gallery_description p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	text-align: left;
	padding-bottom: 9px;
}

#content h5,.gallery_description p {
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	text-align: left;
	padding-bottom: 8px;
	border-top: 1px dotted gray;
	padding-top: 6px;
}

#nav {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: 46px;
	right: 20px;
	width: 250px;
	height: auto;
	font-size: 12px;
	overflow: visible;
	z-index: 9;
	font-weight: bold;
}

#nav li {
	clear: both;
}

#nav li a {
	padding: 5px;
	color: #ffffff;
	text-align: right;
	float: right;
	text-decoration: none;
}

#nav li a:hover {
	color: #ffbe3e;
}

#nav li.current_page a {
	color: #ffbe3e;
}

body.subpage #content {
	
}

#portfolio_subimages {
	width: 140px;
	float: left;
	margin-left: 32px;
}

#portfolio_subimages2 {
	width: 140px;
	float: left;
	margin-left: 10px;
	position: relative;
}

#portfolio_subimages3 {
	width: 140px;
	float: left;
	margin-left: 10px;
	position: relative;
}

#portfolio_subimages4 {
	width: 140px;
	float: left;
	margin-left: 10px;
	position: relative;
}

#portfolio_text {
	float: left;
	position: relative;
}

body.subpage .link a {
	text-decoration: none;
	color: #600;
}

body.subpage .link a:hover {
	text-decoration: underline;
}

body.subpage .link {
	margin-bottom: 10px;
}