/* CSS Document */
#container {
	postion: absolute;
	width: 725px;
	left: 10px;
	height:auto;
	}
#header {
	postion: relative;
	float: right;
	width: 520px;
	height: 90px;
	left:180px;
	top:0px;
	}
#nav {
	postion: relative;
	float: left;
	width: 180px;
	left: 0px;
	padding-right: 10px;
	top:0px;
	}
#content {
	postion: relative;
	float: right;
	width: 520px;
	height: 90px;
	left:180px;
	padding-top: 20px;
	top:90px;
	height: 500px;
}
#footer {
	postion: relative;
	float: right;
	width: 520px;
	height: 90px;
	left:180px;
	padding-top: 5px;
	height: 20px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #339966;
}
a:visited {
	color: #339966;
}
a:hover {
	color: #3366CC;
}
a:active {
	color: #339966;
}
