body {
	text-align:center;
}
a {
	text-decoration:none;
	color:#FFFFFF
}
a:hover {
	text-decoration: underline;
}

#wrap {
	width:949px;
	text-align:justify;
	margin:0 auto;
}
.float-l {
	float:left
}
.float-r {
	float:right
}
.clearfix {
	clear:both
}

/* header */
#header {
	height:186px;
	background:url(images/hd.jpg);
	position:relative
}

#nav {
	background:url(images/nav.gif);
	height:43px;
	position:absolute;
	top:148px;
	width:847px;
}

#logo {
	position:absolute;
	top:50px;
	left:100px;
	color:#fff
}

#logo h1 {
	font-size:34px;
}
#logo div {
	padding-left:50px
}

/* content */
#content {
	height:540px;
}

#content ol li {
	list-style-type:square;
}
#content .left {
	width:794px;
	height:517px;
	background: url(images/main.gif) no-repeat;
	padding:0 50px 0 50px;
}
#content .left h2 {
	color:#608803;
	font-size:34px;
	padding:40px 0 20px 0
}
#content .left p {
	padding: 0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#content .left a {
	color:#336633
}
#content .right {
	width:255px;
	background:#e2e2e2 url(images/side.jpg);
	height:517px;
}
#content .in {
	width:594px;
}

#side {
	margin-left: 45px;
}
#side #top {
	background:url(images/g_top.gif);
	height:237px;
}
#side h2 {
	font-size:24px;
	color:#000;
	padding:20px 0 13px 0
}
#side li {
	list-style: url(images/ar.gif) inside;
	line-height:20px
}
#side li a {
	color:#333300
}

/* footer */
#footer {
	clear:both
}
#footer {
	border-top: 1px solid #AEAEAE;
	background: #ececec;
	padding: 10px 20px;
	text-align: left;
	font-size: 11px;
}
#footer a {
		color:#648CA5;
}

.gallery {
	margin:10px 0px 10px 0px;
	padding:5px;
	}

.gallery .box {
	display:block;
	height:120px;
	float:left;
	width:27%;
	padding:8px 8px 18px 8px;
	margin:8px;
	background:#ffffff;
	text-align:center;
	}

.box img {background:#efefef; padding:5px;}

.box a img, .box a:visited img, .box a:active img {border:solid 1px #cccccc;}

.box a:hover img {border:solid 1px #000000;}

.box .caption {display:block; text-align:center;}

