/* Shared Stylesheet */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	margin: auto;
	background-repeat: repeat-x;
	font-family: Georgia, Palatino, Times New Roman, Times, Serif;
}
img {
	border-width: 0px;
}
#text_content {
	color: #333333;
	padding-bottom: 60px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 17px;
}
#text_content .small_header {
	font-size:  16px;
	color: rgb(204, 153, 51);
}
#text_content .large_header {
	font-size:  24px;
	color: rgb(204, 153, 51);
	text-transform: uppercase;
	font-family: times;
	letter-spacing: 3px;
}
#text_content a {
	color: #aa3333;
}

#logo {
	text-align: left;
	width: 960px;
	margin: 25px auto 27px auto;
	padding-left: 20px;
}
#address {
	text-align: left;
	width: 960px;
	height: 16px;
	font-size: 11px;
	margin: auto;
	padding-left: 20px;
}
#content_wrapper {
	width: 100%;
	background-color: white;
}
#content {
	width: 960px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}

#navigation {
	padding: 0px 0 35px 0;
	border-style: solid;
	border-width: 2px 0 0 0;
	margin-top: 50px;
	float: left;
	width: 200px;
}
#navigation a {
	text-decoration: none;
}
#navigation .title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 17px 0 3px 0;
}
#navigation .entry {
	font-size: 12px;
	line-height: 18px;
}
#content_inner_wrapper {
	border-width: 0 2px 0 2px;
	border-style: solid;
	width: 600px;
	margin-left: 200px;
	min-height: 694px;
}
#content_inner {
	width: 600px;
	margin-left: 10px;
}
#content_inner .title {
	text-transform: uppercase;
	font-size:  24px;
	letter-spacing: 3px;
	font-family: palatino, times, times new roman;
	padding: 15px 0 23px 0;
}
#content_inner .title a {
	text-decoration: none;
}
#content_inner .group_title {
	font-size: 13px;
	margin: 15px 0 5px 0;
}
#content_inner .thumbnail_note {
	font-size: 11px;
}
#image_enlargement {
	width: 580px;
	height: 465px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#image_title {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}
#image_nav {
	font-size: 11px;
	text-align: center;
	margin: 15px 0 15px 0;
}
#image_nav a {
	text-decoration: none;
	font-size: 16px;
}
/* @group Front Stuff */

#front_logo {
	text-align: left;
	width: 960px;
	margin: 39px auto 41px auto;
}
#front_address {
	text-align: left;
	width: 960px;
	height: 15px;
	font-size: 11px;
	padding-top: 2px;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
}
#front_content_wrapper {
	width: 100%;
	background-color: white;
}
#front_content {
	width: 960px;
	margin: auto;
}
.front_portfolio {
	border-width: 0 1px 0 1px;
	border-style: solid;
	text-align: center;
	margin-top: 14px;
	float: left;
}
.front_portfolio_title {
	margin: 28px 0 31px 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 17px;
}
.front_portfolio_title a {
	text-decoration: none;
}
.front_image_holder {
	margin-bottom: 23px;
}
.front_image_caption {
	font-size: 11px;
}
.front_image_caption a{
	text-decoration: none;
}
.front_portfolio_links {
	width: 242px;
	height: 67px;
	border-width: 2px 0 2px 0;
	border-style: solid;
	margin: 32px auto 0 auto;
	text-transform: uppercase;
	line-height: 23px;
	letter-spacing: 1px;
	font-size: 13px;
}
.front_portfolio_links a {
	text-decoration: none;
	position: relative;
	top: 23px;
}

/* @end */