body { 
background-color:ivory;
font-family: arial;
font-size: 13px;
color:black;
text-align:left;
width:980px;
padding-bottom:20px;
margin-left:70px;

}

.header { 
height:130px;
background:url(images/headerback.jpg) no-repeat;
border:0px solid brown;
}


/* Menutop1 */

#menutop1 {
	floate: right;
	width: 960px;
	padding-top:90px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

#menutop1 ul {
	list-style: none;
	line-height: normal;
	float: right;
}

#menutop1 li {
	float: left;
}

#menutop1 a {
	display: block;
	padding: 2px 5px 0px 5px;
	background: url(images/img06.jpg) no-repeat right 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00ff00;
	border: none;
}



#menutop1 a:hover {
	text-decoration: underline;
	background-color:black;
}

#mainbody {
width: 780px;
margin-right:0px;
margin-left:160px;
padding-bottom:5px;
padding-left:20px;
padding-right:20px;
background:#f5deb3;
border:0px solid brown;
}

#menu { position:absolute;
margin-top:0px;
left:70px;
width:160px;
background:url(images/menubackblue.jpg) no-repeat;
border:0px solid brown;
text-align: center;
}

.menuitem { width:148px;

color:#ffffff;
font-size:12px;
border:0px solid cornsilk ;
text-align: left;
}

.menuhead {
left: 0px;
width:130px;
background:#deb887;
color:brown;
border:3px solid cornsilk ;
text-align:center;
font-weight:bold;
font-size:12px;
}

.menu ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

.menu li
{
padding-left:10px;
}

.menu a {
	display: block;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
} 

.menu a:hover { 
	font-size:13px;
	background-color:gold;
	color:red;
}



.menu a:active{
	color: black;
	font:14pt;
	
}



/* image gallery */

div.img
{
  margin: 0px;
  border: 1px solid #0000ff;
  height: 190px;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}


.footer { 
width: 820px;
margin-left:160px;
text-align:center;
margin-top:5px;
padding:1px;
background:ivory;
color:green;
border:1px solid brown;
}



h1 { font-size:18px}

h2 { font-size:24px}

h3 { font-size:30px}

h4 { font-size:13px}

h6 { font-size:40px}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

