body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	width: 760px;
	background-color: #FFF;
	border-right-width: 2px;
	border-bottom-width: 10px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #106cb2;
	border-bottom-color: #106cb2;
	border-left-color: #106cb2;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #f2911d;
	background-image: url(../images/header1.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 236px;
}

#header .logo {
	height: 77px;
	background-image: url(../images/brwm_logo.gif);
	text-decoration: none;
	color: #106cb2;
	font-weight: bold;
}

#column_wrapper{
	background-color: #FFF;
	margin-top: 26px;
	margin-bottom: 26px;
}

#sidebar {
	float: left;
}

#content {
	background-image: url(../images/nav_grad1.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 16px;
	margin-left: 203px;
}

#footer {
	background-color: #f2911d;
	height: 32px;
	position: relative;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 32px;
	text-align: center;
}

.img_mar_align_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;	
}

a {
	color: #106cb2;
}

#header a, #nav a {
	text-decoration: none;
}

.margin {
	margin-top:0;
	margin-bottom:0;
}
