body 
{
	font-family: Helvetica,sans-serif;
	font-size: 11pt;
	text-align: center;	
	color: #808080;
	width: 100%;
	background: #FFFFF7;
	margin: 0 auto;
	padding: 0px;
}

img 
{ 
	border: 0px; 
}

#maincontainer
{
	width: 755px;
	min-height: 550px;
	padding-top: 10px;
	margin: 0 auto;

}

#headercontainer
{
	width:755px;
	height: 135px;
}

#logo
{
	width: 155px;
	float:left;
	background: url("../furniture/sqw_logo.gif") no-repeat;
	height: 135px;
}

#subheadercontainer
{
	width: 600px;
	float:right;
	height: 135px;
}

#logotoo
{
	height:80px;
	float:left;
	width:600px;
	background: url("../furniture/sqw_logo_too.gif") no-repeat;
}

#logotootext
{
	height:45px;
	float:left;
	width:600px;

}	
	

#content
{
	width:590px;
	background: #FFFFFF;
	padding: 5px 35px 10px 35px;
	border: 1px solid #808080;
	min-height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	
}

#content a
{
	text-decoration:underline;
	color:#808080;
}

#content h2
{
	font-size: 14pt;
	font-weight:bold;
}

#content h3
{
	font-size:12pt;
	font-weight:bold;
}

.clear
{
	clear:left;
}

#content li 
{
	padding-bottom: 10px;
}

#menucontainer
{
	width:662px;
	margin: 0 auto;
}	

#menuone
{
	float:left;
	width:220px;
	height:33px;
	background: #0C79BE;
	border-right: 1px solid #FFFFFF;
}
           


#menutwo
{
	float:left;
	width:220px;
	height:33px;
	background: #0C79BE;
	border-right: 1px solid #FFFFFF;

}

#menuthree
{
	float:left;
	width:220px;
	height:33px;
	background: #0C79BE;

}

#menuone a, #menutwo a, #menuthree a
{  
	display: block; 
	width: 100%; 
	height: 100%; 
	margin-top: 6px;
	text-decoration: none;
	color: #FFFFFF;
}

#menuone:hover, #menutwo:hover, #menuthree:hover
{
	background:#FF0000;
}



