body
{
	background-color: white;
}

#container
{
	background-color: gray;
	width: 737px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#logo
{
	background-color: #;
}

#footer
{
	float: right;
	height: 19px;
	width: 100%;
	background-color: #a6a6a6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .65em;
	text-align: right;
	padding: 6px 6px 0 0;
	color: #555;
}

a
{
	text-decoration: none;
	color: black;
}

#home_photo_container
{
	height: 324px;
	background-color: #aaa;
}

#home_photo1
{
	height: 100%;
	width: 100%;
	background-color: #eee;
	float: left;
}

#photo2
{
	display: none;
	height: 261px;
	width: 367px;
	background-color: #eee;
	float: right;
}

#nav_container
{
	height: 58px;
	background-color: #DBDBDB;
	float: left;
	width: 184px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#home_about
{
	height: 100%;
	width: 25%;
	float: left;
	background-color: #1e3b62;
}

#home_writings
{
	height: 100%;
	width: 25%;
	float: left;
	background-color: #28313C;
}

#home_photos
{
	height: 100%;
	width: 25%;
	float: left;
	background-color: #3a3f4c;
}

#home_contact
{
	height: 100%;
	width: 25%;
	float: left;
	background-color: #272f4b;
}

#body_container
{
	background-color: #ECECEC;
	width: 100%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#body
{
	#width: 100%;
	margin-left: 184px;
	background-color: #ECECEC;
	padding: 38px 16px 38px 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#body h1
{
	margin: 0 0 0 0;
	font-size: 30px;
}

#body h2
{
	margin-top: 3px;
	font-weight: normal;
	font-size: 12px;
}

#body h3
{
	margin: 0 0 0 0;
	font-size: 24px;
	font-weight: bold;
}

.listing_head
{
	margin: 11px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

.listing_byline
{
	margin: 0px 0 0 0;
	font-size: 11px;
	font-weight: normal;
}

p
{
	font-size: 13px;
	line-height: 14px;
	text-align: justify;
	margin: 13px 0 13px 0;
}

img
{
	border: 0px;
}

img.right
{
	padding-left:8px;
	float:right;
}


img.left
{
	padding-right:8px;
	float:left;
}
