html, body { height: 100%; }
*#page { min-height: 100%; }
* html *#page { height: 100%; } /* if IE6 is required */

/*=== Setup ===*/
*{
	margin: 0;
	padding: 0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #100803 url(../images/main_bg.jpg) repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff6de;
}
img {
	border: 0;
}
#center {
	background: url(../images/page_bg.jpg) top center no-repeat;
	min-height:100%;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #c05a2d;
}
a:hover {
	text-decoration:underline;
}
.oneColFixCtrHdr #container {
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #100803 url(../images/page_bg.jpg) top center no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #header #menu {
	width: 804px;
	height: 103px;
	background: url(../images/menu_bg.jpg) right top no-repeat;
}
.oneColFixCtrHdr #header #menu #navcontainer {
	padding: 35px 0 0 230px;
}
.oneColFixCtrHdr #header #menu #navlist li
{
display: inline;
list-style-type: none;
padding-right: 25px;
}
.oneColFixCtrHdr #header #menu #navlist li a {
	text-decoration:none;
	color: #050301;
}
.oneColFixCtrHdr #header #menu #navlist li a:hover {
	color:#c05a2d;
}
.oneColFixCtrHdr #header #menu #navlist li a#current {
	font-weight: bold;
	color:#c05a2d;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #050301;
}
.oneColFixCtrHdr #mainContent #head {
	background: url(../images/artisan_main.jpg) left top no-repeat;
	width: 804px;
	height: 253px;
	margin-bottom: 15px;
}
.oneColFixCtrHdr #mainContent #head h1 {
	text-align: right;
	padding: 20px 20px 0 0;
	font-size:18px;
	color: #fff6de;
	margin: 0;
}
.oneColFixCtrHdr #mainContent #head p {
	padding: 20px 20px 0 0;
	font-style: italic;
	text-align: right;
}
.oneColFixCtrHdr #mainContent #head h2 {
	font-size:30px;
	text-align: right;
	padding: 0 20px 0 0;
	color: #fff6de;
	margin: 0;
}
.oneColFixCtrHdr #mainContent #box1 {
	width: 258px;
	background:url(../images/box.gif) top left;
	float: left;
}
.oneColFixCtrHdr #mainContent #box2 {
	width: 258px;
	background:url(../images/box.gif) top left;
	float: left;
	margin: 0 15px;
}
.oneColFixCtrHdr #mainContent #box1 h1, .oneColFixCtrHdr #mainContent #box2 h1 {
	color: #fae1a6;
	text-align:center;
	font-size: 18px;
	padding: 5px 0;
	margin:0;
}
.oneColFixCtrHdr #mainContent #box1 p,.oneColFixCtrHdr #mainContent #box2 p {
	text-align:center;
	padding: 0;
	margin:0 10px;
}

div.more a, div.more a:active, div.more a:visited {
	font-style:italic;
	float:right;
	padding: 10px 20px;
	text-decoration: none;
	color: #fae1a6;
	font-weight:bold;
}
div.more a:hover {
	text-decoration:underline;
}
.oneColFixCtrHdr #subContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #050301;
}
.oneColFixCtrHdr #subContent h1 {
	color: #fae1a6;
	text-align:left;
	font-size: 18px;
	padding: 0 0 15px 0;
	margin:0;
}
.oneColFixCtrHdr #subContent h2 {
	color: #fae1a6;
	text-align:left;
	font-size: 18px;
	padding: 15px 0 15px 0;
	margin:0;
}
.oneColFixCtrHdr #subContent p {
	padding: 10px 20px 20px 0;
}
.process {
	margin-top: -20px;
	text-indent: 20px;
}
.indent {
	text-indent: 20px;
}
#left {
	float:left;
	width: 500px;
}
#right {
	float:right;
	width: 250px;
}
.oneColFixCtrHdr #subContent img.left {
	padding: 0 40px 0 0;
}
.oneColFixCtrHdr #subContent img.right, .oneColFixCtrHdr #subContent .right {
	padding: 0 0 0 40px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
	background-color: #050301;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	color: #FFF;
	font-size:10px;
}

/*sitemap*/
.sm-top {
	padding: 0 0 0 15px;
	line-height: 40px;
	font-size:14px;
	color: #fff6de;
	font-weight: bold;
	text-decoration: none;
}
.sm-top a:link, .sm-top a:active, .sm-top a:visited {
	padding: 0 0 0 15px;
	line-height: 40px;
	font-size:14px;
	color: #fff6de;
	font-weight: bold;
	text-decoration: none;
}
.sm-top a:hover {
	padding: 0 0 0 15px;
	font-size:14px;
	color: #fff6de;
	font-weight: bold;
	text-decoration: underline;
}
.sm-list {
	padding: 0 0 0 20px;
	line-height: 25px;
	font-size:14px;
	color: #fff6de;
	font-weight: bold;
	text-decoration: none;
}
.sm-list a:link, .sm-list a:active, .sm-list a:visited {
	padding: 0 0 0 20px;
	line-height: 25px;
	font-size:14px;
	color: #fff6de;
	font-weight: bold;
	text-decoration: none;
}
.sm-list a:hover {
	padding: 0 0 0 20px;
	line-height: 25px;
	font-size:14px;
	color: #fff6de;
	font-weight: bold;
	text-decoration: underline;
}