@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fcfbf5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 55px;
}

#container {
	margin: auto;
	width: 910px;
	background-image: url(../images/container.jpg);
}

#right {
	float: right;
	width: 366px;
	padding-top: 367px;
	padding-bottom: 50px;
	background-image: url(../images/right.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#left {
	margin-right: 366px;
}

#header {
	height: 100px;
	padding: 105px 0 0 35px;
	background-image: url(../images/header.jpg);
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li {
	float: left;
	padding: 14px 15px 11px 13px;
	background-image: url(../images/nav.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#header ul li#last { background-image: none; }
#header ul li a { color: #FFFFFF; }
#header ul li a:hover { color: #000000; }

#content {
	min-height: 227px;
	height: auto !important;
	height: 227px;
	padding: 0 40px 0 48px;
	background-image: url(../images/content.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	height: 30px;
	padding: 5px 0 0 48px;
	color: #FFFFFF;
}

h1, h2 {
	margin-top: 0;
	font-weight: normal;
}

h1 { font-size: 22px; }
h2 { font-weight: 18px; }


a {
	text-decoration: none;
	color: #000000;
}

a:hover { color: #c0a16d; }