/* CSS Document */

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-x;
}

#wrapper_shadow {
	width: 775px;
	margin: 0 auto;
	padding: 0;
	/*background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;*/
}

#wrapper {
	width: 769px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 769px;
	height: 171px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

h1 {
	margin: 0;
	padding: 0;
}

#navigation {
	width: 769px;
	height: 22px;
	background-image: url(../images/nav_tile.jpg);
	background-repeat: repeat-x;
	color:#999;
	padding:5px 0 0 0;
	margin: 0;
	font-size: 0.8em;
}

#navigation ul {
	width: 769px;
	margin:	0 auto;
	padding: 0;
	display: block;
}

#navigation ul li {
	list-style-type: none;
	padding: 0px;
	display: inline;
	margin: -0 15px -0 5px;
	font-size: 1em;
}

#navigation ul li a, #navigation ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #999;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #999;
}

#navigation ul li.current, #navigation ul li.current a, #navigation ul li.current a:visited, #navigation ul li.current a:hover {
 color:#666;
}

#container {
	float: left;
	display: inline;
	width: 769px;
	margin: 0;
	padding: 0;
	/* height: 100%; */
	background-image: url(../images/con_bgd.gif);
	background-repeat: repeat-y;
}

#content {
	clear: both;
	float: left;
	display: inline;
	width: 549px;
	margin: 0;
	padding: 0 10px;
}

#rh_strip {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	width: 749px;
	margin: 0 auto;
	padding: 10px;
	font-size: 0.8em;
	color: #000;
	text-align: center;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #000;
}


/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */