/* ONLY Header, MainSection & Footer ID Tags in Classes.css */
/* bodyContainer mainContainer Div */
#bodyContainer {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}

#mainContainer {
	margin:0 auto;
	width:780px;
}

#mainContainer div {
	text-align:left;
}
	
/* headerSection Div(s) */
#headerSection {
	text-align:center;
}

	#headerContent1 {
			text-align:left;
			margin:0 auto;
			width:780px;
	}

/* mainSection Div(s) */
#mainSection {
	margin:0;
}
	

#footerSection {
	clear:both;
	position:relative;
	text-align:center;
}
	#footerContent1 {
		text-align:left;
		margin:0 auto;
		width:780px;
	}

	#footerLinksSection {
		background-color:#000;
		color:#FFF;
		font-size:75%;
		padding:10px 0;
		border-top:15px solid #820223;
		line-height:1.2em;
	}

	#footerLinksSection a {
		color:#FFF;
	}

	#footerLinks {
		padding-left:10px;
		width:45%;
	}

	#footerAddress {
		width:53%;
	}

	#address {
		position:relative;
		width:230px;
		float:right;
	}

/* End Header, MainSection & Footer Id Tags - Classes Only from Here Down */

/* Two Column Div(s) */
.oneCol {
	float:left;
	width:100%;
	margin-left:-1px;
}
	.oneCol1 {
		float:left;
		width:99%;
	}

/* Two Column Div(s) */
.twoCol {
	float:left;
	width:100%;
	margin-left:-1px;
}
	.twoCol1 {
		float:left;
		width:50%;
	}
	.twoCol2 {
		float:left;
		width:49%;
	}

/* Three Column Div(s) */

.threeCol {
	float:left;
	width:100%;
	margin-left:-1px;
}
	.threeCol1 {
		float:left;
		width:33%;
	}
	.threeCol2 {
		float:left;
		width:33%;
	}
	.threeCol3 {
		float:left;
		width:33%;
	}

/* Misc Classes */
.clear {
	display:block;
	clear:both;
	visibility:hidden;
}

