/* CSS RESET */
html{color:##1C5A4B;background:##1C5A4B;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	line-height: 20px;
	color: #000000;
}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
a {
	text-decoration:none;
	color:#000000;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color:#000000;
	font-size: 10px;
}
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;
	border: 6px solid #CE2D31;
	background-color: #F5EDD6;
}

.float-l{ float:left}
.folat-r{ float:right}
.clearfix{ clear:both}

#bg {
	height: 1000px;
	background-repeat: no-repeat;
	background-image: url(../images/site/bg2.jpg);
}

/* header */
#header { position:relative;height:260px  }
#logo {
	position:absolute;
	top:28px;
	right:130px;
	left: 675px;
	width: 300px;
}
#logo h1 {
	font-size:25px;
	color:#fff
}
#logo div {
	padding-left:100px
}
#nav { position:absolute; top:120px; left:100px}
#nav li {float:left; padding:0 20px;}

/* content */
#content {width:800px; }
.main {width:680px;margin:0 0 0 100px; font-family:Verdana, Arial, Helvetica, sans-serif; display:inline}
#col {margin:50px 0 0 0;width:300px;  }
#col .first ul {border-right:#E35C5C 1px solid; padding-right:43px}
#text {
	width:680px;
	color: #FFFFCC;
}
#text h2 {
	font-size:15px;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bolder;
	color: #1C5A4B;
}
#text a {
	color: #CE2D31;
	font-size: 14px;
}

.side {width:200px; }
.side h2 {font-size:22px}
.side li {line-height:20px; list-style:inside disc; color:#FFFFFF; }
.side ul {margin:30px  0 30px 20px}
/* footer */
#footer {
	height:90px;
	position:relative;
	background-repeat: no-repeat;
	background-color: #EDE8D4;
	background-image: url(../images/site/ft.jpg);
}
#ftinner{ position:absolute; bottom:20px; width:680px; margin-left:120px}
.ftlink {
	width:500px;
	font-size: 10px;
}
#ftinner{
	position:absolute;
	bottom:10px;
	width:832px;
	margin-left:120px;
	left: 15px;
	top: 20px;
}
.ftlink {
	width:500px;
	font-size: 10px;
	text-align: left;
}
.normal_image
{
    border: 1px solid #FFFFFF;
    margin-right: 2px;
    margin-left: 2px;
    padding: 1px;
}
div#map
{
    width: 440px;
    height: 320px;
    display: block;
    margin-left: 20px;
    color: #000000;
    margin-bottom: 10px;
    border: 1px solid #3E0F21;
}
div#map a
{
    color: #000000;
    font-weight: bold;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #1C5A4B;
	font-size: 14px;
}
a:hover
{
	color: #CE2D31;
	text-decoration: underline;
	text-align: left;
	font-size: 14px;
}
body {
	background-color: #1C5A4B;
}


.clear
{
display: block;
claer: both;
}