body {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	margin: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h2 {
	color: #645f4b;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}

/* --- */

.snug {
	margin-top: 0px;
	padding-top: 0px;
}
.double {
	line-height: 19px;
}
.dark {
	font-weight:bold;
	color: #645f4b;
}
.divider {
	height: 25px;
	background: url(/i/divider_tile.gif) repeat-x center;
}

/* --- */

#container {
	width: 800px;
	min-height: 600px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: #989174;
}

/* --- */

#header_index {
	background: #55513f;
	padding: 70px 0px 0px 0px;
}
#header {
	
}
#contact_strip {
	line-height: 25px;
	padding-right: 5px;
	background: #FFFFFF;
	color: #989174;
	text-align: right;
}
#contact_strip a {	
	color: #989174;
}

/* --- */

#nav_wrapper {
	text-align: center;
	padding: 10px 0px 50px 0px;
}

#nav { 
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 670px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #989174;
	border-left: 1px solid #989174;
	background: url(/i/nav_div.gif) center right no-repeat;
}
#nav a {
	display: block;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: url(/i/nav_div.gif) center left no-repeat;
}
#nav a:hover {
	color: #645f4b;
}
#nav li.leftSide {
	border-left: 0px;
}
#nav li.leftSide a {
	background: none;
}
#nav li.rightSide {
	border-left: 0px;
	background: none;
}

/* --- */

.col50 {
	float: left;
	width: 50%;
}

/* --- */

#sidebar {
	float: left;
	width: 215px;
	padding: 15px 20px 20px 50px;
}
#content {
	float: left;
	width: 480px;
	padding-right: 30px;
	padding-bottom: 30px;
}
#content p {
	line-height: 16px;
}

/* --- */

#footer {
	text-align: center;
	padding: 14px 0px 0px 0px;
}
