html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #545454;
	}
.container {
	min-height: 100%;
	margin: auto;
	max-width: 955px;
	min-width: 762px;
	width: expression(document.body.clientWidth < 762? "762px" : document.body.clientWidth > 955? "955px" : "auto");
	background-color: #ffffff;
    }
.top {
	background-image: url(/images/bluenectar_01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
.navcontainer {
	text-align: center;
	}

.nav {
	background-image: url(/images/bluenectar_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	}
.topbottom {
	background-image: url(/images/bluenectar_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
.contentcontainer {
	min-height: 100%;
	text-align: center;
	}
.content {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	}
.bottom {
	background-image: url(/images/bluenectar_05.jpg);
	background-position: center;
	height: 231px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	}
.news {
	text-align: left;
	height: 231px;
	padding-top: 25px;
	vertical-align: top;
	min-width: 762px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #545454;
}
.hosting {
	background-color: #f6f9f3;
	padding: 5px;
	text-align: left;
	border: 1px solid #545454;
	}
a:link {
	color: #1a85db;
	text-decoration: none;
}
a:hover {
	color: #1a85db;
	text-decoration: underline;
}
a:active {
	color: #545454;
	text-decoration: underline;
}

a:visited {
	color: #545454;
	text-decoration: underline;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	list-style-image: url(images/arrow.gif);
	line-height: 25px;
}
.rollover {
	padding: 10px;
	text-align: left;
	border: 1px solid #545454;
}
	
	