/*
 * $Id: default.css v1.0.0 2007-July-25 foo Exp $
 * this is the main layout for this website
 * @client: Baldwin Security Corp <http://www.baldwinsecurity.com>
 * @author: Linstefoo Media <http://www.linstefoomedia.com>
 * @copyright: (C) 2007 Linstefoo Media and Baldwin Security Corp
 */
 
 body, html
 {
 	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	text-align: center;
 }
 
 #wrapper
 {
 	margin: 0px auto;
	width: 750px;
	text-align: left;
	position: relative;
 }
 
 #header
 {
 	height: 55px;
	line-height: 55px;
	background: url(../images/pages/bg-header.png) repeat-x;
	border: 1px solid #d4d4d4;
	border-top: 0px;
 }
 
 #header .float_left
 {
 	padding: 0px 8px;
	background: url(../images/pages/bg-navsep.png) no-repeat scroll right;	
 }
 
 #header .float_left a { color: #000000; }
 
 #header .float_right
 {
 	padding-right: 10px;
 }
 
 #content
 {
 	margin: 7px 0px;
 }
 
 #column_left 
 { 
 	margin-right: 10px;
 	width: 520px; 
 }
 
 #banner
 {
 	margin-bottom: 10px;
 	width: 750px;
	height: 190px;
	background: url(../images/pages/bkg-baldwin-banner.jpg) no-repeat;
 }
 
 #footer
 {
 	padding-top: 11px;
	font-size: 11px;
 	border-top: 1px solid #c0bebe;
	color: #666666;
	text-align: center;
 }
 
 #footer a { color: #666666; }
 
 .severe, .high, .elevated, .guarded, .low
 {
 	margin-top: 5px;
 	padding: 10px;
	width: 200px;
	text-align: center;
 }
 
 .severe { background: #cc0033; }
 .hight { background: #ff9900; }
 .elevated { background: #ffcc00; }
 .guarded { background: #006699; }
 .low { background: #339900; }
 