body {
	text-align:center;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
#header {
	height:155px;
	background : url(../images/header_bg.gif) no-repeat;
}
#header a {
	color:#FFF;
	font-weight:700;
}
#header h1 {
	font-size:38px;padding-top: 32px; padding-left: 80px;
}
#header h1 span{
	font-size:16px;
}
#logo {
	padding-left:60px;
	padding-top:22px;
}
ul#nav {
	padding-left:80px;
	padding-top:18px;
	overflow:hidden;
}
ul#nav li {
	float:left;
	height:50px;
	
}
ul#nav li a{
	height:50px;
padding:0px 35px;
line-height:32px
;
}

ul#nav li a:hover{
	background : url(../images/nav_hover.gif) no-repeat;
height:40px;
padding:8px 35px;
line-height:32px

;
}


#content {
	padding:0 30px;
}
#content #left {
	width:510px;
	float:left;
	font-size:13px;
}
#content #left h2 {
	font-size:30px;
	padding-bottom:20px;
}
#content #right {
	width:181px;
	float:right;
	padding-bottom:30px;
}
#gallery {
	background : url(../images/gallery_bg.gif) no-repeat;
	height:259px;
	padding-bottom:20px;
}
#section {
	background : url(../images/section_bg.gif) no-repeat;
	height:189px;
}
#section ul {
	padding-left:40px;
	padding-top:18px;
}
#section li a {
	line-height:20px;
	text-decoration:underline;
	color:#ef9e06;
}
#section li a:hover {
	text-decoration:none;
	color:#9D6F4F;
}
#footer {
	clear:both;
	height:138px;
	background : url(../images/footer.jpg) no-repeat;
	text-align:center;
}
#footer #ftlink {
	padding-top:70px;
}
#ftlink, #copyright {
	padding-bottom:8px;
}
#copyright a {
	color:#000000;
}
#copyright a:hover {
 text-decoration: underline;
 
}
#ftlink, #ftlink a {
	color:#ef9e06;
}
#ftlink  a:hover {
	text-decoration: underline;
	color:#9D6F4F;
}
#blog {
	height:226px;
	background : url(../images/content_blog.gif) no-repeat;
	margin-top:55px;
}
#blog h2 {
	color:#f5c715;
}
#blog .quote {
	color:#8a6f00;
}
#blog .first {
	padding:25px 30px 0;
}
.blog {
	width:190px;
	float:left;
	padding:25px 20px 0;
}
#right h2 {
	font-size:24px;
	padding:10px 0 0 15px;
}
