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

body {
margin:0px;
padding:44px 0px 0px 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
background:#a35500 url('../images/body_bg.gif') repeat-x 0 0;
}

body.no-bg {
background:none;
}

/* splash index.html */

#splash {
margin:20px auto 0px auto;
width:500px;
}

#splash a img {
border:0px;
}

/* base layout */
#holder {
border:2px solid #fff;
margin:0px auto 0px auto;
}

/* text styles */
h1 {
color:#FF9900;
margin:12px 0px 0px 0px;
letter-spacing:-1px;
}

h2 {
margin:0px;
letter-spacing:-1px;
font-size:22px;
}

p {
margin:12px 0px 12px 0px;
line-height:18px;
}

a {
color:#19293b;
}

a:hover {
text-decoration:none;
}

/* bottom navigation (home back next) */
.bottom-nav {
padding:8px 0px 8px 0px;
}

.bottom-nav a {
margin:0px 10px 0px 0px;
color:#fff;
background:#ff9c00;
padding:8px;
text-decoration:none;
font-weight:bold;
}

.bottom-nav a:hover {
background:#cf7f00;
}

.bottom-nav .left {
float:left;
}

.bottom-nav .right {
float:right;
}

/* copyright */
#copyright {
padding:6px 0px 0px 0px;
font-size:11px;
color:#ffc466;
}

/* guestbook */
a.guestbook {
display:block;
width:240px;
background:#293a4b;
text-decoration:none;
border:1px solid #fff;
}

a.guestbook img {
vertical-align:middle;
border:0px;
}

a.guestbook span {
color:#fff;
padding:0px 0px 0px 12px;
text-decoration:none;
}

a.guestbook:hover {
background:url('../images/body_bg.gif') repeat-x 0 -600px;
}

/* gallery */
.thickbox img {
border:1px solid #fff;
}

.thickbox:hover img {
border:1px solid #ff8500;
}

.img-hover img {
border:1px solid #fff;
}

.img-hover:hover img {
border:1px solid #ff8500;
}
