body {
	text-align: center;
	background: url(bggradient.jpg) repeat-x;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 12px;
}

p {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #fff;
}

h1 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #fff;
}

ul li {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #fff;
}

#wrapper {
	text-align: left;
	border: 0px solid blue;
	width: 950px;
	margin: 50px auto;
	overflow: hidden;
}

#header {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
}

#headerText {
	float: left;
	text-align: center;
	color: #ffffff;
	width: 680px;
}

.headerImg {
	float: left;
	height: 100px;
	width: 135px;
}

#divider {
	width: 100%;
	overflow: hidden;
	border: 0px solid red;
	height: 8px;
	background: url(471.gif) repeat-x;
	clear: both;
	margin-bottom: 25px;
}

#divider2 {
	width: 100%;
	overflow: hidden;
	border: 0px solid red;
	height: 8px;
	background: url(471.gif) repeat-x;
	clear: both;
	margin-top: 25px;
}

#bodyWrapper {
	width: 100%;
	overflow: hidden;
	border: 0px solid black;
}

#nav {
	width: 185px;
	float: left;
	border: 0px solid red;
	padding: 5px;
	overflow: hidden;
}

#content {
	width: 600px;
	float: left;
	overflow: hidden;
	border: 0px solid red;
}

#footer {
	clear: both;
	width: 100%;
	height: 135px;
	padding-left: 35px;
}

div #footer img {
	float: left;
	border: none;
	margin-right: 15px;
}

/* LINKS */

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	font-size: 18px;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
