/* CSS Document */

body{
background-color:#323232;
text-align:center;
padding:0;
margin:0;
}

.headerback{
background-color:grey;
height:70px;
text-align:left;
background-image:url('images/headerback.png');
background-repeat:repeat-x;
background-position:bottom;
background-color:#242424;
}

.menu{
width:960px;
margin:0 auto;
}

.menu ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
	}
.menu li {
	display:inline;
	margin-right:2px;
	padding:0;
	}
	
.menu a {
	float:left;
	background:url('images/tableft.png') no-repeat left top;
	margin:0;
	padding-left:15px;
  text-decoration:none;
	color:white;
	font-size:18px;
	font-weight:bold;
	}
.menu a span {
	float:left;
	display:block;
	background:url('images/tabright.png') no-repeat right top;
	padding:7px 15px 0px 2px;
	height:33px;
	color:white;
	margin-right:3px;
	}
	
.menu ul li.active a span{
color:#fd0099;
}	

.site{
width:960px;
margin:0 auto;
text-align:left;
}

.logo{
width:960px;
background-image:url('images/logo.png');
background-repeat:no-repeat;
height:120px;
margin-bottom:20px;
}

.content{
background-color:white;
width:600px;
float:left;
height:100px;
}

.sidebar{
margin-left: 620px;
width:340px;
height:100px;
background-color:white;
}