* {
margin: 0px;
padding: 0px;
font-family: verdana;
color: white;
}

/* layout */
body {
text-align: center;
padding: 0 0 0 0;
margin: 0px;
}

div#wrapper {
margin: 0px auto;
width: 800px;
text-align: left;
padding: 45px 0 0 10px;
}

div#mast {
height: 40px;
}

div#content {
margin-top: 0px;
}


/* background */
body {
background-color: #0d1704;
}

/* title */


div#name div.content h1 a {
	display: block;
    height: 00px;
    width: 200px;
    padding: 38px 0 0 0;
    background: transparent url(/images/title.png) no-repeat;
    overflow: hidden;
    margin: 0 auto 38px 0;
}


/* nav */
div#nav {
padding: 0px;
margin: -66px 0 0 2px;
}

div#nav div.content ul {
margin: 0px;
padding: 0 0 0 555px;
list-style-type: none;
}

div#nav div.content ul li {
display: inline;
float: left;
margin: 0px;
padding: 0 35px 0 0;
}

div#nav div.content ul li.last {
padding: 0px;
}

div#nav div.content ul li a
{
    display: block;
    height: 0;
    padding: 24px 0 0 0;
    overflow: hidden;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

div#nav div.content ul li a
{
    display: block;
    height: 0;
    padding: 24px 0 0 0;
    overflow: hidden;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

div#nav div.content ul li a:hover,
div#nav div.content ul li a.selected {
    background-position: 0px -24px;
}

div#nav div.content ul li a#nav_gallery {
    width: 53px;
    background-image: url("/images/nav_gallery.png");
}

div#nav div.content ul li a#nav_about {
    width: 45px;
    background-image: url("/images/nav_about.png");
}

div#nav div.content ul li a#nav_contact {
    width: 60px;
    background-image: url("/images/nav_contact.png");
}

/* homepage */
div.homepage {
margin: 0 0 0 -7px;
padding-top: 80;
}

/* about */
div.about {
padding-top: 35px;
}

/* contact */
div.contact {
padding-top: 35px;
}

#content p {
line-height: 2em;
font-size: 10pt;
padding-bottom: 12px; 
}

/* forms */
input {
color: black;
font-family: arial;
font-size: 12pt;
}

/* gallery */
div.gallery {
padding-top: 35px;
padding-bottom: 35px;
}

p.gallery {
line-height: 10pt;
padding: 0px;
margin: 0px;
}

h2 {
font-weight: normal;
font-size: 1.3em;
}

h2 span a {
font-size: 10pt;
padding-left: 30px;
text-decoration: none;
}

h2 span a:hover {
color: #8bac7b;
text-decoration: underline;
}

#thumbs {
height: 85px;
}

#thumbs ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#thumbs ul li {
float: left;
padding-right: 20px;
}

#thumbs img {
border: 0px;
}

#thumbs ul li a {
display: block;
border: 1px solid white;
}

#thumbs ul li a:hover {
border: 1px solid #8bac7b;
}

ul#gallery {
list-style-type: none;
display: inline;
font-size: 10pt;
}

ul#gallery li {
display: inline;
}

ul#gallery li.first {
padding-right: 10px;
}

ul#gallery li.item {
padding-left: 1px;
padding-right: 1px;
}

a.current {
font-size: 12pt;
font-weight: bold;
color: #8bac7b;
text-decoration: underline;
}

ul#gallery li a {
text-decoration: none;
}

ul#gallery li a:hover {
color: #8bac7b;
text-decoration: underline;
}

img#mainimg {
background-color: white;
padding: 6px;
border: 2px solid #CCC;
}

.sliderGallery {
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 160px;
    width: 960px;
}

.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery UL LI {
    display: inline;
}

.handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    /* bespoke to your own solution */
    height: 17px;
    width: 181px;
}




/* ajax */
#viewWrapper {
text-align: center;

}

#viewport {
text-align: center;
}

/* utility */
.clear {
clear: both;
}

.bold {
font-weight: bold;
}
