html,body { 
	height:100%; 
	margin:0px; 
	padding:0px; 
} 
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #e0effe url(http://www.bronandsons.com/online_catalog/templates/images/leaves_back.gif) fixed;
	text-align: center;
}

#container {
	width:98%;
	max-width: 1024px !important;
	width:expression(document.body.clientWidth>1024 ? "1024px" : "98%");
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	border-top: none;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #000033;
	border-left: 6px solid #ffffff;
	padding: 0px;
} 
#container #right_column {
	background: #003366 url(http://www.bronandsons.com/online_catalog/templates/images/right_column.gif);
	margin: 0px;
	padding: 0px;
	width: 197px;
}
#container #main_content {
	background: #99ccff url(http://www.bronandsons.com/online_catalog/templates/images/main_content.gif);
}
#main_content #aerial {
	background: #99ccff url(http://www.bronandsons.com/online_catalog/templates/images/bronAndSons_aerial.png);
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 157px;
}
#login_box #mod_juser_login{
	color: #fff;
	border: 2px solid #FFFFFF;
	width:160px;
	margin: 10px auto;
	padding: 5px;

}
#footer{
	font-size: 9px;
}
#last_login{
	color: #fff;
	font-size: 8.7px;
}
#jlogout, #jlogin{
	width: 120px;
	background-color:#b2d5f1;
	border: 2px solid #4ca530;
	margin: 0px 20px;
}
#mod_jlogin_button{
	color: #000;
	width: 100%;
	text-align: center;
}
#sub_layer{
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	bottom:0px;
	height:200px;
	position:fixed;
	width:100%;
	z-index:5;
}
.button {
	color: #000;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
}
table.moduletable td span.mainlevel {
	display: table;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}