body {
	color: white;
	background:black;
	background-attachment: fixed;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}
#wrapper {

    	margin: 60px auto;
   	width: 952px;
}
.column {

	background: black;
	float:left;
	margin:15px;
	padding: 10px;
	background-color: rgb(0, 0, 0);
	border: 10px solid rgb(100, 100, 100); 
	border: 10px solid rgba(0, 0, 0, 0.3); 
	-moz-background-clip: padding; 
	-webkit-background-clip: padding; 
	background-clip: padding-box; 
	-moz-box-shadow: 0px 0px 15px #EDEEEE;
	-webkit-box-shadow: 0px 0px 15px #EDEEEE;
	box-shadow: 0px 0px 15px #EDEEEE;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	min-height:60px;
}

#header {
	width: 820px;
}
#mainBox {

	width: 500px;
}
#leftBox {

	width: 250px;
}
#topbar {

	position:fixed;
	background:gray;
	width:100%;
	height:30px;
	top:0px;
	left:0px;
}

.menu a {
	background:url(/icons/page.png) no-repeat;
	padding-left: 20px;
}

.menu a.current {
	background:url(/icons/page_red.png) no-repeat;
	padding-left: 20px;
}