body {
	background-color: #FFF;
	color: #000;
	font-family: "Courier New", "American Typewriter",  monospace;
}

.left 	{ float: left; }
.right 	{ float: right; }
.clear 	{ clear: both; }
.center { text-align: center; }

#content{
	width: 900px;
	margin: 80px 0 0 20px;
}
#main_logo {
	width:611px;
	height:577px;
	margin:0 auto;
}
#nav {
	width: 1024px;
}
#nav .buttons {
	margin-top:42px;
}
.buttons {
	float: left;
}
.dot{
	background-image: url(../images/menu/dot.jpg);
	height: 13px;
	width: 26px;
	float: left;
	background-repeat: no-repeat;
}
#nav .dot {
	margin-top:42px;
}
#center_box {
	width:638px;
	height:13px;
	margin: 0 auto;
}
#line{
	width:1175px;
	height:5px;
	clear:left;
	background-color: #000;
	margin-top: 80px;
	position: absolute;
	margin-left: 25px;
	margin-right: -25px;
}
#logo {
	margin-right:40px;
	width: 328px;
	height: 75px;
	float:left;
	text-decoration: none;
	background-repeat: no-repeat;
	margin-left: 25px;
}
.collection {
	margin-top:50px;
	width: 1225px;
}

#content .contact {
	width: 716px;
	margin: 0 auto;
}

#content .locations {
	width: 734px;
	margin: 0 auto;
}
#content .locations h2 {
	font-size: 1.5em;
}

.location {
	width: 367px;
	height: 127px;
	float: left;
}
.location a {
	font-weight: bold;
}
.location a:hover {
	color: #AAA;
}

#brinklink {
	margin-top: 70px;
	text-align: center;
}
#brinklink a {
	font-size: 0.8em;
	color: #AAA;	
}
#brinklink a:hover {
	color: #666;
}

