body
{
	background-color: #666666;	/* border/edge of the layout color */
}
#pageFrame, #masthead, #footer
{	
	background-color:red; /* major background color */
}
#pageFrame
{
	/* image used as background color for left column ( #E9E8CA ) */
	/* background-color:#97A4B0;*/
	background: #B8C7D6 url("http://www.sensyr.com/images/leftColumnColor.gif") repeat-y 0 0;
}
#masthead, #footer
{
	background-color: white;
	color: #000;
}

#masthead{
 background: white url("http://www.sensyr.com/images/logosm2.jpg") no-repeat;
}

#footer
{
	color:black;
	border-bottom: solid 1px #997; /* IE 6 has the footer flow over the pageFrame's 
									  bottom border. if this border is added, IE draws
									  the pageFrame border as exptected */
}

.innerContentColumn{
	background:background:#B8C7D6;;
}

.hnav, .hnav ul li a
{
	background-color:#97A4B0;
	color: #fff;
}
.hnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}
.vnav ul li a
{
	color: #fff;
	background-color:#97A4B0;
}
.vnav ul li a:hover
{
	background-color:#76808A;
	color: #fff;
}

.vnav ul li
{
	color: #fff;
	background-color:#F6C17b;
}