@charset "UTF-8";
body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #d9d3a4 url(../_images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #676057;
}
#container {
	position:relative;
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d9d3a4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#quotes {
	width:649px;
	height:129px;
	float:left;
	border-bottom: 1px solid #fff;
}
#logo{
	float:left;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background:#e4dfb8;
	}
#nav {
	height:387px;
	width:152px;
	clear:both;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float:left;
}
#imageArea {
	float:left;
	width:822px;
	height:387px;
	border-bottom: 1px solid #fff;
}
#mainContent {
	width:724px;
	clear:both;
	float:left;
	padding:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #fff;
}
#footer {
	clear:both;
	border-top: 1px solid #fff;
	background:#f8981c;
	height:23px;
	padding-left:5px;
}
#footer #links {
	padding-top:5px;
	}

a {
	color:#676057;
	}

.subMain{
	width:162px;
	height:500px;
	float:right;
	border-left: 1px solid #fff;
	font-size: 9px;
	}
.subMain div {
	clear:both;
	}
.subMain2{
	width:210px;
	float:right;
	}
.subMain2 p {
	font-size: 11px;
	padding-left:11px;
	}
.thumbnail {
	border:#e4dfb8 solid 4px;
	margin:0 3px;
	float:left;
	}
.greyBtn {
	font-size: 9px;
	color:#FFF;
	background:#5b544f;
	border-bottom:#fff 1px solid;
	padding:7px 0 0 11px;
	width:199px;
	height:15px;
	}
.greyBtn a {
	color:#fff;
	text-decoration:none;
	}
.artsyBtn {
	font-size: 9px;
	color:#FFF;
	background: url(/_images/secondary-content-header-bg.jpg);
	border-bottom:#fff 1px solid;
	padding:7px 0 0 11px;
	width:199px;
	height:15px;
	}

