body {
	text-align:center;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
.float-l {
	float:left
}
.folat-r {
	float:right
}
.clearfix {
	clear:both
}
/* header */
#header {
	background:url(images/header.png) no-repeat;
	height:128px
}
#header h1 {
	font-size:38px;
	padding-top: 32px;
	padding-left: 80px;
}
#header h1 span {
	font-size:16px
}
ul#nav {
	position:absolute;
	top:163px;
	padding-left:80px;
	overflow:hidden;
}
ul#nav li {
	float:left;
	height:50px;
}
ul#nav li a {
	color:#fff;
	font-weight:700;
	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 */
#content {
	background:url(images/content.gif) no-repeat;
	height:86px;
	padding:10px 30px;
}
#content .left {
	width:700px
}
#content h2 {
	font-size:30px
}
#content p {
	padding:30px 0px;
}
#content .right {
	width: 170px;
	padding-top: 30px;
}
ul#meun {
	text-align:left;
	float:left
}
ul#meun li {
	list-style:url(images/arrow.gif) inside;
	line-height:19px
}
/* blog */
#blog {
	background:url(images/blog.gif) repeat;
	height:237px;
	padding:20px 30px 0 40px;
}
.blog {
	float:left;
	width:700px;
	padding:0 20px
}
.blog h2 {
	font-size:24px;
	padding-bottom: 20px;
}
.blog .quote {
	color:#5795c3
}
/* footer */
#footer {
	/*background:url(images/footer.gif) no-repeat;*/
	height:109px;
	text-align:center;
	padding-top:50px
}
#ftlink, #copyright {
	padding-bottom:8px;
}
