@charset "iso-8859-1";
/* CSS Document */
/*
#content_left {
	width:25px;
	margin-left:1px;
	min-height:480px;
	background-image:url(../images/left_content_background.png);
	background-repeat:repeat-y;
	float:left;
}

#content {
	background-color:#fff;
	background-image:url(../images/watermark.png);
	background-repeat:no-repeat;
	font-size:0.8em;
	text-align:left;
	padding-left:24px;
	width:718px;
	padding-right:24px;
	min-height:480px;
	float:left;
	background-position: center center;	
}
*/
#content {
	background-image:url(../images/content_background.png);
	background-repeat:repeat-y;
	font-size:0.8em;
	text-align:left;
	margin-left:1px;
	width:817px;
	float:left;
	clear:both;
	min-height:480px;
}
/*
#content_right {
	width:25px;
	padding-right:0px;
	min-height:480px;
	background-image:url(../images/right_content_background.png);
	background-repeat:repeat;
	float:right;
	background-attachment: fixed;
	background-position: center;
}
*/
#secondary_nav {
	width:780px;
	margin-right:3px;
	padding-left:34px;
	background-image:url(../images/content_background.png);
	background-repeat:repeat-y;
	float:right;
	clear:both;
	font-size: 0.75em;
	font-weight:bold;
}

#secondary_nav ul {
	padding: 0px;
	margin-top:-1px;
	list-style-type: none;
}

#secondary_nav li {
	text-align:center;
	width: 165px;
	height: 22px;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#secondary_nav li a     {
	color:#666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
}

html>body #secondary_nav li a { width: auto }
