/* set the page background color and margins. */
body {
	margin: 0px;
	background: #ffffff;
	text-align: center;
	background: url('images/bg-page.jpg') fixed top center;
	margin-top: 60px;
}

/* set the page font formatting. */
body, p, div, td {
	font-family: 'Gotham Book', 'Lucida Sans', verdana;
	font-size: 9pt;
	color: #dadada;
}

a {
	text-decoration: none;
	color: #dadada;
}

a:hover, a:visited:hover {
	color: #ffffff;
}

#outer {
	width: 925px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

	#header {
		text-indent: -100em;
		border-top: 2px solid #dadada;
		border-bottom: 2px solid #dadada;
		height: 117px;
		background: url('images/img_masthead.gif') no-repeat;
		margin-bottom: 25px;
	}

	#content {
		width: 710px;
		float: left;
		margin: 0px 25px 0px 0px;
	}

		#content .post h2, #content .post h3 {
			font-family: Arial, Verdana, sans-serif;
		}

		#content .post h2 {
			margin: 0px 0px 2px 0px;
			font-size: 22px;
		}

			#content .post h2 a {
				color: #dadada;
				font-weight: normal;
				text-decoration: none;
				text-transform: uppercase;
			}

		#content .post h3 {
			color: #ffffff;
			margin: 0px;
			font-size: 12px;
			text-transform: uppercase;
		}

		#content .post p {
			line-height: 1.5em;
		}

			#content .post p.footer {
				padding-bottom: 25px;
				border-bottom: 2px solid #dadada;
				color: #dadada;
			}

	#sidebar {
		width: 190px;
		float: right;
		margin: 35px 0px 0px 0px;
	}

		#sidebar h4 {
			color: #dadada;
			font-size: 14px;
			padding-bottom: 10px;
			border-bottom: 2px solid #dadada;
		}
		#sidebar h4:before { content: "• "; }

		#sidebar ul {
			margin: 0px;
			padding: 0px;
		}

			#sidebar ul li {
				margin: 0px;
				padding: 0px;
				list-style: none;
				line-height: 1.5em;
			}


	#footer {
		font-size: 10px;
		margin-bottom: 20px;
	}