HTML, BODY  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
    text-align: center;
	background-color: #46c9ce;
	background: url(images/bgBlue2.jpg) center repeat-y;
}
#container     {
    margin: 20px auto;
    text-align: center;
    width: 960px;
}
#nav	{
	font-size: 110%;
	text-align: right;
	margin: 5px 5px 5px 10px;
	height: 32px;
	background: url(images/barBg.png) repeat-x;
}
#nav #barLeft	{
	height: 32px;
	width: 14px;
	background: url(images/barRedLeft.png) no-repeat;
	float: left;
	display: inline-block;
}
#nav a:link, #nav a:visited	{
	display: block;
	padding: 5px 10px 8px;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	background: url(images/barRed.png) repeat-x;
	float: left;
}
#nav a:hover, #nav a:active	{
	background: #374ba0;
	padding: 1px 8px 12px;
	margin: -4px 2px 0;
	border-top: 1px solid #7889d3;
	border-bottom: 6px solid #FFF;
}
#navRight	{
	display: block;
	float: left;
	height: 32px;
	width: 10px;
	background: url(images/barRight.png) no-repeat;
}
#mainContent	{
	text-align: left;
}
a	{
	outline: none;
}
a:link, a:visited	{
	text-decoration: underline;
}
a:hover, a:active	{
	color: red;
	text-decoration: none;
}
.highlight {
	background-color: #FFFF00;
}
.fltlt, .fltlft	{
	float: left;
	margin: 0 10px 10px 0;
}
.fltrt	{
	float: right;
	margin: 0 0 10px 10px;
}
.justify	{
	text-align: justify;
}
.left	{
	text-align: left;
}
.center	{
	text-align: center;
}
.red	{
	color: #F00;
}
.green	{
	color: #060;
}
.bigger	{
	font-size: 120%;
}
.nobr	{
	white-space: nowrap;
}
.clear	{
	clear: left;
}
.lightbox IMG	{
	border: 1px solid #FFF;
}
.lightbox:hover IMG	{
	border-color: #F00;
}
.box1	{
	background: #FF9;
}
.box2	{
	background: #FC9;
}
.box1, .box2	{
	padding: 4px 20px;
	border: 1px solid #000;
	text-align: center;
	font-size: 110%;
	margin: 0 50px 4px;
}
.box1 p.quote, .box2 p.quote	{
	text-align: center;
	font-style: italic;
}
.box1 p.client, .box2 p.client	{
	 
}
.boxLeft	{
	clear: left;
	width: 200px;
    float: left;
    padding: 5px;
}
p.big	{
    font-size: 160%;
    font-weight: bold;
	padding-top: 60px;
}
UL.left LI	{
	text-align: left !important;
}
.subMenu	{
	margin-left: 200px;
	clear: left;
	width: 780px;
}
.subMenu a	{
	display: block;
	padding: 4px 10px;
	float: left;
	height: 2em;
	font-weight: bold;
	font-size: 125%;
}
td	{
	text-align: left;
}
gallery	{
	text-align: center;
}
#gallery IMG	{
	width: 220px;
	border: 0;
}
