/*Layout*/
#page{
	width:950px;
	margin: 0 auto 0 auto;
	padding: 0 0 0px 0;
}



#content {
	margin: 15px 0 0 0 ;
	width:550px;
	float:left;
	/*Uncomment the line below for content on right*/
	/*float:right;*/
}



#menu {
	width:196px;
	border-left: 1px solid #999;
	float:right;
	/*Uncomment the line below for menu on left*/
	/*margin:0 600px 0 0;*/
}

#menu2 {
	width:196px;
	border-right: 1px solid #999;
	float:left;
	position: relative;
	background-color: #CCCCCC;
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}