/* Structure CSS Document */

body {
	background-color: #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background: url(../images/site_bg.gif) top left repeat;
}

/* Top Banner */

#HomeLink {
	width: 970px;
	margin: 0 auto;
	padding: 2px 40px 0 0;
	text-align: right;
	height: 16px;
}

#TopBanner {
	height: 118px;
	padding: 0px 0 0 0;
	background: url(../images/topbanner_bg.gif) top left repeat-x;
}

#LogoBar {
	width: 970px;
	margin: 0 auto;
}

#Logo {
	margin: 13px 0 0 0;
}

#TopAdSpace {
	margin: 5px 20px 0 0;
	float: right;
}

/* Top Navigation */

#TopNav {
	height: 36px;
	background: url(../images/topnav_bg.gif) top left repeat-x;
}


#NavShell {
	width: 970px;
	margin: 0 auto;
}

#ManageAds {
	margin: 4px 12px 0 0;
	float: right;
}

/* Main Content Area */

#ContentShell {
	width: 970px;
	margin: 0 auto;
	background: url(../images/content_bottom.gif) #FFF bottom left no-repeat;
}

#Content {
	padding: 0 10px 10px 10px;
}

#IndexTopPanel {
	padding: 1px 0 0 0;
}

#Search {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 476px;
	height: 296px;
	color: #fff;
	background: url(../images/index_search_bg.gif) #0066b1 bottom left no-repeat;
}

#IndexMainPhoto {
	float: left;
	width: 474px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#IndexTopPanelClear {
	clear: left;
	height: 10px;
}

#IndexBottomPanel {
	margin: 1px 0 0 0;
}

#IndexBottomLeft {
	float: left;
	width: 330px;
	padding: 15px 15px 0 15px;
	background: url(../images/index_bottom_left_bg.gif) Top left no-repeat;
}

#IndexBottomCenter {
	float: left;
	width: 198px;
	padding: 15px 15px 0 15px;
	background-color: #fff;	
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

#IndexBottomRight {
	float: left;
	width: 329px;
	padding: 15px 15px 0 15px;
	background: url(../images/index_bottom_right_bg.gif) top left no-repeat;
}

#ClearIndexBottom {
	clear: left;
	height: 10px;
}


/* Footer Area */

#Footer {
	background: url(../images/footer_bottom.gif) #e3e3e3 bottom left no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}