body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#divWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	width: 900px;
	margin-right: 50px;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	height: 48px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .84em;
	line-height: 1.6em;
	color: #333;
}
#content {
	width: 900px;
	background-image: url(../images/grunge.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	background-position: center 0px;
}
#main {
	float: left;
	width: 575px;
}
#side {
	float: right;
	width: 275px;
	padding-top: 20px;
}
.section {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom: 25px;
	background-color: #F2F2F2;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
.section p {
	padding-right: 25px;
	padding-left: 25px;
}
#content a {
	color: #3B5F7A;
	font-weight: bold;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	line-height: 1.5em;
	font-weight: normal;
	color: #5B95BF;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #426C8B;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top: 25px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #426C8B;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	background-color: #FFF;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(../images/diamond.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
h1 {
	color: #3B5F7A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
}
#main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #333;
	line-height: 1.5em;
	list-style-image: url(../images/diamond2.gif);
}
.floatleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
#main li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
}
blockquote {
	float: left;
	display: block;
	width: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
	font-size: 13px;
	color: #036;
}
blockquote p {
	color: #426C8B;
}

