@charset "utf-8";
/* CSS Document */

body {
	background-color: #F0EBDA;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font: 30px Tahoma, Geneva, sans-serif;
	color: #F2BA0B;
	font-weight: bold;
	text-align:center;
}

.title24bold {
	font-size: 24px;
	color: #762917;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.head16 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color: #BF8176;
	font-weight: bold;
}
.head16_c {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color: #930;
	font-weight: bold;
}

.head14{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color: #639;
	font-weight: bold;
}

.maintext12 {
	font-size:12px;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;	
	text-align: justify;
}

.maintext10 {
	font-size:10px;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
}


.footer12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #fff;
}

a:link {
	color: #906;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #906;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #906;
}

.border_r {
	border: 13px solid #F0EBDA;
	border-right:none;
	border-bottom:none;
}

.border_l {
	border: 13px solid #F0EBDA;
	border-left:none;
	border-bottom:none;
}

#map {
	float:right;
	margin: 0 0 10px 20px;
	padding: 10px;
	background-color:#F3F3F3;
	border: solid #999 1px;
}
