/* Setup ------------------------------------------------------------------------ */
/* Only the page size constraints, borders, margins and padding are specified in px */
/* Everything else is relative (em) */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FAF9F3;
	font: .9em/1.2em Trebuchet Ms, Verdana, Geneva, Arial, Sans-serif;
	color: #666;
	background-image: url('images/bg.gif');
}
/* Hide from IE5-mac. Only IE-win sees this. */
/* Nasty IE-win 3px jog fix */ 
* html p {
	height: 1%;
	margin-left: 0;
}

/* skipLink */
.skipLink {display:none}

/* Bars */
#logoBar {
	background-color: #F4F2E6;
	text-align: right;
	height: 75px;
}
#topSpaceBar {
	background-color: #B65504;
	height: 20px;
	font-size: 1px;
}
#mainContainer {
	background-color: #C2B981;
}
#pageContainer {
	background-color: #ECE8CE;
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}
#innerTop{
	background-color: #DAD3A9;
	text-align: right;
	padding: 15px;
}
#innerContent{
	float: left;
	text-align: left;
	background-color: #F4F2E6;
	width: 200px;
}
#innerContentText{
	padding: 15px;
}
#innerTitle{
	margin-left: 200px;
	background-color: #F4F2E6;
	padding: 5px;
}
#innerPic{
	margin-left: 200px;
	background-color: #ECE8CE;
	padding: 15px;
}
#innerBottom{
	clear: both;
	background-color: #DAD3A9;
	height: 15px;
}
#bottomCallout {
	background-color: #8C681C;
	height: 40px;
	font-size: 1px;
}
#bottomNav {
	background-color: #ECE8CE;
	height: 80px;
}
.bottomNavText {
	width: 754px;
	padding: 15px;
	text-align: left;
	font-size: 0.8em;
}
#bottomCopyright {
	color: #999;
}
#innerPicText {
	text-align: left;
}
.imgCenter {
	text-align: center;
}

/* Headings */
.mainHeading {
	color: #B39D62;
	font: 1.6em Georgia;
}
h3 {
	color: #B39D62;
	font: 1.6em Georgia;
}

/* Links -------------------------------------------------------- */
a {
	color: #61460D;
	text-decoration: underline;
}
a:link {
	color: #61460D;
}
a:visited {
	color: #61460D;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#innerPic a {
   border: 2px solid #61460D; 
}
#innerPic a:hover {
   border: 2px solid #F4F2E6; 
}
.nowt {
	border: 0px;
	background-color: #fff;
}
