@import "styles-default.css";
body {
	background: url(../graphics/body_bg_tile.jpg) left 62px repeat;
	padding: 0;
	margin: 0;
}

img { border: 0; }

div {
	margin: 0;
	padding: 0;
}

#outer-wrapper {
	background: url(../graphics/body_top_bg_tile.jpg) top left repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 798px;
	background: white url(../graphics/faux_body_tile.gif) top left repeat-y;
}

#wrapper.two-columns {
	background: url(../graphics/faux_body_tile2.gif) top left repeat-y;
}

#left {
	background: #110A05 ;
	width: 227px;
	float: left;
}
#outer-wrapper.two-columns #left { margin-right: -227px; border-right: 227px solid #a59e95; }

#content {
	float: left;
	width: 571px;
	background: url(../graphics/faux_body_tile.gif) -227px top repeat-y;
	height: 100%;
}

#content.two-columns {
	background: url(../graphics/faux_body_tile2.gif) -227px top repeat-y;
}

#content-left {
	float: left;
	width: 227px;
	height: 100%;
}

#content-main {
	float: left;
	background: #fff;
	padding: 80px 30px 30px 30px;
	
	color: #74685C;
	width: 511px;
	height: 100%;
}

#content-main h1 {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.6em;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.3em;
}

#content-main.two-columns {
	width: 284px;
}

#content-main:last-child {
	margin-bottom: 0;
}

#content .filler {
	background: url(../graphics/content_left_bg_tile.jpg) top left repeat-x;
	height: 164px;
}
#navigation {
	background: url(../graphics/left_bg_tile.gif) top left repeat-x;	
	font-size: 0.9em;
}

#navigation ul {
	margin: 0 30px 15px 18px;
	padding: 0;
	list-style-type: none;
	font-size: 1.0em;
}

#navigation ul * {
	background-color: transparent;
	font-size: 1.0em;
}

#navigation ul li { margin: 0; }

#navigation ul li.nav_active ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li a,
#navigation ul li.nav_active ul li a,
#navigation ul li.nav_active ul li.nav_active ul li a {
	background: none;
	color: #9B9C93;
	font-size: 120%;
	display: block;
	padding: 5px 10px 5px 22px;
	text-decoration: none;
	zoom: 1;
}

#navigation ul li a:hover,
#navigation ul li.nav_active ul li a:hover,
#navigation ul li.nav_active ul li.nav_active ul li a:hover { color: #fff; }

#navigation ul li.nav_active a,
#navigation ul li.nav_active ul li.nav_active a,
#navigation ul li.nav_active ul li.nav_active ul li.nav_active a {
	color: #fff;
	background: url(../graphics/nav_active.gif) left center no-repeat;
}

#navigation ul li ul li a { margin-left: 20px; }
#navigation ul li ul li ul li a { margin-left: 40px; }

#navigation ul li a:hover {
	color: #fff;
}

#footer {
	clear: both;	
	padding: 7px 35px;
	background: url(../graphics/body_bg_tile.jpg) left 62px repeat;
	color: #A59E96;
}

#footer strong { color: #d1cbcb; font-weight: normal; }

#footer a {
	color: #A59E96;
	text-decoration: none;
}
