@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
}

body {
	margin: 0px auto;
	background: #666 url(images/top-stripe2.jpg) repeat-x;	
}
#wrapper{
	margin: 0px auto;
	width: 950px;
}
#header{
	width: 950px;
	height: 157px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	margin-left: 60px;
	margin-top: 5px;
	color: #FFF;
	font: italic bold 12px Verdana, Geneva, sans-serif;
	text-align: center;
}
#main {
	background: #666;
	   }
#main-content {
	width: 950px;
	background: #666 url(images/border.gif) repeat-y right top;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	}
#right {
	float: left;
	height: auto;
	width: 299px;
	color: #333;
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
	padding-top: 30px;
}
#left {
	float: left;
	height: auto;
	width: 629px;
	padding: 10px;
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff;
}
#retail {
	float: left;
	width: 300px;
	padding-right: 10px;
}
#office {
	float: left;
	width: 300px;
	padding-left: 10px;
}
#left .caps {
	font-weight: bold;
}
.phone {
	font: bold 20px/25px Verdana, Geneva, sans-serif;
	color: #FFF;
}
/*#nav {
	width: 950px;
	height: 29px;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}
#nav ul {
	list-style: none;
	padding-top: 7px;
}
#nav ul li {
	display: inline;
	padding-left: 55px;
}
#nav ul li a:link {
	color: #FFF;
}
#nav ul li a:visited {
	color: #FFF;
}
#nav ul li a:hover {
	color: #333;
}*/
.clear{
	clear: both;
}
#footer{
	margin: 0px auto;
	text-align: center;
	height: 185px;
	background: url(images/bottom-stripe2.jpg) repeat-x;
	padding-top: 8px;
	color: #FFF;
	font: 10px Verdana, Geneva, sans-serif;
}
p {
	line-height: 16px;
	margin-top: 10px;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
#right img {
	border: 1px solid #900;
}
.lrg-wht {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.sml-grey {
	font-size: 9px;
	line-height: 10px;
	color: #333;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.photo-credit {
	font-size: 8px;
}
