body
{
	background-image: url('../images/gradient.jpg');
	background-repeat: repeat-x;
	background-color: #5B054C;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 749px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
}

#header
{
	width: 749px;
	height: 159px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

.content_left
{
	width: 199px;
	background-color: #934532;
	background-image: url('../images/nav_bg.gif');
	background-position: top right;
	background-repeat: no-repeat;	
}

.content_right
{
	width: 426px;
	background-color: #D6C9AF;
	text-align: justify;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 30px;
	line-height: 22px;
}

.left_image
{
	width: 199px;
	height: 276px;
	background-color: #934532;
	background-image: url('../images/left_image.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.bottom1
{
	background-color: #934532;
	width: 540px;
	height: 29px;
	text-align: right;
	color: #CDCDCB;
	padding-top: 2px;
	padding-right: 10px;
}

.bottom2
{
	background-color: #934532;
	width: 199px;
	height: 29px;
}


