body {
	text-align:center;
	background: #F5FFFA;
}
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/head.jpg) no-repeat;
	height:132px;
}
#header h1 {
	font:"Century Gothic", Arial, Verdana, sans-serif;
	font-size:38px;
	padding-top: 32px;
	padding-left: 80px;
}
#header h1 span {
	font-size:16px;
}
ul#nav {
	position:absolute;
	top:132px;
	padding-left:34px;
	overflow:hidden;
}
ul#nav li {
	float:left;
	height:50px;
}
ul#nav li a {
	color:#150517;
	font-weight:700;
	height:50px;
	padding:0px 35px;
	line-height:50px
}
ul#nav li a:hover {
	background:url(images/nav_hover.gif) no-repeat;
	color:#fff;
	height:50px;
	padding:16px 35px;
	line-height:50px;
}
/* content */
#content {
	background:url(images/content.gif) no-repeat;
	height:538px;
	padding:0 15px;
	color:#000033;
}
#content a {
	color:#191970;
}
.left {
	width: 260px;
	padding-left:35px
}
.left h2, .blog h2 {
	font-size:26px;
	font-weight:700;
	padding:10px 0;
}
.left h3, .blog h3 {
	font-size:16px;
	font-weight:700;
}
#inner {
	padding-top:120px;
}
.right {
	width: 330px;
	padding-right: 40px;
}
.blog {
	height: 150px;
	padding-bottom: 40px;
}
/* footer */
#footer {
	background:url(images/ft.gif) no-repeat;
	height:100px;
	text-align:center;
	padding-top: 30px;
	color:#25383C;
}
#footer a {
	color:#616D7E;
}
