@charset "utf-8";
/* CSS Document */

* {
	background-repeat: no-repeat;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-repeat: no-repeat;
	background-position: 75% 0;
	background-color: #FFF;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
}

#wrapper {
	width:750px;
	height:1200px;
	margin:auto;
	}
	
#top {
	height:200px;
	background-image:url(images/topper.png);
	margin-top:12px;
}

#topper {
	background-image:none;
	height:151px;
	width: 180px;
	float:right;
	position:absolute;
	top: 22px;
	left: 799px;
	margin-top:12px;
}

#right {
	float: right;
	margin-top:10px;
	margin-left:3px;
	width:175px;
	height:530px;
}


#left {
	width: 550px;
	height: 530px;
	margin-top: 10px;
	margin-left:3px;
	margin-right:30px;
}

#wrapper #nav p {
	text-align: left;
}
.sbiz {
	font-size: 9px;
}

