@charset "utf-8";
body  {
	background-color: #CB9B54;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.bcp #container { 
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 

/*### HEADER ###*/
.bcp #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	width: 950px;
	padding: 0;
	margin: 0px;
} 

/*### MENU ###*/
.bcp #container #menu {
	background-color: #968E7B;
	background-image: url(images/menu_bg.jpg);
	background-position: center;
	padding: 0px;
	height: 37px;
	margin: 0px 0px 10px 0px;
}
.bcp #container #menu ul {
	background-image: url(images/menu_image.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 37px;
	padding: 0px 0px 0px 265px;
	margin: 0px;
	list-style-type: none;
	line-height: 37px;
}
.bcp #container #menu ul li {
	padding: 0px 10px 0px 10px;
	display: inline;
}
.bcp #container #menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#activeMenuItem {
}

/*### SIDEBAR ###*/
.bcp #sidebar {
	float: left;
	width: 231px;
	padding: 0px;
	margin: 0px;
}
.bcp #sidebar h3 {
	background-image: url(images/submenu_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 26px;
	margin: 0px;
	padding: 3px 45px 0px 0px;
	text-align: right;
	color: #F2F2F2;
	font-weight: bold;
	line-height: 20px;
}
.bcp #container #sidebar ul, .bcp #container #sidebar p {
	background-image: url(images/submenu_bg.png);
	margin: 0px;
	padding: 10px 10px 10px 30px;
}
.bcp #container #sidebar li a {
	color: #000;
	text-decoration: none;
}
.bcp #container #sidebar #submenuFooter {
	background-image: url(images/submenu_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
}

/*### CONTENT ###*/
.bcp #mainContent {
	width: 680px;
	margin: 0px 20px 0px 260px;
	padding: 0px;
}
.bcp #container #mainContent #contentHeader {
	background-image: url(images/content_header.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.bcp #container #mainContent #contentFooter {
	background-image: url(images/content_footer.png);
	height: 11px;
	margin: 0px;
	padding: 0px;
}
.bcp #container #mainContent #content {
	background-image: url(images/content_bg.png);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.bcp #container #mainContent h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 2em;
	color: #92692B;
}
.bcp a {
	color: #000;
	text-decoration: underline;
}
.bcp a:hover {
	color: #000;
	text-decoration: none;
}
.bcp #container #mainContent p {
	padding: 0px 15px 10px 0px;
	margin: 0px;
}
.bcp #container #mainContent ul {
	padding: 0px 15px 10px 15px;
	margin: 0px;
	list-style-type: square;
}
a img {
	border: none;
}

/*### FOOTER ###*/
.bcp #footer {
	clear:both;
	margin: 15px 0px 0px 260px;
	padding: 0px 10px 0px 10px;
} 
.bcp #footer p {
	margin: 0; 
	padding: 0px; 
	font-size: 80%;
	text-align: center;
}

/*### DIVERSE ###*/
