/* Tres Boutons Fall Winter 2010 */

* { margin: 0; padding: 0; }

#content {
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	width: 700px;

}
body {
	background-color: #666666;
}
img {
	border: 6px solid #FFFFFF;
}
#other_content {
	margin-left: auto;
	margin-right:auto;
	padding-top: 30px;
	width: 850px;
} 
#credits {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	font-family: "Arial Narrow", "HelveticaNeue Condensed";
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	padding: 20px;
	border-top: 6px solid #FFFFFF;
}
.address {
	font-family: "Arial Narrow", "HelveticaNeue Condensed";
	font-size: 1em;
	color: #FFFFFF;
}
.phones {
	font-family: "Arial Narrow", "HelveticaNeue Condensed";
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 20px;
	padding-bottom: 20px;
	font-weight: lighter;
	text-align: right;
	padding-right: 10px;
}
#credits a {
	color: #FFFFFF;
	text-decoration: underline;
}
#credits a:hover {
	color: #FFFFFF;
}
#other_content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#other_content a:hover {
	color: #FFFFFF;
}