body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #3A3A3A;
}

p, td, ul, h1, h2, h3, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	text-align: center;
}

a	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
                                                                                                                 
a:link {
	text-decoration: none;
	color: #E0D9BF;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #E0D9BF;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: #EDE5CB;
	background: transparent;
}

a:active {
	text-decoration: none;
	color: #E0D9BF;
	background: transparent;
}

#content {
	width: 720;
	margin-top: 25px;
}

#content img {
	display: block;
	margin: 0;
	padding: 0;
}

#content p {
	margin: 15px 0 20px 0;
}

.left {
	border-right: 1px solid #504F4F;
}

.right {
	border-left: 1px solid #504F4F;
}

#logos td {
	border-bottom: 1px 