/* Structure CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	background: url(../images/bg.gif) #cecca2 top center repeat-y;
}

.clear {
		clear: left;
}
	
	
/* ------------------- Page ------------------- */
	
	#Page {
		width: 940px;
		margin: 0 auto;
		padding: 0;
		background-color: #ffffff;
	}


/* ------------------- Top Banner ------------------- */

	#Heading {		
	}
	
	#HeadingRight {
	float: right;
	padding: 40px 0 0 0;
	font-size: 21px;
	color: #91233B;
	font-family: "Times New Roman", Times, serif;
	}
	
	#HeadingLeft {
	}


/* ------------------- Content Area ------------------- */

	
	#Content {
		clear: left;
		margin-top: 30px;
	}
	
	#Left {
		width: 270px;
		margin: 3px 25px 0 0;
		float: left;
	}
	
	#Right {
		width: 600px;
		float: left;
		padding-right: 39px
	}
	


/* ------------------- Home Specific Content Sections ------------------- */

	#IndexLeft {
		width: 625px;
		margin: 0;
		float: left;
		padding: 0 0 0 35px;
	}
	
	#IndexRight {
		width: 279px;
		float: left;
		text-align: right;
	}

/* ------------------- Footer Area ------------------- */


	#Footer {
		background: url(../images/bg-footer.gif) top center no-repeat;
		height: 90px;
		padding: 0 0 0 0;
	}
	
	#FooterLeft {
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		color: #91233B;
		padding: 23px 0 0 15px;
	}
	
	#FooterRight {
		float: right;
		text-align: right;
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
		color: #ffffff;
		padding: 20px 15px 0 0;
	}

