body {
	padding: 0;
	margin: 0;
	font-family: "Georgia";
	background: url(/images/bg.png);
	background-attachment: fixed;
}

img {
	border: 0;
}

a:link, a:visited, a:hover, a:active {
	color: #ab5c3d;
	border-bottom: 1px dotted #ab5c3d;
	text-decoration: none;
}

a:hover {
	color: #66473a;
	border-bottom: 1px solid #66473a;
}


.blue {
	color: #b4cfe7;
}

#contact {
	color: #ffffff;
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 0.9em;
	text-align: right;
}

#contact p {
	margin: 0;
}

#left_background {
	position: fixed;
	background: url(/images/bg_shadow_left.png) no-repeat bottom left;
	height: 100%;
	width: 100%;
}

#right_background {
	position: fixed;
	background: url(/images/bg_shadow_right.png) no-repeat bottom right;
	height: 100%;
	width: 100%;
}

#page {
	height: 100%;
	background: url(/images/content_bg.png) repeat-x #28211f;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin:0 15px;
	min-width: 720px;

}

#page_left {
	position: fixed;
	height: 100%;
	width: 80%;
	left: 10%;
	background: url(/images/content_left_shadow.png) repeat-y;
}

#page_right {
	height: 100%;
	width: 100%;
	background: url(/images/content_right_shadow.png) repeat-y right;
}

#header {
	position: fixed;
	top: 0;
	height: 70px;
	background: url(/images/header_bg.png) repeat-x;
	z-index: 10;
	margin: 0 17px;
	right: 10%;
	left: 10%;
	min-width: 716px;
}

#footer {
	height: 24px;
	line-height: 24px;
	width: 100%;
	background: url(/images/footer_bg.png);
	border-top: 1px solid #ffffff;
	position: fixed;
	bottom: 0;
	z-index: 10;
	font-size: 0.8em;
	color: #66473a;
	left: 0;
}

#footer_right {
	float: right;
	padding: 0 1em;
}

#footer_left {
	padding: 2px 10px;
	float: left;
}

.portfolio a:link, .portfolio a:visited, .portfolio a:hover, .portfolio a:active,
#footer_left a:link, #footer_left a:visited, #footer_left a:hover, #footer_left a:active {
	border: none;
}

#logo {
	position: fixed;
	z-index: 15;
	margin-left: 39px;
}


#main {
	padding: 100px 10% 20px 10%;
	position: relative;
	z-index: 5;
	min-width: 750px;
}

#content {
	margin: 0 0 0 140px;
	color: #ffffff;
	min-width: 0;
}

#content p {
	margin: 0;
}


#stripe {
	width: 47px;
	height: 100%;
	margin: 0 20px 0 40px;
	background: url(/images/stripe.png) repeat-y;
}

#nav {
	position: fixed;
	list-style: none;
	padding: 0;
	width: 190px;
	margin: 0 0 0 56px;
}

#nav li {
	border-left: none;
	padding: 0;
	margin: 5px 0 5px;
	float: left;
	clear: left;
	background: url(/images/nav_left_bg.png) no-repeat 0 2px;
}

#nav li span {
	display: block;
	background: url(/images/nav_bg.png) no-repeat right;
	height: 24px;
	line-height: 24px;
	min-width: 25px;
	border: 2px solid #e39576;
	border-left: none;
	margin-left: 45px;
	padding: 0 10px 0 10px;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin-left: -45px;
	border: none;
	cursor: pointer;
}

#nav .current {
	margin-left: 0px;
	background: url(/images/nav_left_bg_current.png) no-repeat 0 2px;
}

#nav .current a:link, #nav .current a:visited, #nav .current a:hover, #nav .current a:active {
	cursor: default;
	color: #352d2b;
}


#nav .current span {
	background: url(/images/nav_bg_current.png) no-repeat right;
}

.text {
	background: bottom right no-repeat;
	padding: 0 10px 0 0;
	margin: 2em 4em;
}

.text .body {
	margin: -20px 0 0 -10px;
	padding: 10px 10px 5px 20px;
	background: top left;
	overflow: hidden;
}

.text .body p {
	margin: 15px 0 !important;
}

.text .body h2 {
	margin: 7px 0 3px 0;
	padding-bottom: 2px;
	font-size: 1.1em;
	border-bottom: 1px solid #66473a;
}

.text .top {
	display: block;
	height: 10px;
	left: 10px;
	position: relative;
	top: -10px;
	background: top right;
}

.text .bottom {
	display: block;
	background: bottom left;
	height: 10px;
	left: -10px;
	position: relative;
}


.text .top h1 {
	margin-top: -30px;
	height: 20px;
	font-size: 1em;
	position: absolute;
	padding: 5px 2em;
	right: 20px;
	border: 1px solid #ffffff;
	border-bottom: none;
}

.text.yellow_bg {
	margin-left: 8em;
}

.blue_bg .top h1 {
	background: #b4cfe7;
}

.blue_bg, .blue_bg .body, .blue_bg .bottom, .blue_bg .top {
	background-image: url(/images/text_bg_blue.png);
	color: #3a424a;
}

.yellow_bg, .yellow_bg .body, .yellow_bg .bottom, .yellow_bg .top {
	background-image: url(/images/text_bg_yellow.png);
	color: #69624b;
}

.text .content_caption {
	background: #88a7c3;
	width: 630px;
	padding: 7px 10px;
	font-size: 0.8em !important;
	margin: 0 0 10px 0;
	height: 32px;
}

.text .content_caption p {
	margin: 0 !important;
}

.content_list {
	float: left;
	margin: 0 0 0 1px !important;
	padding: 0 !important;
	list-style: none;
	height: 0;
}

.content_list li {
	overflow: hidden;
	margin: 0;
	height: 0;
}

.content_list li img {
	vertical-align: top;
}

#content_image {
	height: 500px;
	overflow: hidden;
}


.portfolio h2 {
	clear: both;
}

.text .body .portfolio li p {
	margin: 2px 0 !important;
	padding: 0;
}

#contact_form fieldset {
	border: 0;
}

#contact_form div {
	border-bottom: 1px solid #8498aa;
	margin: 2px 0;
	padding: 2px 0;
}

#contact_form label {
	display: block;
	float: left;
	width: 120px;
}

#contact_form input, #contact_form textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.75em;
}

#contact_form .field {
	width: 230px;
	overflow: hidden;
	color: #6d7d8c;
}

#contact_form .button {
	margin-left: 120px;
}
