#all_nav {

	/* here is the magic */

		position: fixed; /* keep it in fixed position, relative to browser window (i.e. does not scroll with rest of page) */
		top: 0; /* specifically, keep it cozy with the top */
		left: 0; /* ... and with the left */
		right: 0; /* ... and we want it to stretch all the way across */

	/* here ends the magic */

	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	z-index: 999999;
}
#all_foot {

	/* here is the magic */

		position: fixed; /* keep it in fixed position, relative to browser window (i.e. does not scroll with rest of page) */
		bottom: 0; /* specifically, keep it cozy with the bottom */
		left: 0; /* ... and with the left */
		right: 0; /* ... and we want it to stretch all the way across */

	/* here ends the magic */

	height: 85px;
	background: url("../images/footer_bg.png") 0 8px repeat-x;
	z-index: 999999;

	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
#all_foot div {
	margin: auto;
}
body {
	_background-image: url(../images/header_bg.jpg);
	_background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	_height: auto;
	_overflow: auto;
	_overflow-x: hidden;
	_overflow-y: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	line-height: 180%;
}
#content {
	margin-right: auto;
	margin-left: 0px;
	_margin: 2 0 0 28px;
margin: 5px 0 0 28px;
	width: 750px;
	padding-top: 0px;
	_overflow_: auto;
	_position_: fixed;
	_left_: auto;
	text-align: justify;
}
#content a:link, #content a:active, #content a:visited {
	text-decoration : underline;
	color: #35699B;
}
#content a:focus, #content a:hover{
	text-decoration : none;

	-moz-outline:0;
	color: #FFFFFF;
	background-color: #366EA1;
}
h1 {
	color: #366A9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	line-height: normal;
}
code {
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px;
	width: 705px;
	background-color: #366E9F;
	display: block;
	font-family: "Courier New", Courier, mono;
	border-left-width: 15px;
	border-left-style: groove;
	border-left-color: #0099FF;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #366B9F;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 58px;
	width: 900px;
	display: block;
	position: absolute;
	top: -15px;
	right: 0;
}
#nav {
	height: 58px;
	width: 540px;
	margin: 0px auto 0px 208px;
	padding: 0px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: right;
	/*margin-left: 191px;*/
	position: absolute; right: 0; top: 0;
}
#hit_area {
	height: 120px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-left: 32px;
}
#hit_area2 {
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	display: block;
	position: relative;
	top: 128px;
	padding-left: 0px;
	padding-bottom: 85px;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
}
#nav li{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	margin-top: 0px;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(../images/middle.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 166px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	_font-size: 120%;
	font-size: 1.12em;
	padding-top: -18px;
}
#nav li a:focus, #nav li a:hover{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration : none;
	-moz-outline: 0;
	color: #FFFFFF;
	background-image: url(../images/rollOver.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
	padding-top: 0px;
	margin-top: 0px;
}

