body { 
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #8A9AA3;
	line-height: 12px;
	font-size: 10px;
	text-align: justify;
	}

#images
	{
	position: absolute;
	top: 0px;
	left: 0px;
	}

#content
	{
	position: absolute;
	top: 65px;
	left: 280px;
	width: 310px;
	}

#navigation
	{
	position: absolute;
	top: 280px;
	left: 40px;
	width: 182px;
	}

#navigation a
	{
	display: block;
	letter-spacing: 2px;
	border-bottom: 1px solid #D1DDC7;
	}
#navigation a:hover
	{
	border-bottom: 1px solid #fff;
	}
	

h1
	{
	font-weight: bold;
	color: #42B69F;
	font-size: 12px;
	border-bottom: 1px dashed #D0E2B9;
	letter-spacing: 2px;
	}

a
	{
	color: #3F957E;
	text-decoration: none;
	}

a:hover
	{
	color: #95B5C0;
	}

b
	{
	color: #5D9AAD;
	}