body,td,th {
	/*font-family: "Century Gothic", "Copperplate Gothic Light", "Franklin Gothic Book", "Showcard Gothic";*/
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	
	line-height: 1.5em;
	margin-top: 15px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 36px;
	text-align: center;
	margin-top: 8px;
}

h2 {
	font-size: 16px;
	text-align: center;
}


h1+p{
	text-align: center;
	font-size: 18px;
}

#content {
	width: 770px;
	margin: auto;

}

#left {
	width: 500px;
	float: left;

}

#right {
	width: 215px;
	float: right;
	font-size: 13px;
}

#right h2{
	text-align: left;
	font-size: 15px;
}


#footer{
	text-align: center;
}

strong{
	color: #333;
}