body {
	background-image:url('_images/bzb_background_01_1024-768.jpg');
	background-repeat:no-repeat;
	background-color:#177ca6;
}

/* --------------------------------------------- */

#nav ul{
	position: absolute;
	left: 222;
	top: 10;
	padding : 0;
	margin : 0;
	white-space : nowrap;
	background-image: url('_images/menu-background2.gif');
	height: 20px;
	line-height: 20px;
	width: 65%;
	border-bottom: solid 1px navy;
}

#nav ul li{
	display : inline;
}

#nav ul li a{
	color: navy;
	font-family: arial;
	font-size: 80%;
	font-weight : normal;
	text-decoration : none;
	padding-left: 1em;
	padding-right: 1em;
	height: 20px;
	border-right-color : #0066CC;
	border-right-style : solid;
	border-right-width : 1px;
	float: right;
}

#nav ul li a.firstlink{
	border-left-color: #0066cc;
	border-left-style: solid;
	border-left-width: 1px;
}

#nav ul li a:hover{
	background-image: url('_images/menu-hover.gif');
	color : navy;
}

.textbox {
	font-family: verdana;
	font-size: 75%;
	font-weight: normal;
	background-image: url('_images/background-02.png');
	width: 53%;
	margin-left: 10%;
	padding: 5px 20px 5px 20px;
	border: solid 1px brown;
}

.textbox .blue-large {
	color: navy;
	font-size: 125%;
}

.textbox .white-bold {
	color: #ffffff;
	font-size: 100%;
	font-weight: bold
}

a.white-link, a.white-link:active, a.white-link:visited {
	color: #ffffff;
	text-decoration: none;
}

a.white-link:hover{
	text-decoration: underline;
}

<!--[if IE]>
.textbox {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/background-02.png', sizingMethod='scale');
background:;
}
<![endif]-->
