body {
	padding: 0;
	margin: 0 0 80px 0;
	background: #2B2B2B url(../img/background-top.jpg) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
}
h1, h2, h3, p {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 21px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
#header {
	margin: 10px auto 20px;
	width: 976px;
	height: 408px;
	background: url(../img/header.jpg) no-repeat;
}
#header h1, 
#header address {
	color: transparent;
	display: none;
}
#header .spacer {
	height: 359px;
}
#navigation {
	font-size: 14px;
	color: #EDEDED;
	list-style: none;
	padding: 16px 30px 0;
	margin: 0;
}
#navigation li {
	float: left;
	padding-right: 22px;
}
#navigation li.right {
	float: right;
	padding-right: 0;
}
#navigation a,
#navigation a:active,
#navigation a:visited {
	text-decoration: none;
	color: #EDEDED;
}
#navigation a:hover {
	color: #DACC99;
	text-decoration: underline;
}

#content {
	margin: 0 auto 20px;
	width: 960px;
	color: #EDEDED;
}
#content a,
#content a:active,
#content a:visited {
	text-decoration: none;
	color: #EDEDED;
	color: #DACC99;
}
#content a:hover {
	color: #DACC99;
	text-decoration: underline;
}
.ct,
.ct div,
.cb,
.cb div {
	background-image: url(../img/corner.gif);
	background-repeat: no-repeat;
}
.cb {
	background-position: 0px -6px;
}
.ct div,
.cb div {
	margin-left: 6px;
	padding-right: 6px;
	background-position: 100% 0;
}
.cb div {
	background-position: 100% -6px;
}
.ct div div,
.cb div div {
	margin: 0px;
	padding: 0px;
	height: 5px;
	background-color: #373737;
	background-image: none;
	border-top: 1px solid #424242;
}
.cb div div {
	border: 0;
	border-bottom: 1px solid #424242;
}
.cm {
	padding: 0 10px 5px;
	background-color: #373737;
	border-left: 1px solid #424242; 
	border-right: 1px solid #424242;
	color: #DCDCDC;
	line-height: 21px;
}
.cm a {
	color: #DACC99;
}
div.main {
	width: 620px;
	padding: 5px 10px 0 0;
}
div.feature {
	clear: left;
	margin-bottom: 19px;
}
div.photo {
	float: left;
	background-color: #FFF;
	border: 1px solid #1A1A1A;
	padding: 2px;
	margin-right: 23px;
}
div.photo img {
	
}
div.frame {
	background-color: #FFF;
	border: 1px solid #1A1A1A;
	padding: 2px;
}
div.sidebar {
	width: 310px;
	float: right;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
	background-position: -310px 100%;
	padding-bottom: 20px;
}
div.sidebar h2 {
	margin: 0 0 6px;
	padding: 0;
	color: #C4B377;
	font-size: 12px;
}
div.sidebar div {
	background-image: url(../img/sidebar.gif);
	background-repeat: repeat-y;
	background-position: -620px 0;
}
div.sidebar div div {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 6px 0 0 10px;
	color: #BEBEBE;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
}
div.sidebar div div img.photo {
	margin: 15px 0 0 5px;
}
#footer {
	margin: 0 auto 10px;
	width: 950px;
	font-size: 12px;
	color: #A7A7A7;
	padding-left: 10px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
}
#footer div {
	background-image: url(../img/footer.png);
	background-position: 100% -60px;
	padding-right: 10px;
}
#footer div div {
	padding: 0 3px;
	background: none;
	background: #252525;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	height: 58px;
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 13px 0 6px 0;
}
#footer li {
	display: inline;
}
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #93908D;
	text-decoration: none;
}
#footer a:hover {
	color: #DACC99;
	text-decoration: underline;
}
#footer address {
	display: inline;
}
a.outwestmedia {
	float: right;
	margin-top: 13px;
	overflow: hidden;
	padding-top: 26px;
	width: 65px;
	height: 1px;
	background: url(../img/outwestmedia.png) no-repeat;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


