body {
	background: #000066;
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
}


.oneColElsCtrHdr #container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	background-color: #4049b3;
	background-image: url(images/brv_bg_ind.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtrHdr #header {
	height: 160px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	margin-top: 0px;
	height: 360px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColElsCtrHdr #footer {
	background:#DDDDDD;
	font-size: 10px;
	clear: none;
} 
#banner_links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
}
#main_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	float: right;
	width: 440px;
	margin-top: 5px;
	margin-right: 5px;
	height: 330px;
	text-align: center;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: underline;
	text-align: center;
	word-spacing: normal;
	display: inline;
	list-style-position: inside;
}
#nik_btns {
	text-align: center;
	width: 400px;
}
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}#main_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	float: left;
	width: 440px;
	margin-top: 5px;
	margin-left: 5px;
}
.oneColElsCtrHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
#brv_btns {
	width: 445px;
	margin-top: 10px;
	float: left;
}
