body{
		font-family: Helvetica, Arial, sans-serif;
	}
	#logo{
		display:none;
		position: absolute;
		top: 0;
		left: 0;
		width: 245px;
		height: 245px;
		background: url(../images/logo-bot.jpg) no-repeat bottom #231F20; 
		z-index: 90;
		display:none;
	}
		#logo img{
			position: relative;
			top: 45px;
			left: 40px;
			display:none;
		}
	#content{
		margin: 3.5em 0 3.5em 1em;
		float: left;
		width: 950px;
		background: #fff;
	}
	#header{
		position: relative;
		top: 0px;
		left: 240px;
	}
		#header h1{
			font-size: 6em;
		}
		#header img{
			display: none;
		}
	#nav{
		float: left;
		margin:1.5em 0 1em 2.3em;
	}
		ul.navlist{
			display: none;
		}
		li.navlist{
			line-height: 40px;
			display: block;
			width: 200px;
			height: 40px;
			background: url(../images/rollover.jpg) no-repeat 0 0;
		}
		a.nav,a.nav:link,a.nav:visited{
			text-indent: 1em;
			display: block;
			width: 200px;
			height: 40px;
			margin: 0.5em 0.5em 0.5em 0;
			background: url(../images/rollover.jpg) no-repeat 0 0;
			font-size: 1.2em;
			text-decoration: none;
			color: #F78E1E;
			font-weight: bold;
		}
		a.nav:hover{
			background-position: -200px 0;
		}
		a.nav:active{
			background-position: -400px 0;
		}
	#main{
		width: 500px;
		float: left;
		margin: 1.5em 0 3em 1em;
	}
		#main p{
			color: #fff;
			font-size: 1.5em;
			margin: 1em;
		}
		#main img{
			float: right;
		}
	#bot-nav{
		clear: both;
		text-align: center;
		margin: 1em;
	}
		#bot-nav li{
			display: inline;
			padding: 0.2em 0.5em 0.2em 0.5em;
			border-left: 1px solid #231F20;
		}
		a.bot-nav,a.bot-nav:link,a.bot-nav:visited{
			text-decoration: none;
			font-size: 1.2em;
			color: #231F20;
		}
		a.bot-nav:hover,a.bot-nav:active{
			color: #fff;
		}
		a.right-link{
			padding-right: 0.5em;
			border-right: 1px solid #231F20;
		}
	#wb-footer{
		clear: both;
		text-align: center;
	}
	#slogan{
		position: relative;
		top:10px;
		margin: 0 auto;
	}
	.roundcont {
	width: 900px;
	background-color: #fff;
	color: #F78E1E;
	}
	.roundcont p {
		margin: 0 10px;
	}
	
	.roundtop { 
		display: none;
		background: url(../images/slogan-tr.jpg) no-repeat top right; 
	}
	
	.roundbot {
		display: none;
		background: url(../images/slogan-br.jpg) no-repeat top right; 
	}
	#slogan p{
		text-align: center;
		font-size: 5em;
		color: #000;
	}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: none;
}
#content-top{
	height: 50px;
	background: url(../images/content-tl.jpg) no-repeat top right;
}
#contact{
	width: 145px;
	padding: 0.1em;
	line-height: 1em;
	margin: 0.3em auto;
	font-size: 1.1em;
}
	#contact a{
		color: #231F20;
	}