scroller {
overflow:auto;
}
body  {
	background-image: url(background.jpg); 
background-repeat: repeat-x;
background-attachment:fixed;
min-width:770px;
max-width: 961px;
text-align: center;
margin: 0px auto 0px auto;
padding:0px;
font-family:verdana, arial, helvetica, sans-serif;
color:#333;
background-position-x: center; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
}

#container {
	width: 961px;
	margin: 0 auto 0 auto; /* this overrides the text-align: center on the body element. */
	display: inline;
background-position: center;

} 
#header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(header_091009_961.png);
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 961px;
height: 210px;
z-index: 1;
position: relative;
} 
#menu {
	 /* since this element is floated, a width must be given */
	width: 961px;
	background-image: url(middle_091009_961.png);
	background-repeat: repeat-y;
	float: left;
margin: 0 0 0 0px;
        z-index: 1;

        position: relative;
	
        
}



#Content {
	margin: /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	
min-height:165px;
       
	width: 600px;
        margin: -65px 0px 0px 0px;
        float: left;

} 

#Content_border_top {
min-height:165px;


width: 600px;
margin: -15px 0 0 0;
z-index: 3;
position: relative;


}





#footer {
	margin: 0 auto 0 auto;
	background-image: url(footer_091009_961.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 961px;
	height: 130px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#menu_contents {
width: 215px;
float: left;

margin: -55px -10px 0 70px;
z-index: 2;
position: relative;

}

#search{
float:right;
margin: 0 67px 0 0;
width: 200px;
}




.priv_menu	{
		color:#7D8B8C;
		font-size:10px;
		padding: 63px 7% 0 0px;
		text-align:right;
		}
.priv_menu a{
		color:#7D8B8C;
		text-decoration:underline;
		}

div#top_nav{
		/*height: auto; width: auto; padding: 93px 0 0 475px; line-height: 26px;*/
padding: 0 0 0 0;
margin: 7px 69px 0 0;
		text-align:right;
		color:#ffffff;
		font-size:12px;
		font-weight: bold;
		}
div#top_menu{
	
margin: 0 69px 0 0;
		text-align:right;
		color:#000000;
		font-size:11px;
		}
#top_menu a{
		color:#000000;
		text-decoration:none;
		font-size:12px;
		}



