body {
	margin: 0px;
	padding: 0px;
	background: #EBEBEA /*url('http://images.melbourneitwebsites.com/affiliate/templateimages/classic/bg_white.jpg') repeat-y 50% 0%*/;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #333;
	text-align: center;
}

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

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

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


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

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

#wrapper {
  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;
}

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

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

.break {
	font-size: 14px;
	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;
  /* width: 692px; */
	width: 660px;
	_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;
}

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

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

