@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	height: 110px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	float: left;
	clear: both;
	margin-left: 90px;
	margin-top: 25px;
}

#content {
	background-color: #FFFFFF;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 53px;
	padding-left: 300px;
}
ul#navigation {
	float: left;
	width: 100%;
	list-style-type: none;
}
ul#navigation li {
	display: inline;
}
ul#navigation a {
	display: block;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	color: #66563F;
	text-decoration: none;
}
ul#navigation a:hover {
	float: left;
	color: #CCCCCC;
	text-decoration: none;
}
#leftNavigation {
	float: left;
	width: 260px;
	margin-left: 74px;
}
#rightContent {
	float: right;
	width: 500px;
	margin-right: 101px;
	margin-top: 40px;
	line-height: 30px;
	color: #655444;
}
#rightContent a {
	color: #DB5B94;
	text-decoration: none;

}
#rightContent a:hover {
	color: #000000;
	text-decoration: underline;
}
#rightContent  ul, ol {
	margin-left: 30px;
}



#footer {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	background-color: #FFFFFF;
}
