
BODY {
	color: #000;
}
#nav UL LI A {
	color: #999;
}
#nav UL LI A:hover {
	
}
#nav UL LI A.open {
	color: #fff;
	background-color: #201a14;
}
A {
	color: #000;
	background-color: transparent;
}
A:hover {
	color: #300;
}
H1,
H1 A {
	color: #aa9579;
	background-color: transparent;
}
H2,
H2 A {
	color: #300;
	background-color: transparent;
}
H3,
H3 A {
	color: #300;
	background-color: transparent;
}
#column2 {
	color: #300;
}
HR {
	color: #300;
	background-color: #300;
}
IMG {
	border-color: #000;
}
TABLE {
	border-color: #000;
}
TD {
	border-color: #000;
}

BODY {
	font: normal .87em Georgia, "Times New Roman", serif;
}
#nav UL LI A {
	font-size: 12px;
	text-transform: uppercase;
}
#column1 {
	font-size: .87em;
}
A {
	text-decoration: underline;
	outline: none;
}
A:hover {
	
}
H1 A,
H2 A,
H3 A {
	text-decoration: none;
}
H1 {
	font-size: 2.6em;
	font-weight: normal;
	margin: 0;
  	padding: 5px 0;
}
H2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
  	padding: 5px 0;
}
H3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
  	padding: 5px 0;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR {
	height: 1px;
	border: 0;
	margin: 10px 0;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Georgia, "Times New Roman", serif;
}

HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	margin: 0px;
	padding: 0px;
	background: #000 url(color_brown/pics/bg.jpg) no-repeat center top;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	background: #dfd1ae url(color_brown/pics/wrapperMiddle.jpg) repeat-y left;
}
#wrapperCenter {
	width: 960px;
	background: url(color_brown/pics/wrapperTop.jpg) no-repeat left top;
}
#wrapperContent {
}

/* Header
===================*/

#header {
	height: 421px;
	overflow: hidden;
	position: relative;
}

/* Top Navigation
===================*/
#nav {
	width: 186px;
	height: 274px;
	position: absolute;
	top: 144px;
	left: 4px;
	overflow: hidden;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav UL LI a {
	display: block;
	padding: 12px 20px;
	text-decoration: none;
	background: url(color_brown/pics/nav.gif) repeat-x bottom;
}
#nav UL LI a.open {
	
}

/* Banner
===================*/
.banner {
	width: 580px;
	height: 274px;
	text-align: center;
	position: absolute;
	top: 144px;
	left: 190px;
	overflow: hidden;
}

/* Logo
===================*/
#logo {
	width: 355px;
	height: 249px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 300px;
	overflow: hidden;
}


/* topContent
===================*/

#topContent {
	width: 186px;
	height: 180px;
	padding: 94px 0 0 0;
	position: absolute;
	top: 144px;
	right: 4px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
}


/* Content
===================*/
#content {
	padding: 20px 25px;
}
#main {
	float: left;
	width: 520px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	left: 195px;
}
#column1 {
	float: left;
	width: 145px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	right: 525px;
}
#column2 {
	float: right;
	width: 145px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
#clearDiv {
	clear: both;
}

/* Sub Navigation
=========================================*/
#subnav {
	padding: 0 0 20px 0;
}
#subnav UL {
	margin: 0;
	padding: 0;
}
#subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#subnav UL LI a {
	display: block;
	margin: 2px 0px;
	overflow: hidden;
	text-decoration: none;
}
/* sub */
#subnav UL LI UL {
	padding: 3px 0px 5px 0px;
}
#subnav UL LI UL LI a {
	padding: 0 0 0 15px;
}
/* subsub */
#subnav UL LI UL LI UL LI a {
	padding: 0 0 0 30px;
}


/* Footer
=========================================*/

#footerContainer {
	margin: 0 auto 20px auto;
	width: 960px;
	height: 30px;
	overflow: hidden;
	position: relative;
	background: url(color_brown/pics/wrapperBottom.jpg) no-repeat left bottom;
}
#footer {
	line-height: 25px;
	text-align: center;
	color: #6e6756;
	font-size: 11px;
}
#footer P {
	padding: 0;
}