body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:0;
	font-size:14px;
}
body {
	background-image:url(../images/feeds-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

/*************************************** COMMON ELEMENTS *************************************************/

h1 {
	font-size: 36px;
	color: #666666;
}
h2 {
	font-size: 24px;
	color: #a82c2c;
	margin-left:40px;
}
h3 {
	font-size: 18px;
	color: #000000;
	margin-left:40px;
}
a:link {
	color: #671B1B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #671B1B;
	border-bottom: 1px dotted #8A2424;
}
a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom: 2px solid #666666;
}
a:active {
	text-decoration: none;
}

/*************************************** BODY STYLING ID'S *************************************************/

#content {
	background-color:#FFFFFF;
	margin:0 auto;
	width:939px;
}
#top-feeds {
	margin:30px 0 0;
	padding:0 5px 0 5px;
	height:550px;
}
#top-feeds p{
	text-indent: 30pt;
}

#top-feeds2 {
	margin:30px 0 0;
	padding:0 5px 0 5px;
}
#top-feeds3 {
	margin:30px 0 0;
	padding:0 2px;;
}
#main-feeds {
	padding:10px;
}
#bottom-feeds {
	background-image:url(../images/bot-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:57px;
}
#bottom-feeds p {
	margin:0 35px;
	padding-top:38px;
	color:#a82c2c;
	font-size:11px;
	font-weight:bold;
}
#bottomRight {
	float:right;
}
#bottomLeft {
	float:left;
}

/*************************************** STYLING CLASSES *************************************************/

.clear {
	clear:both;
}
.notopmargin {
	margin-top:0;
	margin-bottom:10px;
}
.logo {
	padding-top:20px;
}
.rollingText {
	width="250px;
}
.pageDecoration {
	margin-top:50px;
}
.topMessage {
	color:#666;
	margin:0 10px;
	padding:0 10px 5px 10px;
	font-weight:bold;
	background-image:url(../images/nav/nav-bg2-wh.jpg);
	background-repeat:no-repeat;
	width:700px;
}
.noBorder {
	border-bottom:none;
}
.pictureLeft {
	margin-right:10px;
}

