body {
	margin: 0;
	background: #221a11;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000;
}

a:link { color: #221A11; text-decoration: underline; }
a:visited { color: #221A11; text-decoration: underline; }
a:active { color: #221A11; text-decoration: underline; }
a:hover { text-decoration: none; color: #444; }

#container {
	background: #402f20;

	background-image: url('../images/bg.png');
	background-position: center top;
	background-repeat: no-repeat;
}

img {
	border: 0;
}
#table {
	margin: auto;
}
#top_left {
	background-image: url('../images/main.png');
	background-repeat: no-repeat;
	width: 649px;
	height: 155px;
}
#top_right {
	background-image: url('../images/star_top.png');
	background-repeat: no-repeat;
	width: 251px;
	height: 155px;
}
.shadow_spacer {
	/*width: 10px;*/
	height: 227px; /* Height of bg image - height of top */
	max-height: 227px;
	min-height: 227px;

}
#shadow_right {
	background-image: url('../images/shadow_right.png');
	background-repeat: repeat-y;
}
#shadow_left {
	background-image: url('../images/shadow_left.png');
	background-repeat: repeat-y;
}
#main_nav {
	background: #fff;
	background-image: url('../images/navigation.png');
	background-position: 60px top;
	background-repeat: no-repeat;
	width: 144px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 30px;
	border-right: 1px solid #ccc;
}

.nav_parent, .nav_child {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	font-size: 14px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #444;
}
.nav_parent_nohref {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
	color: #444;
	font-weight: bold;
}
.nav_parent {
	font-weight: bold;
}
.nav_child {
	margin-left: 15px;
}

.nav_parent_hover, .nav_child_hover {
	color: #97572d;
}

#main_content {
	background: #fff;
	width: 459px;
	padding-left: 20px;
}
#main_right {
	background: #fff;
	background-image: url('../images/star_bottom.png');
	background-repeat: no-repeat;
	padding-top: 119px;
	width: 251px;
}


#footer {
	background: #221A11;
	height: 150px;
	width: 100%;
}
#footer_table {
	margin: auto;
	width: 920px;
}
#footer_left {
	background-image: url('../images/dark_corner_bl.png');
	background-repeat: no-repeat;
	width: 36px;
	height: 41px;
}
#footer_middle {
	background-image: url('../images/dark_bottom.png');
	background-repeat: repeat-x;
	width: 848px;
	height: 41px;
}
#footer_right {
	background-image: url('../images/dark_corner_br.png');
	background-repeat: no-repeat;
	width: 36px;
	height: 41px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
	font-style: italic;
	border-bottom: 1px solid #ccc;
}	

p {
	line-height: 20px;
}



#main_nav a:link {text-decoration: none; color: #444;}
#main_nav a:visited {text-decoration: none; color: #444;}
#main_nav a:active {text-decoration: none; color: #444;}
#main_nav a:hover {text-decoration: underline; color: #97572d;}