#menuarea {
    width: 100%;
}
#menuarea ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#menuarea li {
    display: inline-block;
    color: #FDD8A1;
    background-color: #FDD8A1;
    padding-left: 10px;    
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;    
}
#menuarea #selected {
    background-color: #CCCCFF;
}
#menuarea a {
    text-decoration: none;
	color: #FFFFFF;
	hover: #660066;
}
#menuarea li:hover, #navmenu li:active, #navmenu li:focus {
    background-color: #CCCCFF;
}

#menu a:hover { color: #660066; text-decoration: underline; background: #F9EDED }

body {
	margin: 0px;
	padding: 0px;
	background: #EBEBEA;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #333;
	text-align: center;
}

p, td, li {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #333;
	line-height: 1.2;
}

a {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #660066;
	text-decoration: none;
}


h1 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

#wrapper {
  max-width: 692px;
	margin: 0px auto 0px auto;
	background: #FFF;
}

#contact {
	background: #999;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.email {
	color: #333;
	text-decoration: none;
}

.email:hover {
	color: #333;
	text-decoration: underline;
}

#banner {
  border: 1px solid #333;
}

img {
  max-width: 100%;
} 

#menuarea {
  background-color: #444;
  border-bottom: 1px solid #333;
}

.menu {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.break {
	font-size: 12px;
	font-weight: bold;
  color: #999;
	padding: 0px 10px 0px 10px;
}

#body {
	text-align: left;
	vertical-align: top;
	padding: 15px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
	max-width: 660px;
	_max-width: 692px;
}

#footer {
  background-color: #666;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

#copyright {
  padding: 2px;
	background-color: #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

#copyright td {
  color: #FFF;
}

#copyright a {
	color: #999;
	text-decoration: underline;
}

#copyright a:hover {
	color: #999;
	text-decoration: none;
}