#wrapper {
	width					: 980px;
	/*background-image		: url(../images/content_bg.jpg);
  	background-repeat		: repeat-y; */
	margin					: 0px auto; /* sets site to center float */
	padding					: 0px; 
	
}

/* Container Holds Content */
#container {
	text-align				: left;
	/* width					: auto; */
	left					: 0px;
	top						: 0px;
	margin					: 0px 0px 0px 2px;
	padding					: 0px; 
}

#header{
	background-image		: url(../images/header_bg.jpg);
	background-repeat		: no-repeat;
	text-align				: left;
	width					: 980px;
	height					: 125px;
	margin 					: 0px;
	padding 				: 0px;
	
}

#flash {
	width					: 741px;
	height					: 225px;
	margin					: 0px 0 0 239px;
	padding					: 0px;
}

#content {
	margin					: 0px 0px 0px 0px;
	padding-top				: 5px; /* moves entire section including sidebar from top */
	width					: 905px;
	clear					: both;
}

#mainbody	{
	background				: url(../images/home_bg.jpg) no-repeat 0 0; /* comment out to remove sidebar */
	margin					: -321px 5px 0px 239px;
	padding					: 0px;
	width					: 741px;
	height					: 321px;
}

#textbox	{
	font-size				: 1em;
	font-weight				: 500;
	line-height				: 1.5em;
	margin					: 0;
	padding 				: 25px;
	width					: 375px;
	float					: left;
}
/*
#sidebar {
	background				: url(../images/side_bg.jpg) no-repeat 0 0;
	width					: 239px;
	height					: 321px;
	margin-top				: -5px;

}
*/
/*** Image Map ***/

#sidebar {
	background				: url(../images/side_bg.jpg) no-repeat 0 0;
	width					: 239px;
	height					: 321px;
	margin-top				: -5px;
	position				: relative;
}

#sidebar ul {
	margin					: 0px;
	padding					: 0px;
	list-style				: none;
}

#sidebar li {
	margin					: 0px;
	padding					: 0px;
}

#sidebar a {
	position				: absolute;
	text-indent				: 0em;
}

#sidebar .ad a {
	top						: 55px;
	left					: 31px;
	width 					: 180px;
	height					: 250px;
}

/*** Search Home ***/
div#home_search {
	margin-top: 25px;
	width:205px;
	height:21px;
	padding:2px 0 0 45px;

}

#rt_sidebar	{
	width					: 160px;
	margin					: 0 0 0 565px;
	padding-top				: 6px;
}

#social 	{
	text-align				: center;
	margin-top				: -40px;
	margin-left				: 815px;
	position				: absolute;
}

#footer{
	background				: url(../images/content_footer_sidebar_img.jpg) no-repeat 0 0; /* changed footer img from content_footer_img to accommodate side bar finish at the bottom */
	height					: 6px;
	width					: 926px;
	line-height				: .9em;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 0.8em;
	color					: #000;
	font-weight				: normal;
	margin					: 0px 0px 0px -2px;
	padding					: 0px;
}

div#footer p {
	margin					: 0px; 
	padding					: 8px 0px 20px 2px;
}

div#textbox a:link,a:visited,a:hover {
	color					: #000;
	text-decoration			: underline;
}

div#textbox a:hover {
	text-decoration			: none;
}

/*** Form ***/

.sidenav_form 	{
	margin-top: 130px;
	margin-left: 10px;
}

td.body12	{
	font-size: .8em;
}

