@charset "UTF-8";
body {
	font: 9pt/12pt Verdana, Arial, Helvetica, sans-serif;
	background: #241f19 url(../images/background_pattern.png) repeat 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #85796e;
}
a:link {
	color: #a98721;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding: 0px;
	width: 100%;
}
.background_stage {
	background: url(../images/background_stage.png) no-repeat;
	position: static;
	width: 100%;
}
.background_stage_portfolio {
	position: static;
	width: 100%;
}
#home_image {
	background: url(../images/image_lg_07.jpg) no-repeat;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: url(../images/topnav_background.png) repeat-x;
	text-align: center;
	border: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	border: 0px;
	width: 100%;
}
.oneColFixCtrHdr #mainContent h1 {
	padding: 0px;
	color: #a98721;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	padding: 0px;
	border: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #585149;
}
.oneColFixCtrHdr #footer a:link {
	text-align: center;
	padding: 0px;
	color: #585149;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	text-align: center;
	padding: 0px;
	color: #85796e;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	text-align: center;
	padding: 0px;
	color: #ffcc33;
	text-decoration: none;
	border: 0px;
}
.oneColFixCtrHdr #footer a:active {
	text-align: center;
	padding: 0px;
	color: #a98721;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent #background_stage {
	padding: 0px;
	border: 0px;
	background: url(../images/background_stage.png) no-repeat;
}
#image_01 {
	background: url(../images/image_01.jpg) no-repeat;
	border: 0;
}
#image_02 {
	background: url(../images/image_02.jpg) no-repeat;
	border: 0;
}
#image_03 {
	background: url(../images/image_03.jpg) no-repeat;
	border: 0;
}
#image_04 {
	background: url(../images/image_04.jpg) no-repeat;
	border: 0;
}
#image_05 {
	background: url(../images/image_05.jpg) no-repeat;
	border: 0;
}
#image_06 {
	background: url(../images/image_06.jpg) no-repeat;
	border: 0;
}
#image_07 {
	background: url(../images/image_07.jpg) no-repeat;
	border: 0;
}
#image_08 {
	background: url(../images/image_08.jpg) no-repeat;
	border: 0;
}
#image_09 {
	background: url(../images/image_09.jpg) no-repeat;
	border: 0;
}
#image_10 {
	background: url(../images/image_10.jpg) no-repeat;
	border: 0;
}
#image_11 {
	background: url(../images/image_11.jpg) no-repeat;
	border: 0;
}
#image_12 {
	background: url(../images/image_12.jpg) no-repeat;
	border: 0;
}
#image_13 {
	background: url(../images/image_13.jpg) no-repeat;
	border: 0;
}
#image_14 {
	background: url(../images/image_14.jpg) no-repeat;
	border: 0;
}
#image_15 {
	background: url(../images/image_15.jpg) no-repeat;
	border: 0;
}
a {
	color: #85796e;
	text-decoration: none;
}
a:visited {
	color: #85796e;
	text-decoration: none;
}
a:hover {
	color: #ffcc33;
	text-decoration: none;
}
