/* CSS Document -- All pages within site */

html, body {
	background-image: url(../../images/bkgdMain.jpg);
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	color: #000;
}

div#wrapper {
	/*margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;*/
}

img {
	display: block;
	border: 0px;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.clearBoth {
	clear: both;
}

div, p, ul, li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	line-height: 150%;
}

h3 {
	width: 400px;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: right;
	float: right;
	font-size: 14px;
	color: #E7CB9C;
	text-transform: uppercase;
}

h3 a {
	color: #E7CB9C;
	text-decoration: none;
}

h3 a:hover {
	color: #E7CB9C;
	text-decoration: underline;
}


/* head */
#head {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* end head */

