body {
	margin: 20px;
	padding: 0;
	background-color: #fff;	
}

#wrapper {
width: 901px;
height: 547px;
margin-right: auto;
margin-left: auto;
background-image: url(images/AC_home.jpg);
background-repeat: no-repeat;
background-position: left top;
}
#center {
  width: 901px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
}
#header {
	height: 3.7em;
}
#header .name {
	font: 30px arial;
	color: #ffffff;
	background-color: transparent;
	float: right;
	margin-right: 1em;
	margin-top: .5em;
}
h1 {
	font: 25px arial;
	padding: 0 0 0 20px;
}
#clear {
clear: both;
}
#footer {
  margin: 430px 0 15px 0;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;  
  font-family: arial;
  font-weight: bold;
  font-size: 15px; 
  color: #067625;
}

A.type1:link    {color:#067625; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#067625; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#067625; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#70535A; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}

#nav {
	float: left;
	width: 800px;
	margin-top: 20px;
	margin-left: 170px;
}
#nav ul {
	list-style: none;
	margin-left: .5em;
	padding: 0px 0px;
}
#nav li {
    display: inline;
	font-size: 24px;
	font-family: arial;
	padding: 5px 140px 10px 10px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #067625;
	background-color: transparent;
}
#nav a:hover {
	color: #F2834E;
}
#contentart {
	width: 640px;
	height: 600px;
	float: right;
	font-size: 12px;
	color: #fff;
	padding: 20px 0 0 0;
	background-color: #778899;
}
#content {
	width: 640px;
	height: 100%;
	float: right;
	font-size: 12px;
	color: #fff;
	padding: 20px 0 0 0;
}
#content p {
	
	line-height: 1.6em; 
	padding: 20px 20px 20px 20px;
}
#contentimg {	
	line-height: 1.6em; 
	padding: 20px 20px 20px 20px;
}


