@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
}

	
#mainnav{
	position: fixed;
	top: 40px;
	left: 20px;
	width:200px;
	}

#subnav{
	position: fixed;
	top: 40px;
	left: 240px;
	width:200px;
	}
	
#content{
	position: absolute;
	top: 40px;
	left: 460px;
	width:750px;
	}
	
#info{
	position: absolute;
	top: 40px;
	left: 240px;
	width:750px;
	}
	
body, p, a, h1 {
	font-family: Monaco, Andale Mono, Lucida Console, Consolas, sans-serif;;
	font-size: 10px;
	color: #000000;
	line-height:14px;
	letter-spacing:.4px;
}

h1 {
	font-weight:normal;
	background-color:yellow;
	display:inline;
	}

p {
	width:750px;
	margin-bottom:20px;
	}

a { 
	display:inline;
	margin-left: 0px;
	}

a:link, a:visited {color: #000000;text-decoration:none;}
a:hover, a:focus{background-color:yellow;color: #000000;text-decoration:none;}
