body
{
	background: url("images/bggradient.jpg");
	background-repeat: repeat-x;
	background-color: #634B3D;
	margin-top: 44px; 
	color: #261D0F;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

a
{
	color: #3366CC;
	text-decoration: none;
}

a:hover
{
	color: #AE6260;
	text-decoration: underline;
}

hr
{
	background-color: #BBAC97;
	border: 0px;
	height: 1px;
	margin: 15px;
}

form
{
	margin: 0px;
	display: inline;
}

#page
{
	width: 722px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	height: 150px;
	overflow: visible;
}

#headerBrand
{
	float: left;
	width: 184px;
}

#headerRight
{
	width: 538px;
	height: 150px;
	float: right;
	background: url("images/headerRight.jpg");
	background-repeat: no-repeat;
}

#headerNav
{
	float: right;
	height: 26px;
	margin-top: 115px;
	margin-right: 4px;
	text-align: right;
}

#contentBg
{
	margin-left: 20px;
	margin-right: 2px;
	overflow: hidden;
	background-color: #4F3D31;
	padding: 8px;
}

#contentTopBorder
{
	overflow: hidden;
	width: 684px;
	height: 11px;
	background: url("images/contentTopBorder.jpg");
	background-repeat: no-repeat;
}

#contentBottomBorder
{
	width: 684px;
	height: 12px;
	background: url("images/contentBottomBorder.jpg");
	background-repeat: no-repeat;
}

#content
{
	background-color: #FFFFFF;
	background: url("images/contentBackground.jpg");
	background-repeat: repeat-y;
	text-align: left;
	padding: 8px;
	width: 668px;
}

.pageTitle
{
	font-size: 15px;
	font-weight: bold;
}

.post
{
	margin-left: 12px;
	margin-right: 12px;
}

.postTitle
{
	font-size: 13px;
	font-weight: bold;
}

.postHeader
{
	width: 640px;
	height: 17px;
}

.postDate
{
	color: #4F3D31;
	margin-top: 3px;
	margin-bottom: 5px;
}

.postBody
{
	margin-left: 5px;
	width: 640px;
}

.postFooter
{
	margin-left: 5px;
	color: #4F3D31;
	width: 640px;
	height: 18px;
}

.archiveTitle
{
	font-size: 12px;
	font-weight: bold;
	margin-right: 100px;
}

.archiveDate
{
	float: right;
	color: #4F3D31;
}

.moreArchive
{
	float: right;
	margin-right: 15px;
}

.previousEntries
{
	margin-right: 100px;
}

.nextEntries
{
	float: right;
}

.linkTitle
{
	font-size: 15px;
	font-weight: bold;
	margin-right: 100px;
	float: left;
}

.linkName
{
	font-size: 13px;
	font-weight: bold;
	margin-right: 100px;
	float: left;
}

.linkDescription
{
	margin-left: 5px;
}

.archiveLeftColumn
{
	float: left;
	width: 310px;
	height: 130px;
}

.archiveRightColumn
{
	float: right;
	width: 310px;
	border-left: #BBAC97 1px solid;
	padding-left: 10px;
}

.archiveDivider
{
	clear: both;
	border-bottom: #BBAC97 1px solid;
	width: 640px;
}

#footer
{
	font-size: 9px;
	color: #CC8F8A;
	margin-top: 4px;
}

a.footerLink
{
	color: #CC8F8A;
}

a.footerLink:hover
{
	color: #FFFFFF;
}


