body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	background-image: url(../images/bck.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 788px;
}
#leftTop {
	background-image: url(../images/leftTop.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 156px;


}

#footer {
	background-image: url(../images/homeFooter.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 788px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;

	position:relative;
	clear:left;

}

#leftColumn {
	background-image: url(../images/leftBorder.jpg);
	background-repeat: repeat-y;
	width: 156px;
	float: left;
	clear: right;
	height:561px;

}
#topBorder {
	background-image: url(../images/borderTop.jpg);
		background-repeat: no-repeat;
	height: 3px;
	width: 631px;
	margin:0px;
	padding:0px;
}
#main {
	background-color:#FFFFFF;
	width:625px;
	height:20px;
		
}

#maincontent {
	float: left;
	height: 561px;
	position:relative;

}
#leftimage {
	background-image: url(../images/mainLeft.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 558px;
	width: 192px;
	top: 3px;
}
#rightimage {
	background-image: url(../images/mainRight.jpg);
	background-repeat: no-repeat;
	height: 558px;
	width: 433px;
	position: relative;
	left: 192px;

}

.menu{
	list-style-type: none;
	padding: 0;
	width: 153px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
	margin-left: 3px;
	text-indent: 5px;
}

.menu li a{
	color: #666633;
	display: block;

	height: 24px;
	text-decoration: none;
	background-image: url(../images/buttonBck.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
}


* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 153px;

}

.menu li a:visited, .menu li a:active{
color: #666633;
}

.menu li a:hover{
background-image: url(../images/buttonhover.jpg);

}

#content {
	border: 1px solid #666600;
	width: 440px;
	left: -20px;
	margin-top: 20px;
	float: left;
	position: absolute;
	

}
#content1 {
	width:420px;
	background:#cccc99;
	margin-right:0px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	text-align: justify;
	padding: 10px;

}
#rightborder {
	background-image: url(../images/rightBorder.jpg);
	background-repeat: repeat-y;
	width: 6px;
	position: absolute;
	left: 433px;
	height: 558px;
}
#accredidations {
	background:#FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #666600;
	text-align: center;
	margin-left:6px;
	margin-right:5px;

	}
