html {
	overflow:-moz-scrollbars-vertical;
	height: 100%;

}

body {
	font-family:Lucida Grande, Helvetica, Arial, Sans;
	font-size:80%;
	margin:0px;
	padding:0px;
	width:100%;
	height: 100%;
}
p,ul,ol,form{
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}

#wbMain {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	background:#6eb7df url("images/bg_content.jpg") repeat-x;
	background-position: 0px 180px;
}

#wbHeader {
	height:180px;
	background:#FFFFFF;
}

.site-logo img{
	position:relative;
	top:50px;
	left:100px;
}

#wbMenu{
	font-size:140%;
	margin:50px 0px 50px 100px;
	list-style:none;
}


#wbMenu li{
	margin-bottom:10px;
	color:#ECFBFF
}

#wbMenu .title{
	font-size:100%;
	font-weight:bold;
	margin-bottom:30px;
	color:#FFFFFF;
}

.contact {
	color:#F3F3F3;
	font-size:110%;
	line-height:25px;
	margin-left:100px;
	margin-bottom:90px;
}
.contact a {
	color:#F3F3F3;
	text-decoration: none;
}
.contact a:hover {
	color:#666;
}


#wbContent {
	width:800px;
}

#wbFooter {
	background:#FFFFFF;
}
#wbFooter,.push {
	min-height:80px;
}
#wbFooter .footer{
	width:820px;
}

#wbFooter img {
	float:left;
	margin-top:10px;
	margin-left:100px;
}
#wbFooter .foottext {
	position:relative;
	margin-top:15px;
	top:15px;
	float:left;
	text-align:center;
	width:280px;
	font-size:100%;
	color:#8C8C8C;
	font-weight:bold;
}

.foottext a {
	color:#8C8C8C;
	text-decoration: none;
}
.foottext a:hover {
	color:#444;
}

