h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660;
	font-style: normal;
	font-weight: lighter;
	text-align: center;
}
.cap {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #FFF;
	text-align: center;
}
#Container {
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	left: float;
	right: float;
	text-align: left;
}
#left {
	width: 300px;
	float: left;
}
#right {
	width: 380px;
	float: right;
	margin-top: 240px;
	margin-bottom: 130px;
}
a:link {
	color: #00C;
}
a:visited {
	color: #F9C;
}
a:hover {
	color: #9C0;
}
a:active {
	color: #00C;
}
