body	{
	background:url('sg_images/bg.gif');
	margin:0;
	font:13px Arial,Helvetica,Verdana,sans-serif;
}
#container	{
	width:800px;
	margin:0px auto;
	padding-top:10px;
	position:relative;
	background:#FFF;
	position: relative;
}
#header	{
	width:100%;
	min-height:70px;
	background:url('sg_images/topbg.jpg') repeat-x;
}
#menu	{
	margin-left: 170px;
}
#center	{
	width:100%;
	background:#FFF;
	position: relative;
}
#footer	{
	width:100%;
	clear:both;
	min-height:25px;
	background:#FF;
}
#byline	{
	text-align:center;
	font-size:9px;
	padding:3px;
	color:#999;
}
#byline a	{
	text-decoration:none;
	color:#999;
}
#byline a:hover	{
	text-decoration:underline;
}
#box	{
	margin:5px;
	padding:5px;
	border: 1px solid #003399;
}
.logo	{
	margin-left: 90px;
	float: left;
}
#slogan	{
	font-size:12px;
	text-align:right;
	padding:8px;
	margin-bottom:3px;
	color: #FFF;
}
.phone	{
	font-size: 21px;
	font-weight: bold;
	letter-spacing:3px;
	color: #000;
}
#portrait	{
	position: absolute;
	left: 20px;
	top: 3px;
}
.menubar	{
	display:inline;
}
.menubar td	{
	background-color: #0060B6;
	width: 84px;
	height:15px;
}
.menubtnon	{
	font:9px Arial,Helvetica,sans-serif;
	color: #FFF;
	background: url('sg_images/button-on.gif') no-repeat;
	text-align: center;
	padding:1px;
	/*width: 86px;
	height:17px;*/
}
.menubtnoff	{
	font:9px Arial,Helvetica,sans-serif;
	color: #FFF;
	background: url('sg_images/button.gif') no-repeat;
	text-align: center;
	padding:1px;
	/*width: 86px;
	height:17px;*/
	cursor:pointer;
}
.menubtnover	{
	font:9px Arial,Helvetica,sans-serif;
	color: #FFF;
	background: url('sg_images/button-ovr.gif') no-repeat;
	text-align: center;
	padding:1px;
	/*width: 86px;
	height:17px;*/
	cursor:pointer;
}
.colhead	{
	width:100%;
	background:#C30;
	color:#FFF;
	padding:3px;
	font-size:16px;
	font-weight:bold;
}
.collect	{
	background-color:red;
	font:bold 9px Arial,Helvetica,sans-serif;
	color: #000;
	padding:2px;
	cursor:pointer;
	display:inline;
	margin-left:20px;
	border-top:1px solid #F63;
	border-right:1px solid #600;
	border-bottom:1px solid #600;
	border-left:1px solid #F63;
}