body {
	margin-top: 20;
	padding: 0;
	background-color: #AB6D47;	
	color: #AB38E6;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
width: 800px;
height: 700px;
margin-right: auto;
margin-left: auto;
background-image: url(images/home_1.jpg);
background-repeat: no-repeat;
background-position: left top;
}
#wrapperart {
width: 800px;
height: 700px;
margin-right: auto;
margin-left: auto;
}

A.type3:link    {color:#000000; text-decoration:none;}
A.type3:visited {color:#000000; text-decoration:none;}
A.type3:active  {color:#000000; text-decoration:none;}
A.type3:hover   {color:#AC9528; text-decoration:none;}

#header {

	height: 3em;
}
#header .name {
	font: 30px arial;
	color: #ffffff;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 1.5em;
}
#header.logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
h1 {
	font: 25px arial;
	padding: 0 0 0 20px;
}
#navtext {
	font: 12px arial;
	color: #E5BDA4;
	background-color: transparent;
	float: right;
	padding: 0 20px 20px 1.2em;
	margin-right: 2em;
	margin-top: 1.5em;
}
#nav {
	float: left;
	width: 186px;
	height: 470px;
	background-color: #000;
	padding: 52px 0 0 0;
}
#nav ul {
	list-style: none;
	margin-left: 2.1em;
	padding-left: 20;
}
#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-bottom: 0.7em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #E5BDA4;
	background-color: transparent;
}
#nav a:hover {
	color: #AB6D47;
}
#content {
	width: 570px;
	height: 700px;
	float: right;
	font-size: 12px;
	color: #000;
	padding: 60px 0 0 0;
	background-color: #fff;
}
#content p {	
	line-height: 1.6em; 
	padding: 20px 20px 20px 20px;
}
#contentimg {	
	line-height: 1.6em; 
	padding: 20px 20px 20px 20px;
}
#footer {
    clear: both;
	float: right;
	padding: 560px 0 0 0;
	font: 11px arial;
	color: #000000;	
	background-color: transparent;
	}
#footerpages {
	width: 35%;
	clear: both;
	float: right;
	padding: 10px 0 0 0;
	margin-bottom: 1.5em;
	font: 11px arial;
	color: #778899;	
	background-color: transparent;
	}
	
