.cb{
	clear:both;	
}

/*------------------*/

#siteNoScript{
	margin:auto;
	width:960px;	
}

/*------------------*/

#header{
	border:1px solid #DEDEDE;
	clear:both;	
}
#header #logoTitle{
	line-height:45px;
}
#header #logo{
	background:url('../img/logos/logo.png') no-repeat 0 0;
	float:left;
	height:45px;
	width:88px;
}
#header #logo:hover{
	cursor:pointer;
}
#header h1{
	float:left;
	line-height:45px;
	margin:0 0 0 20px;
}
#header #navigation{

}
#header #navigation .menu{
	float:left;
}
#header #navigation .menu ul{

}

/*--------------------*/

#footer{
	border:1px solid #DEDEDE;
	clear:both;	
}
#footer #sites{
	float:left;	
}
#footer #sites ul{
	margin:0;
}
#footer #sites li{
	list-style-type:none;
	float:left;
	margin:0 10px 0 0;
}
#footer #links{
	float:right;
	line-height:30px;
}

/*--------------------*/

