body {
	text-align:center;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:justify;
	margin:0 auto;
	background-color: #83B1D2;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
}
}
.folat {
	float:right
}
.clearfix {
	clear:both
}
/* header */
#header {
	background:url(images/hd.gif) no-repeat;
	height:132px
}
#header h1 {
	font-size:38px;
	padding-top: 32px;
	padding-left: 80px;
	color:#294352
}
#header h1 span {
	font-size:16px
}
ul#nav {
	padding-left:40px;
	overflow:hidden;
}
ul#nav li {
	float:left;
	height:50px;
}
ul#nav li a {
	color:#000000;
	font-weight:700;
	height:50px;
	padding:16px 20px;
	margin:0 25px;
	line-height:50px;
	width:100px
}
ul#nav li a:hover {
	background:url(images/nav_hover.gif) no-repeat;
	height:50px;
	padding:16px 20px;
	margin:0 25px;
	line-height:50px;
}
/* content */
#content {
	height:370px;
	color:#000000;
	background-color: #83B1D2;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#content a {
	color:#FF9900
}
.left {
	width: 260px;
	padding-left:35px
}
.left h2, .blog h2 {
	font-size:20px;
	font-weight:700;
	padding:20px 0
}
#inner {
	padding-top:10px
}
.right {
	width: 780px;
	padding-right: 0px;
}
.blog {
	height: 150px;
	padding-bottom: 20px;
}
/* footer */
#footer {
	background:url(images/ft.gif) no-repeat;
	height:100px;
	text-align:center;
	padding-top: 0px;
	color:#000000
}
#footer a {
	color:#000000
}
