body {
background-color:#000000;
font-family: georgia,sans-serif;
font-size:0.8em;
color:#999;
margin:0;
padding:0;
}
 
#wrapper {
width:800px;
background-color:#000000;
margin:0 auto;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
}

#header {
color:#ffffff;
width:100%;
height:50px;
font-size:1.5em;
margin:0 auto;
margin-bottom:0px;
border-bottom:0px solid #ccc;
border-top:0px solid #ccc;
}

#header h2 {
padding:10px;
}

#header h3 {
padding:10px;
}

#nav {
text-align:right;
width:750px;
height:25px;
border-bottom:1px solid #ccc;
}

#nav a {
display:inline;
padding-left:10px;
text-decoration:none;
background-color:#000000;
}

#nav a:hover {
background-color:#000000;
height:25px;
}

#content {
width:750px;
float:left;
padding:5px;
}

#sidebar {
width:200px;
float:left;
margin-bottom:0px;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#footer {
text-align:left;
clear:both;
width:750px;
border-top:0px solid #ccc;
}

#footer p {
padding:10px;
}

img.thumb {
	opacity:0.5;               /*Firefox & Chrome*/
	filter:alpha(opacity=50);   /* IE */

}

img.thumb:hover {
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}

a {
	text-decoration:none;
	color:#ffffff;
}