/* CSS Document */
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #f36f21;
	background: #f6f7f9 url(images/body_bg.jpg) 0px 2px repeat-x;
	font-family: "Trebuchet", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#header_area {
	position: relative;
	height: 104px;
	width: 722px;
	margin: auto;
	background: #333333 url(images/buildrlogo.gif) 25px 12px no-repeat;
	text-align: right;
}

div#menu_area {
	position: relative;
	height: 75px;
	width: 722px;
	margin: auto;
	border-top: 1px solid #303d43;
	border-bottom: 1px solid #666d70;
	background: url(images/menuarea_bg.jpg) top repeat-x;
	text-align: center;
}

div#content_area, div#content_area_nobg {
	position: relative;
	width: 672px;
	margin: auto;
	padding: 35px 25px 25px 25px;
	background: url(images/content_bg.jpg) top repeat-x;
}
div#content_area_nobg {
	background: none;
}
div#content {
	width: 445px;
	padding: 0px 11px 25px 0px;
	margin: 0px 0px 25px 0px;
}
div#contentfull {
	width: 672px;
	padding: 0px 11px 25px 0px;
	margin: 0px 0px 25px 0px;
}
div#sidebar {
	float: right;
	width: 200px;
	padding: 0px 0px 25px 11px;
	border-left: 1px dotted #c1c7cc;
	margin: 0px 0px 25px 0px;
}
div#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #c2c7c8;
	padding: 15px 0px 15px 0px;
	margin: 25px 0px 15px 0px;
	text-align: center;
}
