* {
	font-family: "Lucida Grande",Lucida,Verdana,Arial,sans-serif; 
	font-size: 12px;
	color: #333333;
}

small {
	font-size: 10px;
}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

p {
	padding: 0px;
	margin: 7px 0px 7px 0px;
}

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

li {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

a:active {
	text-decoration: none;
}

a:hover, a:visited {
    color: gray;
}

#logo {
	position: absolute; 
	border: 0px; 
	left: 70px; 
	top: 100px;
}

#content {
	width:400px;
	margin-left: 230px;
	margin-top: 117px;
	line-height: 150%;
	padding-bottom: 60px;
}

#content .headline {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #333333;
}

#content .subheadline {
	display: block;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333333;
}

#index {
	width: 210px;
	position: absolute;
	left: 0px;
	top: 164px;
	text-align: right;
}

#index a {
	margin-right: 20px;
	display: block;
	text-decoration: none;
	color: #333333;
}
#index a:hover {
	color: gray;
}

#index .category {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
#index .subcategory {
	margin-top: 7px;
	margin-bottom: 7px;
}
