html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: "Trebuchet MS",Arial,"Lucida Grande",Sans-Serif;
	color: #666;
}

a {
	color: #777;
}

#links a {
	padding: 3px 6px;
}

#links a:hover {
	background-color: red;
	color: white;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

img {
	border: 1px solid #ccc;
}

#content {
	width: 900px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 50px;
}

#headline {
    font-size: 36px;
	font-weight: bold;
	padding: 20px 0 0 6px;
}

#links {
	padding: 16px 0 10px;
	font-size: 14px;
}

#main {
	border: 1px solid #ccc;
	background: url(shadow.png) repeat-x;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.active {
	color: red;
    text-decoration: none;
}

.headline2 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #555;
}

.text {
	font-size: 14px;
	padding-bottom: 10px;
}

.left {
	float: left;
	margin-right: 20px
}

.clear {
	clear: both;
	padding-top: 50px;
}

input, textarea {
	font-family: "Trebuchet MS",Arial,"Lucida Grande",Sans-Serif;
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}

textarea {
	padding: 2px;
}

h2 {
	font-size: 1em;
}


