html {
	height: 100%;
	background: #376621 url(../img/body_bg.gif) top left repeat;
}
body {
	height: 100%;
	background: transparent url(../img/container_brown_bg.gif) center repeat-y;
}

#container {
	background: transparent url(../img/container_bg.gif) top left repeat-y;
	width: 802px;
	padding: 0 14px 0 14px;
	text-align: left;
}

/*
 +----- --  -  
 | head
 +-- --  -  
*/
#head {
	height: 259px;
	width: 802px;
	background: transparent url(../img/head_bg.jpg) bottom right no-repeat;
	border-bottom: 1px solid #fff;
}
#head * {
	display: none;
}

/*
 +----- --  -  
 | menu
 +-- --  -  
*/
#menu {
	width: 802px;
	height: 38px;
	background: transparent url(../img/menu_bg.gif) top left repeat-x;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #beae91;
}
#menu ul, #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#menu ul {
}
#menu ul ul {
	margin-left: 0px;
}

#menu li:first-child {
	background: transparent;
}

#menu li:first-child a {
	border-left: none;
}
#menu li {
	white-space: nowrap;
	float: left;
	background: transparent url(../img/menu_item_bg.gif) center left no-repeat;
}
#menu a {
	white-space: nowrap;
	display: block;
	margin-top: 5px;
	padding: 10px 10px 5px 10px;
	color: #830;
	text-decoration: none;
}
#menu a:hover {
	background: transparent url(../img/menu_selected_bg.gif) top center no-repeat;
}

#menu li ul {
	position: absolute;
	left: -999em;
	border: 1px solid #893003;
	background-color: #b2aa7d;
	padding: 8px 8px 8px 0;
	width: 130px;
}
#menu li:hover ul, #menu li:hover li:hover ul, #menu li:hover li:hover li:hover ul { left: auto; }
#menu li:hover ul ul, #menu li:hover li:hover ul ul { left: -999em; }
#menu li li {
	float: none;
	padding: 0;
	margin: 0;
}
#menu li li a {
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	background: transparent !important;
	border: 0px !important;
	width: 120px;
}
#menu li li a:hover {
	background: #c2b988 url(../img/menu_dropdown_selected_bg.gif) top left no-repeat !important;
	color: #000;
}
#menu li li ul {
	margin: -23px 0 0 120px;
}

#menu li.extends {
	background: transparent url(../img/menu_arrow.gif) center right no-repeat;
}

/*
 +----- --  -  
 | body
 +-- --  -  
*/
#body {
	background: transparent url(../img/body_bg.jpg) bottom left no-repeat;
	padding-bottom: 250px;
}

/*
 +----- --  -  
 | foot
 +-- --  -  
*/
#foot {
	background: transparent url(../img/foot_bg.gif) bottom left repeat-x;
	text-align: center;
	color: white;
	border-top: 1px solid #fff;
	font-size: 11px;
	height: 80px;
}
#foot #copyright {
	margin-top: 20px;
}

#foot a {
	color: #fff;
}
/*
 +----- --  -  
 | content
 +-- --  -  
*/
#content {
	padding: 20px;
	color: #444;
}

#content table { border-collapse: collapse; }
#content th, td { padding: 3px 5px 3px 5px; border: 1px solid #ccc; }
#content th { background-color: #893003; color: #fff; font-weight: bold; }

table {border-collapse:collapse;}
