
body {
    background: none repeat scroll 0 50% #9FCBFF;
    color: #669933;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
    margin: 30px 0 20px;
    padding: 0;
    text-align: justify;
}

#wrapper {
    margin: 30px auto 0;
    position: relative;
    width: 800px;
}

#toppart {
    background: none repeat scroll 0 50% #FFFFFF;
    padding: 0 10px 10px;
    position: relative;
    width: 800px;
}

#content {
    background: none repeat scroll 0 50% rgb(94, 95, 99);
    margin: 10px auto;
    padding: 10px;
    position: relative;
    width: 800px;
}

h3 {
    display: none;
}

.header h2 {
	float: left;
    color: #669933;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 0.5em;
	line-height: 80px;
    margin: 0;
    position: relative;
}

.header ul {
    height: 100px;
    list-style: none outside none;
    padding: 0;
}

.header li {
    display: block;
    float: left;
    line-height: 110px;
    text-decoration: none;
}

.back {
    float: right;
    position: relative;
    text-align: right;
}

.back a img {
    border: 0 none;
}

.back a:hover h3 {
    color: #5E5F63;
    display: inherit;
    float: right;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.5em;
    margin: 0;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
}

.back {
    display: block;
    float: left;
    line-height: inherit;
    padding-top: 35px;
    text-decoration: none;
    width: 350px;
}

.thumbs {
    background: none repeat scroll 0 50% #5E5F63;
    clear: left;
    height: 70px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: top;
    width: 800px;
}

.thumbs {
    position: relative;
}

.thumbs table {
    margin: 0 auto;
}

.thumbs td {
    height: 84px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 65px;
}

.image {
    background: rgb(94, 95, 99);
    margin-top: 5px;
    text-align: center;
}

.image img {
    height: 550px;
    margin-top: 5px;
}

.selc {
    background: none no-repeat scroll 0 50% #669933;
    clear: left;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 800px;
}

.selc ul {
    list-style: none outside none;
    padding: 0;
}

.selc li {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 199px;
}

.selc a:hover, .selc li:hover a {
    text-decoration: none;
}

.selc a {
    color: #FFFFFF;
    text-decoration: none;
}

#dark {
	background:rgb(94, 95, 99);
	border-bottom: 1px solid rgb(94, 95, 99);
	border-right: 1px solid #fff;
}

