body{
	color: #000000;
	font-family: verdana, arial;
	font-size: 12px;
	background:	url("/images/blueprint_grey.jpg") #CCCCCC;
}

table{
	font-family: verdana, arial;
	font-size: 12px;
}

div{
	float: left;
}

a, a:active, a:visited{
	color: #9b231c;
	font-weight:bold;
}

#mainContainer{
	float: none;
	width: 800px;
	margin: 0 auto;
}

#container{
	width: 820px;
	height:1100px;
	background-color: #FFFFFF;
}

#header{
	width:800px;
	height: 100px;
	/*background: url('house1.jpg');*/
}

#subheader{
	width:800px;
	height: 3px;
	line-height: 3px;
	color: #FFFFFF;
	background: #666666; /* for non-css3 browsers */
	vertical-align: middle;
	
}

#homegaugeContainer{
	float: left;
	width: 165px;
	text-align: center;
	background-color: #FFFFFF;
}

#credentialsContainer{
	margin-top: 10px;
	float: left;
	text-align: center;
	width: 165px;
}

#menu{
	width: 165px;
	margin-top: 5px;
	margin-right: 10px;
	
}

#menu .menuItem{
	width: 100%;
	height: 35px;
	margin-bottom:5px;
}

#mainContent{
	width:620px;
	height:890px
}

#footer{
	width: 800px;
	text-align: center;
	margin-top: 10px;
	border-top: 2px dashed #666666;
	padding-top: 10px;
}

#left_gutter{
	height: 100%;
	width: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82879b', endColorstr='#FFFFFF', gradientType='1'); /* for IE */
	background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(#82879b)); /* for webkit browsers */
	background: -moz-linear-gradient(right,  #FFFFFF,  #82879b); /* for firefox 3.6+ */ 
}

#right_gutter{
	float: right;
	height: 100%;
	width: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#82879b', gradientType='1'); /* for IE */
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#82879b)); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #FFFFFF,  #82879b); /* for firefox 3.6+ */ 
}