/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 1000px;
	height: 110px;
	float:left;
}

#logo {
	background-image:url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: 975px;
	float: left;
	padding-left: 25px;
}

#logo h1 {
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 393px;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}

#logo span{
	display:none;
}

#navigation {
	width: 1000px;
	height: 35px;
	padding-bottom: 5px;
	background-image:url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#right {
	width: 330px;
	min-height: 645px;
	float: right;
	background-image:url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #c3c39a;
	margin: 5px 25px 10px 0;
	padding: 0 45px 0px 45px;
}

#right a, a:visited {
	color: #b36047;
	text-decoration: none;
}

#right a:hover, a:focus {
	color: #b36047;
	text-decoration: underline;
}

#left {
	width: 515px;
	height:645px;
	float: left;
	margin: 5px 15px 10px 25px;
}

#maincontent {
	width: 950px;
	margin: 5px 25px 10px 25px;
	float: left;
	background-image:url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #c3c39a;
	padding-bottom: 15px;
}

#maincontent h1 {
	color: #b36047;
	width: 800px;
	border-bottom: 1px solid #D2D3B4;
	font-size: 24px;
	padding: 0 0 5px 0;
}

#maincontent a, a:visited {
	color: #b36047;
	text-decoration: none;
}

#maincontent a:hover, a:focus {
	color: #b36047;
	text-decoration: underline;
}

#content {
	width: 800px;
	min-height:645px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 75px 0 75px;
}

#mainright {
	width: 300px;
	min-height: 645px;
	float: right;
	margin: 0;
	padding: 0 20px 0px 20px;
}

#clear {
	display: none;
}

#footer {
	float: left;
	width: 950px;
	height: 42px;
	background-color: #c3c39a;
	margin: 0 0 15px 25px;
	text-align: center;
	color: #FFFFFF;
	line-height: 42px;
}

#footer a, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover, a:focus {
	color: #b36047;
	text-decoration: none;
}


	
