body {
	background-color: #333333;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 65%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	width: 1000px;
	margin: 100px auto 10px auto;
}

#navigation {
	width: 160px;
	float: left;
}

#navigation ul {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation a:link, #navigation a:visited {
	display: block;
	text-align: right;
	margin-right: 20px;
	color: #999999;
	text-decoration: none;
	font-size: 120%;
	margin-bottom: 10px;
}

#navigation a:hover {
	color: #ffffff;
}

#rightcolumn {
	width: 839px;
	float: right;
	background-image: url(images/logo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#pictureblock {
	float: left;
	width: 480px;
}

#textblock {
	float: right;
	width: 310px;
	margin-right: 20px;
	margin-top: 20px;
}

h1 {
	font-size: 150%;
	color: #999999;
	font-weight: lighter;
}

a:link, a:visited {
	display: block;
	text-align: left;
	margin-right: 20px;
	color: #999999;
	text-decoration: underline;
	margin-bottom: 10px;
}

a:hover {
	color: #ffffff;
}

#undersite {
	clear: both;
	font-size: 1px;
	color: #333333;
	background-color: #333333;
}

