body{
	background-color: #ffffff;
	background-image: url('bg.png');
	color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
#container{
	width: 600px;
	display: block;
	margin: 0px auto;}
#header{
	position: absolute;
	top: 0px;
	width: 600px;
	text-align: center;
	background-color: #ffffff;
	color: #669999;}
#navigation{
	position: absolute;
	top: 300px;
	width: 600px;
	padding: 0px;
	background-color: #ffffff;
	color: #669999;}
		#navlist{
			list-style: none;
			margin: 0; padding: 0;}
		#navlist li{
			float: left;}
		#navlist li a{
			display: block;
			width: 90px;
			background-color: #f4e5d7;
			color: #fca694;
			text-align: center;
			text-decoration: none;
			font-variant: small-caps;
			font-weight: bold;
			margin: 5px;
			padding: 5px 0;}
		#navlist li a:hover{
			background-color: #d9e5e5;
			color: #669999;}
#content{
	position: absolute;
	top: 330px;
	width: 590px;
	background-color: #ffffff;
	padding: 0px 5px;
	padding-bottom:15px;}
		h1{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 13px;
			font-style: italic;
			font-variant: small-caps;
			font-weight: bold;
			color: #669999; 
			letter-spacing: 5px;
			line-height: 4px;
			width: 590px;
			text-align: right;
			border-bottom: 5px solid #f4e5d7;}
			input,textarea,select {
			color: #669999; 
			border:0;		
			border-bottom: 5px solid #f4e5d7;
			}
		a{
			color: #fca694;
			text-decoration: none;
			border-bottom: 1px dotted #fca694;
			text-transform: lowercase;}
		a:hover{
			color: #669999;
			text-decoration: none;
			border-bottom: 1px dotted #669999;
			text-transform: lowercase;}