body
{
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	background-color: #370000;
	margin-top: 28px;
}

/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	border: 8px #D7C9A1 solid;
	background-color: #8A693C;
}

#header
{
	width: 744px;
	height: 225px;
	/*background-image: url(../images/header.jpg);*/
}

#nav
{

}

.content_left
{
	width: 195px;
	padding-top: 16px;
	padding-bottom: 24px;
}

.content
{
	width: 314px;
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;
	background-color: #E7CCA6;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 28px;
	padding-bottom: 28px;
	line-height: 19px;
}

.content_right
{
	width: 195px;
	padding-top: 16px;
	padding-bottom: 24px;
}

