@import url(reset.css);
@import url(fonts.css);

body {
	background: #dfb968 url(../img/bgTexture.jpg) repeat 0 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	}
a 	{
	color: #600;
	text-decoration: none;
	}
a:hover 	{
	color: #000;
	text-decoration: underline;
	}
p	{
	padding: 0 0 15px 0;
	}
h1	{ 
	color: #600;
	font-weight: bold;
	padding: 0 0 15px 0;
	}

/* Main Navigation */
#navcontainer ul  {
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
	background: #600 url(../img/bgNav.gif) repeat-x 0 0;
	color: #FFF;
	width: 100%;
	text-align: center;
	}
#navcontainer ul li { 
	display: inline; 
	}
#navcontainer ul li a  {
	overflow: hidden;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 32px;
	text-transform: uppercase;
	letter-spacing: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	}
#navcontainer ul li a:hover {
	background-color: #600;
	color: #fff;
	border: none;
	}
#navcontainer ul li a.navActive, #navcontainer ul li a:hover.navActive {
	background: #600 url(../img/bgNavActive.gif) repeat-x 0 0;
	}
.nvHome	{
	margin-left: 45px;
	}
	
/*Content Section */
#wrap {
	width: 778px;
	margin: 25px auto;
	}
#colImg	{
	float: left;
	width: 435px;
	}
#colContent {
	float: right;
	width: 300px;
	text-align: center;	
	}
#footer	{
	padding: 40px 0 0 0;
	text-align: center;
	clear: both;
	}
#footer p {
	padding: 0;
	}
.txtFormatHome	{
	font-size: 136%;
	padding: 0;
	color:#4f2c03;
	}
.txtFormatHome h2 {
	color: #600;
	margin: 0 0 5px 0;
}
.txtFormat001 {
	font-size: 136%;
	padding: 0;
	}
.txtFormat001 ul{
	padding: 0 0 25px 0;
	}
.txtFormat002 {
	font-size: 136%;
	padding: 0;
	text-align: left;
	}
.txtFormat003 {
	font-size: 136%;
	padding: 0;
	text-align: center;
	}
/* Form Styles */
.input01 {
		font-size: 65%;
		width: 250px;
		}
.input02 {
		font-size: 65%;
		width: 150px;
		}
.input03 {
		font-size: 65%;
		font-weight: bold;
		padding: 2px
		}

#thisform label {
		font-family: Verdana, sans-serif;
		font-size: 65%;
		font-weight: bold;
		color: #000;
		}

/*Image Gallery*/
}
#imagegallery {
  list-style: none;
}

#imagegallery li {
  float: left;
  padding: 10px;
  display: inline;
}

#imagegallery li a img {
  border: 0;
}

/* Misc Class and Id Styles */
.imgPadBottom {
	padding: 0 0 20px 0;
	}
.imgBorder {
	border: 1px solid #000;
	margin: 0 0 10px 0;
	}
.credit {
	font-size: 77%;
	font-style: italic;
	}
.itPara	{
	font-size: 77%;
	font-style: italic;
	}
.itPara02	{
	font-size: 77%;
	}
.quotePad {
	padding: 0 0 0 25px;
	}
.cusQuote	{
font-style:italic;
font-size: 92%;
	}