body
{
	background-color: #ffffff;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #393939;
}

#vbg
{
	min-width: 957px;
	max-width: 1129px;
	background-image: url("images/vbg.gif");
	background-repeat: repeat-y;
	background-position: top center;
	margin-right: auto;
	margin-left: auto;
}

#page
{
	min-width: 957px;
	max-width: 1129px;
	background-image: url("images/pagebg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: auto;
	margin-left: auto;
}

#content
{
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #767A6D;
	border-right: 1px solid #767A6D;
	border-bottom: 1px solid #767A6D;
	background-color: #ffffff;
}

#header
{
	width: 943px;
	height: 136px;
	background-image: url("images/headerbg.gif");
	background-repeat: repeat-x;
}

#logo
{
	margin-top: 33px;
	margin-left: 25px;
	border: 0px;
}

#headerimages
{
	width: 470px;
	float: left;
}

#primarynav
{
	float: right;
	width: 400px;
	margin-top: 107px;
}

a.primarynav
{
	color: #ffffff;
	text-decoration: none;
}

a.primarynav:hover
{
	color: #E1B6AE;
}

#maincontent
{
	width: 943px;
	background-image: url("images/maincontentbg.gif");
	background-repeat: repeat-y;
}

#body
{
	width: 699px;
	float: left;
}

#sidebar
{
	width: 213px;
	float: right;
	padding: 15px;
	height: 100%;
}

ul#udm
{
	white-space: nowrap;
}

#footer
{
	background-image: url("images/footerbg.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 943px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #595959;
	text-align: center;
}

.clear
{
	clear: both;
}

h1
{
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2
{
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2.search
{
	margin-bottom: 0px;
}

a
{
	color: #B65543;
	text-decoration: none;
}

a:hover
{
	color: #6F7060;
}

.post
{
	border-bottom: 1px solid #CFCFC8;
	padding: 15px;
}

.inlineadd
{
	border-bottom: 1px solid #CFCFC8;
	padding: 15px;
}

.postdate
{
	color: #848470;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
}

.postfooter
{
	color: #848470;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 11px;
	clear: both;
}

.comments
{
	padding: 15px;
}

.commentdate
{
	color: #848470;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 10px;
}

.pagepost
{
	padding: 15px;
}

#commentForm
{
	display: none;
}

#postnavigation
{
	font-size: 11px;
}

.othercontent
{
	padding: 15px;
}

.archivetitle
{
	padding-left: 15px;
	padding-top: 15px;
}

img.left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}


