/* CSS Document */

div#wrapper {
	width:914px;
	margin:auto;
}

div#header {
	height:140px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;

}
div#headbreak {
	background-image:url(../images/Jetsport_04.gif);
	background-repeat:no-repeat;
	height:35px;
	
}
div#mid {
	background-image:url(../images/bg.gif);

}

div#midcontent {
	width:700px;
}

div#left {
	width:200px;
	float:left;
}

div#right {
	width:700px;
	float:right;
	padding-right:10px;
}

div#bottomboxes {
	height:150px;
	clear:both;
}
div#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:94px;
	clear:both;

}

body {background:#000000;}
text {text-align:left;}