<style type="text/css">
/* pushes the page to the full capacity of the viewing area */
a:link {color: #0000FF; text-decoration: underline; }
a:active {color: #0000FF; text-decoration: underline; }
a:visited {color: #FF0000; text-decoration: underline; }
a:hover {color: #000099; text-decoration: none; }
html {height:100%;}
body {height:100%; width:100%; margin:0; padding:0; }

/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}

table.rounded { -moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border: 0px solid #000000;
		font-family:Arial, Helvetica, sans-serif;}
table.links { -moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border: 0px solid #000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;}
		
td.white{background-color:#FFFFFF}
font.black {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px}
font.white {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF;}
font.red {font-family:Arial, Helvetica, sans-serif; color:#FF0000; font-size:10px}
font.green {font-family:Arial, Helvetica, sans-serif; color:#00FF00; font-size:10px}


nav {
	position:absolute;
	background: url("images/nav_background.png");
	left: 0;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	
}

	nav ul {
		margin: 0 auto;
		width: 940px;
		list-style: none;
	}

		nav ul li {
			float: left;
		}
		
			nav ul li a {
				display: block;
				margin-right: 20px;
				width: 140px;
				font-size: 14px;
				line-height: 44px;
				text-align: center;
				text-decoration: none;
				color: #777;
			}
			
				nav ul li a:hover {
					color: #fff;
				}
			
			nav ul li.selected a {
				color: #fff;
			}
			
			nav ul li.subscribe a {
			
				margin-left: 5px;
				padding-left: 33px;
				text-align: left;
				background: url("images/rss.png") left center no-repeat;
			}

</style>