@charset "utf-8";
/* CSS Document */

body {
text-align: center;
background-color: #2e433c;
color: #666666;
min-width:500px;
}

#splash {
margin: 0 auto;
width: 510px;
height: 550px;
background-image: url(images/splash2.jpg);
background-repeat: no-repeat;
padding-top: 335px;
text-align:center;
font-size:18px;
color:#000000;
line-height:25px;
}

#splash_links {
position:absolute;
z-index:1;
text-align:center;
margin: 0 auto;
margin-left:140px;
top: 550px;
width:510px;
font-size:20px;
}

a:link,
a:visited {
color:#2e433c;
text-decoration: none;
}

a:hover {
text-decoration:underline;
}

#wrapper {
z-index:0;
text-align:left;
margin: 0 auto;
margin-top: 30px;
left: 50%;
width: 900px;
background-image:url(images/bg.gif);
background-repeat:repeat;
}

#header { 
z-index: 1;
text-align:left;
position:relative;
top: 15px;
margin: 0 auto;
width: 870px;
height: 228px;
}

#header_txt {
z-index: 2;
position:relative;
text-align:center;
margin: 0 auto;
width:460px;
left:205px;
top: -190px;
font-size:18px;
color:#000000;
line-height:25px;
}

#container {
z-index: 2;
top: -605px;
text-align:center;
position:relative;
background-color:#2e433c;
margin: 0 auto;
width: 590px;
left: -140px;
min-height: 355px;
overflow:hidden;
}

#content {
z-index: 3;
text-align:left;
position:relative;
margin: 5px auto;
margin-top:0px;
top: 4px;
width: 582px;
background-color:#f1f0d1;
min-height:347px;
}

#footer {
z-index: 4;
position:relative;
margin: 0 auto;
width:900px;
background-color: #2e433c;
height: 525px;
top:-525px;
color:#ffffff;
padding:10px;
}

#links_container {
z-index: 2;
top: -190px;
text-align:center;
position:relative;
background-color:#2e433c;
margin: 0 auto;
width: 260px;
left: 305px;
min-height: 415px;
}

#links {
z-index: 3;
text-align:left;
position:relative;
margin: 5px auto;
margin-top:0px;
top: 4px;
width: 252px;
background-color:#f1f0d1;
min-height:407px;
}

#nav_container {
z-index: 2;
top: -20px;
text-align:center;
position:relative;
background-color:#2e433c;
margin: 0 auto;
width: 450px;
left: 3px;
height: 50px;
}

#nav {
z-index: 3;
text-align:left;
position:relative;
margin: 5px auto;
margin-top:0px;
top: 4px;
width: 442px;
background-color:#f1f0d1;
height:42px;
}

#comment {
width:500px;
padding:10px;
padding-left:30px;
}

#comment_name {
padding-left:30px;
padding-top:10px;
padding-bottom:5px;
display:block;
}

#comment_city {
padding-left:30px;
width:350px;
float:left;
display:block;
}

#comment_date {
float:left;
display:block;
}

#contact_label {
width:85px;
float:left;
}

#contact_area {
float:left;
}

#contact_submit {
width:470px;
text-align:right;
}






