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;
}

#nav {margin-top: 46px;}

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 a {
	color: #0000FF;
}

#content a:hover {
	color: #FF3333;
}
#content #left {
	width:510px;
	float:left;
	font-size:13px;
}
#content #left h2 {
	font-size:30px;
	padding-bottom:20px;
}

#content #left h1 {
	font-size:25px;
	padding-bottom:20px;
}

#content #left p {
text-align: justify;
}
#content #right {
	width:181px;
	float:right;
	padding-bottom:30px;
	font-size:12px;
}
#gallery {
	background:url(images/gallery_bg.gif) no-repeat;
	height:259px;
	padding-bottom:20px;
}

#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 a {
	color:#0000FF;
}
#ftlink  a:hover {
	text-decoration: underline;
	color:#FF3333;
}
#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:12px;
	padding:10px 0 0 15px;
	font-weight: bold;
	font: bold;
}

#right a {
	color: #0000FF;
}

#right a:hover {
	color: #FF3333;
}


