@charset "utf-8";
* {
	margin:0; padding:0;
}
body {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	background: url(images/bkg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 12px;
	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: #2c3c04;
}
a {
	color:#600;
	font-style: italic;
	font-size: 12px;
}
a:hover{color:#6F4837; text-decoration:none;}

.wrapper #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 12px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FEFCFD;
	border:2px solid #705635;
}
.wrapper #headercnt {
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-left: 10px;
}
html>body .wrapper #headercnt img {
	margin: 0;
	padding: 0;
}

/* ============================= navigation ====================== */
.wrapper #nav {
	margin: 0;
	height: 54px;
	padding: 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* ============================= mainContent ====================== */
.wrapper #mainContent {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 600px;
}

.wrapper #mainContent a {
	color:#600;
	font-style: italic;
	font-size: 12px;
}
.wrapper #mainContent a:hover{color:#6F4837; text-decoration:none;}

table {
	padding: 12px;
}
img {
	border:0;
}

#pic {
	background-color: #FEFCFD;
	position: relative;
	width: 88px;
	height: 102px;
}

.top {
	margin: 0;
	position: relative;
	border: 2px solid #705635;
}

.wrapper #gallery {
	margin: 0;
	padding: 0;
}

/* ============================= footer ====================== */
.wrapper #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #705635;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #600;
	text-align: center;
	font-size: 14px;
}
.wrapper #footer .text {
	font-size: 12px;
	font-style: italic;
}
.wrapper #footer a {color:#600;}
.wrapper #footer a:hover{color:#6F4837; text-decoration:none;}

.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #2c3c04;
}
.style2 {
	color: #6F4837;
	font-weight: bold;
}
.style3 {
	color: #6F4837;
	font-size: 12px;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #990000;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
p {
	padding-bottom: 6px;
	}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
	}
h2 {
	color: #6F4837;
	font-weight: bold;
	font-size: 18px;
	}
h3 {
	color: #2c3c04;
	font-weight: bold;
	font-size: 14px;
	}
ul {
	padding-left: 48px;
	padding-bottom: 6px;
	list-style-image: url(images/awrro-1.gif);
	}
ul li {
	padding-left: 0;
	}
li ul li {
	padding-left: 0;
	padding-top: 0;
	list-style-image: url(images/bullet1.gif);
	}
