body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 85%;
}
#wrap {
	margin: auto;
	height: auto;
	width: 750px;
	border: 1px solid #EABA89;
	background-color: #FFF;
}
#topbanner {
	height: 128px;
	width: 750px;

}
#content {
	height: auto;
	width: 710px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/home_13.jpg);
	background-position: top right;
	background-repeat: no-repeat;

}
#content h1 {
	font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 30px;
}
#content h2 {
	font-size: 1.2em;
	color: #CC0000;
}

#content p {
	font-size: 1em;
	line-height: 1.3em;
}
#content a, #content a:visited {
	color: #FF6600;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #FF9933;
}
#navbar {
	height: 28px;
	width: 750px;
	background: #FFFFFF;
}
#footer {
	height: 80px;
	width: 750px;
	padding-bottom: 3px;
	padding-top: 3px;
	background: #FFFFFF;
	text-align: center;
	clear: both;
}
.image-left {
	float: left;
	border: 0;
	margin: 0 10px 10px 0;
}
.image-right {
	float: right;
	border: 0;
	margin: 0 0 10px 10px;
}
.quote-right {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #003366;
	width: 250px;
	float: right;
	padding: 10px;
}
.quote-centre {
	text-align: center;
	font-size: 1.1em;
	padding: 10px 20px 10px 20px;
}
.right-box {
	width: 270px;
	background-color: #FFCCFF;
	margin: 5px;
	padding: 10px;
	float: right;
}
.left-box {
	width: 370px;
	margin: 5px;
	padding: 5px;
	border: 2px dotted #FFCCFF;
}

