body {
background-color: #000;
color: #fff;
font-family: 'arial', sans serif;
font-size: 14px;
margin: auto;
}

a {
text-decoration: none;
}

a:link {
color: #ff0000;	
}

a:hover {
color: #ff0;	
}

a:visited {
color:#FF3333;
}

a img {
border: none;	
}

#container {
width: 800px;
margin: auto;
}

#banner {
width: 800px;
height: 200px;
margin: auto;
background-color: #000;
text-align: center;
border-bottom: 1px solid #fff;
}

#content {
width: 600px;
float: left;
background-color: #000;
}

#frame {
padding: 0px;
margin: 0px;
height: 715px;
width: 600px;
border: none;	
}

#nav
{
width: 800px;
position: Fixed;
top: 0;
z-index: 1;
}

#rightcol {
width: 200px;
height: 700px;
float: right;
text-align: center;
background-color: #000;
}

#footer {
width: 800px;
clear: both;
margin: auto;
text-align: center;
background-color: #000;
border-top: 1px solid #fff;
padding: 5px 0px 5px 0px;
font-size: 10px;
}

#feed {
margin-top: 35px;
font: #fff;	
}

#slideshow {
text-align:center;
margin: auto;
}

.centereddiv {
text-align: center;
margin: auto;
}

.wallpaper {
margin-left: 15px;
margin-right: 15px;
}

#left {
text-align: left;	
}

.grey {
color:#333;	
}