/*-----Basic Tags-----*/
html, body, form{ height: 100%; margin: 0; padding: 0; }
body{ margin: 0; padding: 0; height: 100%;}

/*-----Basic Page Structure-----*/
div#wrapper{ width: 100%; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -100px auto; text-align: left; position: relative; z-index: 2; }
div#mainContent{ width: 100%; float: left; }
div#mainContent{width: 100%;}

/*-----Footer Bar-----*/

#footerNudge{ clear: both; height: 890px; z-index: 3; }
#footer{ width: 100%; clear: both; height: 60px; position: relative; z-index: 4; }
#footerWrapper{ width: 1000px; height: 53px; margin: 0 auto;}



		.content{
	width:940px;
	max-height:450px;
	padding:20px;
	overflow:auto;
	background:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

		.content2{
	width:590px;
	max-height:450px;
	padding:20px;
	overflow:auto;
	background:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
		.content p:nth-child(even){font-family:Georgia,serif; font-size:17px; font-style:italic;}
		#content_1{background:#333;}
		#content_1 p:nth-child(even){color:#999;}
		#content_2{color:#333; background:#eee;}
		#content_2 p:nth-child(even){color:#666;}
		#content_3{background:#555;}
		#content_3 p:nth-child(even){color:#ccc;}
		#content_4{color:#222; background:#eadc8e;}
		#content_4 p:nth-child(even){color:#444;}
		#content_5{background:#eb3755;}
		#content_5 p:nth-child(even){color:#ddd;}
		#content_6{color:#333; background:#fff;}
		#content_6 p:nth-child(even){color:#666;}
		#content_7{background:#000;}
		#content_7 p:nth-child(even){color:#ccc; }
		#content_8{color:#222; background:#26beff;}
		#content_8 p:nth-child(even){color:#444;}
