* { margin: 0; padding: 0; }

body {
background: ##5b5b5b;
}

#nav {
	width: 900px;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 90px;
}
#nav li {
list-style-type: none;
float: left;
margin-right: 1px;
margin-left: 0px;
}
#nav a {
	font-size: 14px;
	text-decoration: none;
	float: left;
	font-weight: bold;
	letter-spacing: 0;
	color: #2B2B2B;
	display: block;
	width: 70px;
	text-align: center;
	padding: 3px 1px;
	background-color: #515151;
	margin-left: 0px;

}
#nav a:hover {
	color: #000000;
	background-color: #999999;
	}


#preview { float: left; margin-top: 12px; margin-left: 220px;}
ul { margin: 0px; }
li a { color: #000000; text-decoration: none; }
li a:hover { color: #FF0000; text-decoration: underline; }
a.thumb img { filter:alpha(opacity=50);	-moz-opacity: 0.50;	opacity: 0.50; border: solid 2px #FFFFFF; }
a.thumb:hover img {	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;	border: solid 2px #FF0000; }
