html {
background-color:#000;
}

body {
background-color:#000;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#7b7a82;
text-shadow: #000 0 0 0;
}

a {
color:#c6c4d6;
text-decoration:none;
outline:0;
}

#centerwrap {
width:940px;
height:616px;
margin:8px auto 0 auto;
}

#leftcol {
float:left;
width:234px;
height:615px;
background-image:url(images/leftcol_bgr.jpg);
background-repeat:no-repeat;
}

#homeclick {
display:block;
width:70px;
height:70px;
margin:10px 0 0 30px;
border-style:none;
}

#home {
background:url(images/home_bgr.jpg) no-repeat bottom right;
color:#51505a;
font-size:.95em;
width:700px;
height:495px;
}

#home h1 {
color:#7b7a82;
margin:1em 0 0 0;
padding:0;
}

#content {
float:left;
width:702px;
height:560px;
background-image:url(images/right_bgr.jpg);
background-repeat:no-repeat;
}

#gallery {
padding:52px 0 0 2px;
}

#menu {
list-style:none;
padding:0;
margin:150px 0 0 0;
float:right;
font-size:1.1em;
text-align:right;
min-width:130px;
}

#menu li {
padding:.4em 1.8em .4em 0;
border-bottom:1px solid #c6c4d6;
background:url(images/selected_bgr.jpg) no-repeat;
}

#menu li.last {
zborder-bottom:none;
}

#menu li a{
color:#51505a;
}

#copyright {
float:right;
margin:2.5em 1.8em 0 0;
text-align:right;
font-size:.5em;
}

#copyright a {
font-size:1.2em;
font-weight:bold;
}