
body{
background:#000000;
font-family:arial;
font-size:14px;
color:#ffffff;
margin:0;
}

.wrapper1 {
background:#000000 url(images/body-bg-1.jpg) no-repeat center top;
padding-top:390px;
#padding-top:420px;
}


.wrapper2 {
background:#000000 url(images/body-bg-2.jpg) no-repeat center top;
padding-top:390px;
#padding-top:420px;
}


.wrapper3 {
background:#000000 url(images/body-bg-3.jpg) no-repeat center top;
padding-top:390px;
#padding-top:420px;
}

.main {
width:933px;
margin:0 auto;
}

.mainbody {
margin-top:40px;
}

td.mainright {
padding:200px 0 0 20px;
text-align:right;
}

td.mainleft {
width:520px;
}


h1 {
color:#ffffff;
font-size:22px;
margin:0;
}

h2{
color:orange;
font-size:16px;
margin:0;
}

p {
font-size:15px;
color:#ffffff;
line-height:20px;
}

.bigwhite {
color:#807E7E;
font-size:20px;
font-weight:bold;
border-bottom:2px solid #161616;
width:270px;
}

.quote {
font-size:13px;
color:orange;
font-style:italic;
}

a.links {
color:#2D7BC3;
}

a.links:hover {
color:#ffffff;
}


a.links-active {
color:#ffffff;
}


.handcursor {
cursor:pointer;
cursor:hand;
}

td.border {
height:40px;
}

img.pic {
border:1px solid #ffffff;
padding:2px;
margin-top:3px;
}

.footer {
border-top:1px solid #333333;
margin:15px 0 15px 0;
}

.copyright {
font-size:12px;
color:#333333;
}

.credits {
font-size:12px;
color:#333333;
}

a.credits {
font-size:12px;
color:#333333;
text-decoration:none;
}

a.bottommenu{
font-size:12px;
color:#333333;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -600px;
left: 70px; /*position where enlarged image should offset horizontally */

}

