body {
	background-image: url(Images/atlas-wreath.png);
	background-repeat: no-repeat;
	background-position: center;
}

#wrapperback {
	margin: auto;
	margin-top: 20px;
	width: 1000px;
	height: auto;
	background-repeat: repeat;
	background-image: url(Images/80opacity.png);
}
#header {
	margin: 0 auto;
	height: 265px;
	width: 281px;
	background-image: url(Images/atlas-header2.png);
	background-repeat: no-repeat;
}
#menu {
	margin: 0 auto;
	background-image: url(Images/Line.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 900px;
}
#menu ul {
 display: block;
 padding: 10px;
 margin: 0px;
 list-style: none;
 text-align: center;
}
#menu ul li {
 display: inline;
 margin: 30px;
 list-style: none;
}
a.menu:link {
	color:#000;
	font-weight: bold;
	text-decoraton: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.menu:visited {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.menu:hover {
	color: #464646;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#main {
	height: auto;
	width: 1000px;
}
#leftcol {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: auto;
	width: 450px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#rightcol {
	float: right;
	height: auto;
	width: 400px;
	margin: 30px;
	padding: 15px;
	background-image: url(Images/grey-5050.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#footer {
	float: left;
	margin: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	height: auto;
	width: 1000px;
}
#footer ul {
 display: block;
 padding: 10px;
 margin: 0px;
 list-style: none;
 text-align: center;
}
#footer ul li {
 display: inline;
 margin: 10px;
 list-style: none;
}
.clear{
  clear:both;
