body {
	background: url(img/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px
}

#container {
	margin: 80px auto 0 auto;	
	min-height: 536px;
	width:  810px;
}

#header {
	background: url(img/header.png);
	width: 810px;
	height: 305px;
}

.logo {
	background: url(img/ampslogo.jpg) no-repeat;
	width: 120px;
	height: 27px;
	position: relative;
	top: 60px;
	left: 643px;
}

#menu {
	position: relative;
	top: 135px;
	left: 560px;
	list-style-type: none;
	width: 200px;
}

#menu li {
	margin-bottom: 24px;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
}

#menu li a {
	text-decoration: none;
	color: #454545;
}

#menu li a:hover {
	color: #82084d;
}

#content-container {
	background-color: #fff; 
	width: 810px;
	border-bottom: 6px solid #fff;
}

#content {
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	margin: 0;
	padding: 0;
}

#col-1, #col-2, #col-3 {
	float: left;
	width: 262px;
	height: 202px;
}

#col-1, #col-2 {	margin-right: 6px;	}

#footer {
	background-color: #093479;
	border: 6px solid #fff;
	border-top: 0;
	margin: 0;
	color: #fff;
	font-size: 11px;
	padding: 8px;
	text-align: right;

}

#footer a {
	color: #fff;
	text-decoration: none;
}

.clear-left {	clear: left;	}