@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#header {
	background-image: url(../_images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 216px;
}
#mainContentBg {
	margin: 0px;
	padding: 0px;
	height: 1200px;
	width: 1000px;
	background-image: url(../_images/mainBg.jpg);
}
#mainContent  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0 0 100px;
	height: 1000px;
}

#mainContentTop {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 800px;
	background-image: url(../_images/contentTopCorners.png);
	background-repeat: none;
}
#mainContentBody {
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 800px;
	clear: both;
	height: 1050px;
}
#mainContentBottomCorners {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 800px;
	background-image: url(../_images/contentBottomCorners.png);
}
form {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}


#mainContentArea1 {
	margin: 0px;
	padding: 0 20px;
	background-color: #FFF;
}
#mainContentArea2 {
	width: 500px;
	float: right;
}





#mainContent p {
	margin: 0px;
	padding: 0px 20px;
}

#menuBar {
	margin: 0 0 0 -5px;
	padding: 0px;
	width: 800px;
	background-image: url(../_images/menuBar.png);
	height: 55px;
	background-repeat: none;
}
#sidebarContainer {
	margin: 10px;
	padding: 0px;
	width: 260px;
	background-color: #FFF;
	float: left;
}
#boxTop {
	background-image: url(../_images/boxBgTop.jpg);
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#optinBox {
	background-image: url(../_images/boxBgMiddle.jpg);
	margin: 5px 0;
}
#twitterBox {
	background-image: url(../_images/boxBgMiddle.jpg);
	margin: 5px 0;
}
#rssBox {
	background-image: url(../_images/boxBgMiddle.jpg);
	margin: 0px;
	font-size: 12px;
	padding: 0px;
}
#footer {
	margin: 8px 0;
	padding: 7px 0 0 0;
	width: 800px;
	background-image: url(../_images/footer.png);
	height: 30px;
	font-family: Verdana;
	font-size: 12px;
	background-repeat: no-repeat;
	text-align: center;
	color: #333;
}
#socialmedia {
	margin: 90px 0 0 680px;
	padding: 0px;
	position: absolute;
	text-align: right;
	width: 200px;
}

