
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}
body {
	text-align: center;
	background-color: #F9E7B7;
}
a:link {
    color : #000000 ; text-decoration : none 
}
a:visited {
    color : #000000 ; text-decoration : none 
}
a:hover {
    color : #000000 ; text-decoration : none
}

#menu {
	float: left:
	width: 150px;
	background-color: #FFFFFF
}

#content {
	float: left;
	width: 590px;
	background-color: #F9E7B7;
}

#sidebar {
	float: right;
	width: 200px;
	background-color: #F9E7B7;
}



#footer {
	border-top: 1px solid #000000;
	clear: both;
	margin-left: 1px;
	padding-top: 10px;
}