#content {
	float: left;
	width: 580px;
	padding: 15px 20px;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	text-align: left;
}

#content h1 {
	font-size: 80%;
	padding: 2px 0 5px 0;
	margin: 0 0 0 0;
}

#content h2 {
	font-size: 70%;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}

#content p {
	font-size: 70%;
}

h2 {
	font-size: 80%;
	padding-top: 0;
	padding-bottom: 3px;
	margin: 0;
}

p {
	font-family: Verdana, Sans-Serif;
	font-size: 70%;
	padding-top: 0;
	padding-bottom: 13px;
	margin: 0;
	line-height: 140%;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clear {
	clear: both;
}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 0px solid #999;
}

a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 0px solid #999;
}

a:active {
	color: #999;
	text-decoration: none;
	border-bottom: 0px solid #999;
}

a:hover {
	color: #ccc;
	text-decoration: none;
	border-bottom: 0px solid #ccc;
}

