/* CSS Document */

		html, body {
  	margin: 0px;
  	padding: 0px;
		}

		body {
	background-color: #d4d4d4;
	margin-bottom: 40px;
	background-image: url(../images/background_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
		}

		#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
		}


		#banner {
	background-color: #B82025;
	background-image: url(../images/banner.gif);
	height: 195px;
		}
		
		#navigation {
	height: 35px;
	background-image: url(../images/nav_backgrd.jpg);
		}
		
		#image_pane,#image_pane2 {
	padding: 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 230px;
		}
		
		#image_pane {
	background-image:  url(../images/splash.jpg);
		}
	
		#image_pane2 {
	background-image:  url(../images/splash_02.jpg);
		}

		#content {
	padding: 0px 30px 10px 15px;
	background-color: #FFF;
	width: 447px;
	float: right;
	margin: 0px;
	position: relative;
		}
		
	   #sidebar {
	width: 240px;
	float: left;
	position: inherit;
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 10px;
		}
		

		#footer {
	padding: 20px 10px 20px 25px;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	clear: both;
		}
		
	  #footer a {
	color: #666;
	text-decoration: none;
	
	}
	
	  #footer a:visited {
	color: #666;
	text-decoration: none;
	
	}
