html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #FFFFFF url(../images/bg_ad.jpg) no-repeat;
	background-attachment: fixed;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #000000;
	padding: 20px 0 0 0;
	cursor: default; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-arrow-color: #FF0000; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #000000;
}

table {
	text-align: left;
	vertical-align: top;
	font: 11px arial, sans-serif;
	color: #000000;
	padding: 20px 0 0 0;
}

table.contact {
	text-align: left;
	vertical-align: top;
	font: 12px arial, sans-serif;
	color: #000000;
	padding: 20px 0 0 0;
}


td {
	vertical-align: top;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 678px;
  position: relative;
}

/** header **/
#header {
  padding-top: 1px;
}
#header h1 {
  font: 26px "Times new roman", serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 15px;
  color: #000000;
  padding: 0 0 0 0.7em;
  margin: -1em 0 0 0;
  line-height: 1;
}
#nav-top {
  margin-left: 503px;
}
#nav-top ul {
  margin: 1em 0 0 0;
  padding: 0;
  height: 30px;
}
#nav-top li {
  float: left;
  background: #FDC0C0 url(../images/tab_left.gif) no-repeat;
  list-style: none;
  text-align: center;
  font: 14px "Times new roman", serif; 
  height: 30px;
  line-height: 30px;
}
#nav-top li div {
  background: top right url(../images/tab_right.gif) no-repeat;
}
#nav-top li#tab-faq {
  width: 59px;
}
#nav-top li#tab-map {
  width: 99px;
  margin-left: 3px;
}
#nav-top a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
#nav-top a:hover {
  color: #FF0000	;
}

#nav {
  padding-top: 372px;
  background: url(../images/header_contact.jpg) no-repeat;  
}

#nav ul {
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  background: bottom left url(../images/nav_lit.gif) repeat-x;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#nav li.home {
  background: bottom left url(../images/nav_drk.gif) repeat-x;
  padding-left: 11px;  
}
#nav li.home a {
  font: 16px "Times new roman", serif;
  color: #FFFFFF;
  text-decoration: none;
}

#nav li.home a:hover {
  color: #FFFFFF;
}

#nav a {
  font: 16px "Times new roman", serif;
  color: #000000;
  text-decoration: none;
}

#nav a:hover {
  color: #FF0000;
}

/** content **/

#content {
  padding-left: 20px;
}
#content h2 {
  font: 24px "Times new roman", serif;
  color: #FF0000;
  font-weight: normal;
  border-left: 3px solid #6C6C6C;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}
#content p {
  margin-left: 11px;
  line-height: 1.4;
}
#content a {
  color: #C0BEBE;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #FF0000;
}

#content .left-col {
  float: left;
  width: 522px;
}
#content .right-col {
  float: right;
  width: 136px;
}

#content #welcome {
  margin-right: 40px;
  font-size:13px;
  color: #000000;
}
#content #welcome a{
  color: #000000;
  text-decoration:underline;
}
#content #welcome a:hover{
  color: #FF0000;
  text-decoration:underline;
}
#gallery {
  margin-top: 14px;
}
#gallery .box {
  float: left;
  width: 119px;
  height: 98px;
  padding: 0 23px 2.3em 23px;
  margin-right: 1px;
  background: #FDC0C0;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
#gallery .box h3 {
  text-align: center;
  line-height: 12px;
  font: 12px "Times new roman", serif;
  color: #000000;
  height: 12px;
  margin-top: 1px;
  margin-bottom: 5px;
  background: top center url(../images/tab_drk.gif) no-repeat;
}
#gallery .box p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.4;
}
#gallery .box .more {
  height: 18px;
  line-height: 18px;
  background: #FF0000 top left url(../images/moretab_left_drk.gif) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.2em;
  padding-right: 4px;
  margin-bottom: 0;
}
#gallery .box .more a {
  color: #FFFFFF;
}
#gallery .box .more a:hover {
  color: #000000;
}
#gallery .box-lit {
  background: #DEDEDE;
}
#gallery .box-lit h3 {
  background: top center url(../images/tab_lit.gif) no-repeat;
}
#gallery .box-lit .more {
  background: #FF0000 top left url(../images/moretab_left_lit.gif) no-repeat;
}

#content .right-col li, #content .right-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .right-col li {
  border-left: 1px solid #FF0000;
  padding-left: 9px;
  margin: 10px;
}
#content .right-col a {
  font-size: 12px;
  font-weight: normal;
  color: #6C6C6C;
}
#content .right-col a:hover {
  color: #FF0000;
}
/** later **/

#later {
  color: #564929;
}
#later h2 {
  font-size: 20px;
}
#later .right-col p {
  font-size: 12px;
  line-height: 1.7;
}

#later .box {
  float: left;
  width: 85px;

}
#later .box a{
	text-decoration:underline;
}
#later #later-b1 {
  padding-top: 67px;
  margin-right: 4px;
}
#later #later-b2 {
  width: 155px;
  margin-right: 4px;
}
#later #later-b3 {
  width: 114px;
  margin-right: 6px;
}
#later #later-b4 {
  padding-top: 67px;
  width: 137px;
}

#footc {
  height: 7px;
}
#footer {
  background: #DEDEDE;
  text-align: center;
  color: #6C6C6C;
  padding: 1px;
}

/** page bottom **/

#pagebottom {
  color: #FFFFFF;
}

#pagebottom a {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}

#pagebottom a:hover {
  color: #FFFFFF;
}
  
/** Form **/
input {
font-family: arial, sans-serif;
font-size: 11px; 
color: #FF0000;
font-weight: bold;
background-color: #FFFFFF;
border-style: solid;
border-color: #DEDEDE;
border-right-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
}

textarea, select {
font-family: arial, sans-serif;
font-size: 11px; 
color: #FF0000;
font-weight: bold;
background-color: #FFFFFF;
border-style: solid;
border-color: #DEDEDE;
border-right-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
width: 450px;
height: 100px;
TEXT-DECORATION: none;
overflow:auto;
}

