body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #a3a65f;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
	text-align: left;
}

#footer {
	padding: 0 10px;
  clear: both;
}

#footer p {
	padding: 10px 0;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
}


/****************************
	    mainNav
*****************************/	
#mainNav {
	margin-left: auto;
	margin-right: auto;
	margin-top: -35px;
	width: 100%;
	background-color: #6e2d19;
}	

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-bottom-style: none;
	color: #FFFFFF;
}	

#mainNav li {
	float: left;
	width: auto;
	margin-left: 5em;

}	

#mainNav a {
	width: auto;
	color: #FFFFFF;
	font-size: 0.9em;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	display: block;
/*	margin-right: 5px; */
  padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: none;

}

#mainNav a.wide {
	width: 12em;
}

#mainNav a:hover {
	background-color: #391903;
}

body#index a#indexLink,
body#portfolio a#portfolioLink,
body#about a#aboutLink,
body#contact a#contactLink,
body#links a#linksLink {
	font-weight: bold;
	background-color: #570a0a;
}	

body#quiz a#quizLink:hover {
	background-color: #FFCC00;
}
/*IE fixes*/


* html #mainNav a {
	height: 1px;
}
	







/****************************
	    mainContent
*****************************/	

#mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 50px;
}


#mainContent p, h1, h2, h3, h4 {
	font-weight: normal;
}

#mainContent h3 {
	border-bottom: 1px solid #828449;
	padding-bottom: 4px;
}	

#mainContent p a {
	color: #555731;
	text-decoration:underline;
}	

#mainContent p img {
	float: left;
	margin-right: 1em;
}

div.small a {
	color: #999999;	
}

div.small a.current{
	color: #666666;	
}






.center {
	background-position: center;
	text-align: center;
}
p {
	text-align: left;
}
a {
	color: #333333;
	text-decoration: none;
}

/*-----image gallery--------------*/
div.img
  {
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 1.3em;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
	text-align:left;
	font-weight:normal;
	width:auto;
	margin:2px;
	font-size: 0.8em;
  }
/*-----------------------end image gallery-------------------*/
div.clearer {
	clear: both;
}
.current {
	font-weight: bold;
	color: #000000;
}
.small {
	font-size: 0.80em;
}

/*---------------------------table home page---------------------*/
table {
width: 90%;
border-collapse: collapse;
}

th, td {
  border: 0;
  padding: 3px;
  vertical-align: top;
}
     

#maincontent td.leftrec a:link {
  border-left: 4px solid #a3a65f;
}

#maincontent td.leftrec a:hover {
  border-left: 4px solid #6e2d19;
}
