@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #69F;
	margin: 0px;
	padding: 0px;
}


/* CSS Document */

.clearfloat {
	font-size: 10px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}


#container {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
	font-size: 107%;
}

#sidebar {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 25px;
	margin-left: 10px;
	text-align: center;
	padding-top: 5px;
	line-height: 160%;
	font-weight: bolder;
	font-size: smaller;
	background-color: #EBDEEA;
	border: medium solid #006;
}

#container #sidebar #name {
	font-style: italic;
	color: #303;
	
}

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-color: #EBDEEA;
	color: #006;
	line-height: 140%;
	padding-top: 10px;
	border: medium solid #006;
}

#header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	background-color: #69F;
	padding-bottom: 5px;
	margin-top: 10px;
	text-align: center;
	color: #FFF;
	background-image: none;
	line-height: 50%;
}
.fltlft {
	float: left;
}


#subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #006;
	color: #FFF;
	padding-left: 10px;
	text-align: center;
}

.small {
	font-size: x-small;
	color: #666;
	text-align: center;
	line-height: 5%;
	padding-bottom: 25px;
}

.floatright {
	margin: 20px;
	float: right;
}
a:link {
	text-decoration: none;
	color: #006;
}
a:visited {
	text-decoration: none;
	color: #066;
}
a:hover {
	text-decoration: none;
	color: #630;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#links {
	text-align: center;
	font-size: large;
}
#webmaster {
	border: thin solid #039;
}
.testimonials {
	text-align: left;
	font-style: italic;
	line-height: 90%;
	background-color: #FFF;
}
.blacktext {
	color: #000;
}

#verysmall {
	font-size: 7px;
	margin-top: 100px;
}
.underline {
	text-decoration: underline;
}
#footer {
	margin-top: 100px;
	text-align: center;
	color: #000;
	font-size: 9px;
}
.xtrasmall {
	font-size: 2px;
}
.ENQUIRY {
	color: #000;
	background-color: #999;
	border: thin solid #333;
	width: 150px;
	text-align: center;
	margin-left: 190px;
}
.box {
	background-color: #CCC;
	border: thin solid #636;
	width: 50px;
	text-align: center;
	margin-left: 250px;
}
