@charset "UTF-8";


#navigation {
	
	position: absolute;
	top: 350px;
	right: 410px;
	padding-top: 0px;
	margin-top: 0px;
	
	}
	
	
#content {
	position: absolute;
	top: 360px;
	left: 300px;
	width: 200px;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #828282;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bfbfbf;
	
}

a:link {
	color: #AAA;
}
a:hover {
	color:#111;
}
a:active {
	color: #bfbfbf
}


	
a:visited {
	color: #bababa;
}
