@charset "UTF-8";

#main {
	position: relative;
	left: 0px;
	top: 144px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CDB18D;
	width: 586px;
	padding: 10px;
}
.container {
	margin-left: -300px;
	position: absolute;
	left: 50%;
	padding: 0px;
	margin-top: 0px;
	background-color: #660000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #4b2b0e;
}
a:link {
	color: #CDB18D;
	text-decoration: none;
}
a:visited {
	color: #CDB18D;
	text-decoration: none;
}
a:hover {
	color: #CDB18D;
	text-decoration: underline;
}
a:active {
	color: #CDB18D;
}

#main a:link {
	color: black;
	text-decoration: none;
}
#main a:visited {
	color: #660000;
	text-decoration: none;
}
#main a:hover {
	color: #660000;
	text-decoration: underline;
}
#main a:active {
	color: #660000;
	}
#copy {
	font-size: .7em;
	text-align: center;
}
.testimonial {
	font-size: 0.8em;
}

#copy a:link {
	color: #000000;
	text-decoration: none;
}
#copy a:visited {
	color: #660000;
	text-decoration: none;
}
#copy a:hover {
	color: #660000;
	text-decoration: underline;
}
#copy a:active {
	color: #660000;
}

#main img
{
	margin:2px;
}

a img
{
	border:none;
}
