@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #CC9;
}
#wrapper {
	padding: 0px;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 3px solid #630;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	line-height: 20px;
}
h1 {
	color: #AB7575;
}

#maincontent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	width: 600px;
}
.justfy {
	text-align: justify;
}

#footer {
	margin: 0px;
	padding: 5px;
	clear: both;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#rightCollum {
	margin: 0px;
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.centertext {
	text-align: center;
}
.softred {
	color: #AB7575;
}
.redDark {
	color: #9F0000;
}

.testimonialsText {
	color: #AB7575;
	text-align: center;
	font-size: 22px;
}


#header {
	height: 180px;
	margin: 0px;
	padding: 0px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-image: url(../images/ronav.jpg);
	background-repeat: repeat-x;
}
.headingcolour {
	color: #630;
}
#navigation a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #630;
	text-decoration: none;
	height: 30px;
	width: 100px;
	display: block;
	float: left;
	background-image: url(../images/ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	line-height: 28px;
}
#navigation a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #630;
	text-decoration: none;
	height: 30px;
	width: 100px;
	display: block;
	float: left;
	background-image: url(../images/ro.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	line-height: 28px;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

