/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "comic sans ms", "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 18px;
	color: #505050;
	background: url(../images/bg.jpg) top repeat-x #fff;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, strong {
	color: #745A10;
}

h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}


a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}
img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
}

/* Basic Structure */
#container {
	width: 790px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	background: url(../images/header.jpg);
	overflow: hidden;
	height: 323px;
	padding: 0 20px;
}

#content {
	clear: both;
	float: left;
	width: 670px;
	padding: 15px 60px 0;
	background: url(../images/contentbg.jpg) top center no-repeat;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#footer {
	clear: both;
	float: left;
	width: 750px;
	height:130px;
	font-size: 0.9em;
	color: #999;
	padding: 80px 20px 20px;
	text-align: center;
	background: url(../images/footer.jpg) top no-repeat;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 750px;
	margin-bottom: 0;
		margin-top:50px;
}

/*change nav */
#header h1 a {
	float: left;
	width: 750px;
	height: 225px;
}



#header h1 a span {
	display: none;
}

#header ul {
	float: left;
	list-style: none;
	padding: 0 0 0 50px;
}

#header ul li {
	float: left;
	padding: 0 5px
}

#header ul li a {
	float: left;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #82578D;
}

#header ul li a:hover, #header ul li.active a {
	text-decoration: underline;
	color: #3E88C9;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

