body {
	background-color: #edb329;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center 375px;
	text-align: center;
	color: #1f1f1f;
	background-attachment: fixed;
}

.quote
{
	padding-left: 100px;
	padding-right: 100px;
}

h1{
	float: left;
	margin: 0px;
	padding-top: 50px;
}

h1 a img {
	border-style: none;
}

h2{
	font-weight: normal;
	font-size: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1c61f;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: -1px;
}

h3{
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

p, ul{
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 15px;
}

a{
	color: #1f1f1f;
	outline: none
}

a:hover{
	text-decoration: none;
}

#lid{
	background-image: url(images/header.jpg);
	background-position: center top;
}

#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header{
	height: 250px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header ul{
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header li{
	float: left;
}

#header li a{
	color: #c7c7c7;
	text-decoration: none;
	font-size: 16px;
	display: block;
	line-height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2b2b2b;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5f5f5f;

}

#header li a:hover{
	color: #FFFFFF;
}

#header li a.first{
	border-left-style: none;
}

#header li a.last{
	border-right-style: none;
}

#main{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#content{
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



#sidebar{
	float: right;
	width: 300px;
	background-color: #e7ac21;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 20px;
	position: relative;
	top: -70px;
}

#sidebar img{
	display: block;
	margin-bottom: 10px;
}

#sidebar p{
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 10px;
}

#sidebar h4{
	padding-right: 15px;
	padding-left: 15px;
}

#sidebar ul{
	font-size: 12px;
	line-height: 20px;
}
#sidebar a{
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", verdana, helvetica, arial, sans-serif;
}

.area{
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/area-bg.png);
}

.clear{
	clear: both;
}

body#home{
	background-image: none;
}

#home h2{

}

#home .area{

	background-image: url(images/home-area-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.left{
	width: 570px;
	float: left;
}
