* {
margin: 0; 
padding: 0;
}

body {
background: #000;
font-family: verdana;
color: #C0C0C0;
text-align: center;
}

#page {
width: 800px;
text-align: left;
margin: 0 auto;
}

#article {
width: 450px;
float: right;
}

#content {
width: 450px;
font-size: 12px;
padding-bottom: 10px;
float: right;
}

#content ul {
padding: 10px 0 10px 30px;
}

#content ul a {
font-weight: normal;
color: #C0C0C0;
font-size: 12px;
text-decoration: underline;
}

#content ul a:hover {
color: #FFF;
}

#contentnews {
padding-top: 10px;
}

#features {
width: 400px;
float: right;
padding: 20px 0 0 80px;
font-size: 12px;
}

#features img {
padding-bottom: 15px;
}

#footer {
width: 800px;
margin: auto;
text-align: center;
font-size: 10px;
padding-top: 20px;
clear: left;
clear: right;
}

#footer a {
font-style: italic;
font-weight: normal;
font-size: 10px;
color: #C0C0C0;
}

#homedesc {
width: 450px;
float: right;
}

#homedesc p {
font-size: 12px;
padding-bottom: 10px;
}

#homedesc img {
float: right;
padding: 0 0 10px 10px;
}

#logo {
padding-left: 40px;
}

#menu {
width: 294px; 
height: 297px; 
background: url(images/menu.png) no-repeat;
float: left;
}

#menu li {
padding: 10px 10px 11px 0;
}

#menu ul {
list-style: none; 
text-align: right; 
padding-right: 80px;
}

#scopemenu {
padding: 20px 0 10px 0;
float: right;
}

#scopemenu li {
display: inline;
padding-left: 22px;
}

#scopemenu a {
color: #FFF;
}

#scopemenu img {
padding: 20px 0 0 20px;
}

#thumbnails {
float: right;
text-align: center;
width: 450px;
}

#topmenu {
float: right;
position: relative;
bottom: 40px;
}

#topmenu ul, #scopemenu ul {
list-style: none;
}

#topmenu li {
display: inline;
padding-right: 50px;
}

#topmenu a {
color: #C0C0C0;
font-weight: normal;
}

#topmenu a:hover, #footer a:hover, #scopemenu a:hover {
text-decoration: underline;
}

a {
color: #000;  
font-weight: bold; 
font-size: 14px; 
text-decoration: none;
}

a:hover {
color: #C0C0C0;
}

a.news {
color: #C0C0C0;
}

a.news:hover, a.contact:hover {
color: #FFF;
}

a.readarticle {
font-size: 90%;
color: #C0C0C0;
float: right;
}

a.readarticle:hover {
color: #FFF;
text-decoration: underline;
}

a.photolink {
color: #C0C0C0;
text-decoration: underline;
font-weight: normal
}

a.photolink:hover {
color: #FFF
}

p.date {
font-style: italic;
}

p.pad {
padding: 10px;
}

p.newstitle {
font-weight: bold;
padding-bottom: 10px;
}