@charset "UTF-8";
/* CSS Document */
/* thecultureconcept.com */


* {
	margin: 0px;
	padding: 0px;
}

body,html {
	background-color:#FFFFFF;
	text-align:center;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 100%;
	background-image:url(../images/page-background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	display: block;
	vertical-align: top;
	width:800px;
	text-align:center;	
	margin: 0px auto;
	padding-bottom: 50px;
}

#banner {
	display: block;
	overflow: hidden;
	/*float: left;*/
	width: 800px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#banner img {
	margin-bottom: 20px;
}

#logo {
	margin-left: 20px;
}

#logoText {
	margin-left: 15px;
}

#menu {
	width: 800px;
	float: left;
	overflow: hidden;
	display: block;
	height: 30px;
	border-bottom-color: #8b6f57;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#menuItem {
	margin-top: 6px;
	margin-left: 42px;
	padding-right: 42px;
	border-right-color: #8b6f57;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #8b6f57;
}

#menuItemlast {
	margin-top: 6px;
	margin-left: 42px;
	padding-right: 42px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #8b6f57;
}

.menuSelected {
	font-weight: bold;
}

#menuItem a, #menuItemlast a {
	text-decoration: none;
	color: #8b6f57;
}

#menuItem a:hover, #menuItemlast a:hover {
	text-decoration: underline;
}

#body {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}

#bodyLeft {
	width: 220px;
	margin-left: 20px;
	margin-right: 25px;
	float: left;
	display: block;
	overflow: hidden;
	text-align: left;
	margin-top: 15px;
}

#bodyRight {
	width: 515px;
	float: left;
	display: block;
	overflow: hidden;
	text-align: left;
	margin-top: 15px;
}

#body img {
	padding-bottom: 10px;
	border: 0px;
}

#body p, #body p a {
	font-size: 12px;
	line-height: 15px;
	color: #555555;
	margin-bottom: 5px;
}

#body h1 {
	font-size: 19px;
	line-height: 21px;
	color: #8b6f57;
	font-weight: bold;
	margin-bottom: 7px;
}

#body h2 {
	font-size: 14px;
	line-height: 16px;
	color: #8b6f57;
	font-weight: bold;
	margin-bottom: 5px;
}

#navLinks p strong a {
	color: #947057;
}
