/* CSS Document */

#main {
	width: 975px; position:relative; margin: 0 auto; text-align: left; z-index: 1;
}

#header {
	width: 975px; height: 152px; left: 0px; top: 0px; position:absolute; z-index: 2;
}

#nav {
	width: 130px; height: 233px; left: 0px; top: 152px; position:absolute; z-index: 3;
}

#articlesHdr {
	width: 521px; height: 35px; left: 143px; top: 152px; position:absolute; z-index: 4;
}

#articlesMain {
	width: 491px; height: 670px; left: 143px; top: 187px; position:absolute; overflow:hidden; z-index: 5;
	background-image: url(../images/bg_521.gif); background-repeat: repeat-y; padding: 0px 15px;
}

#articlesFtr {
	width: 521px; height: 14px; left: 143px; top: 857px; position:absolute; z-index: 6;
}

#bannerAd01 {
	width: 125px; height: 138px; left: 0px; top: 390px; position:absolute; z-index: 7;
}

#bannerAd02 {
	width: 300px; height: 712px; left: 673px; top: 152px; position:absolute; z-index: 8;
}

#footer {
	width: 975px; height: 70px; left: 0px; top: 881px; position:absolute; text-align: center; z-index: 9;
}



/* CSS for the pages where content needs to stretch the layout */

#blogContainer {
	width: 833px; left: 143px; top: 152px; position:absolute; z-index: 10;
}

#blogMain {
	width: 521px; left: 0px; top: 0px; background-image: url(../images/bg_521.gif); background-repeat: repeat-y;
}

#blogContent {
	padding: 0px 15px;
}

#footerTwo {
	width: 470px; height: 50px; text-align: center; margin: 10px 0px 30px 120px;
}

#bannerAd03 {
	width: 300px; height: 560px; float:right;
}

#goBackLink {
	width: 490px; height: 20px; text-align: right;
}


/* This is the CSS for the mailing list form */

.formBox {
	background-color:#FAFAFA;
	border: 1px solid #a9adb0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 3px 0px 10px 0px;
}

.formButton {
	background-color:#FAFAFA;
	border: 1px solid #a9adb0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: right;
}