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: #527FBD;
	text-decoration: underline;
}

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


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

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

h3 {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

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

#contact {
	background: #CFCFCF;
  	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: #527FBD;
  border-bottom: 1px solid #333;
}

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

.break {
	font-size: 14px;
	font-weight: bold;
  	color: #CFCFCF;
	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: #CFCFCF;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

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

#copyright td {
  color: #FFF;
}

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

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

.cellshade {
	background: #F4F4F4;
	}

