body {
	margin-top:25px;
	/* background:#888; */
	background:#fff;
	font-family:"Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

#container {
	width:1000px;
	background:#fff;
	margin:0 auto;
	text-align:center;
}

#header {
	width:1000px;
	height:242px;
	background:url(../images/header.jpg);
	margin-bottom:30px;
}

#left {
	float:left;
	width:460px;
	text-align:left;
}

#left p {
	padding-left:15px;
	padding-bottom:20px;
}

#right {
	float:left;
	padding-left:85px;
	width:445px;
	text-align:right;
}

#right p {
	padding-right:5px;
	padding-bottom:20px;
}

#footer {
	clear:both;
	width:1000px;
	height:67px;
	background:#000;
	color:#fff;
}

#footer p {
	text-align:center;
	padding-top:25px;
	font-size:12px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#A30031;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
}