body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

a {
	outline: none;
	color: #d6b539;
}

img {
	border: none;
}

img {
	border-color: #dedede !important;
}

h1, h3 {
	font-size: 15px;
	color: #e09d5c;
}

h3 {
	margin: 0;
	padding: 0;
}

#main{
	background: url('main_background.jpg') top center no-repeat;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.slideshow {
	width: 950px;
	height: 181px;
	margin: 0 auto 10px;
}

#container{
	width: 1100px;
	margin: 0;
	padding: 0;
	background: url('container_background.png') bottom right no-repeat;
}

#menu{
	background: url('menu_background.png') 0 0 no-repeat;
	width: 160px;
	margin: 0 0 0 75px;
	padding: 10px 20px;
	float: left;
}

#menu ul, #menu ul li {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style: none;
	text-align: center;
	line-height: 37px;
	background: url('menu_line.png') bottom left no-repeat;
}

#menu ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#menu ul li.active a {
	text-decoration: underline;
}

#content{
	width: 700px;
	margin: 0;
	padding: 0 0 0 50px;
	float: left;
}

#footer{
	background: url('footer_background.png') top center no-repeat;
	width: 1100px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	position: absolute;
	font-size: 12px;
}

#footer, #footer a {
	color: #949494;
}

#footer1 {
	float: left;
	margin-left: 100px;
}

#footer2 {
	float: right;
	margin-right: 100px;
}
