body{
	background:#000  no-repeat center 0 fixed;
	color:#57b;
	font:14px arial, tahoma, sans-serif;
	padding:0px;
	margin:0px;
}
img{
	border:none;
}
.menu{
	width:250px;
	height:100px;
	float:right;
	text-align:left;
	font-size:20px;
	overflow:hidden;
}
.menu .clickable{
	padding-left:15px;
	padding-bottom:3px;
}
.home{
	margin-left:150px;
	margin-top:20px;
	width:470px;
	height:60px;
	float:left;
}
.site{
	background: url('../img/site-header.png') no-repeat;
	min-height:300px;
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.site_content{
	margin-left:auto;
	margin-right:auto;
}
.bold{
	font-weight:bold;
}
.title{
	font-size:20px;
}
ul{
	margin-top:0px;
}
a {
	color: #99d6ff;
	text-decoration:none;
}
a:visited {
	color: #99d6ff;
	text-decoration:none;
}
a:hover{
	color: #fff;
	text-decoration:none;
}
.clickable{
	color:#aaa;
	background-image:url('../img/background_dark.png');
}
.clickable:hover{
	color:#fff;
	background-image:url('../img/background_hover.png');
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}