/* Wavestream CSS */

body {
	background-color: #e6edfd;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px; }

h2 {
	font-family: Arial;
	font-size: 22px;
	color: #095ba5;
	font-style: italic; }

.contentSpacing {
	margin-right: 20px; }
	
.wrapper {
    position: relative;
    width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image: url(gfx/body_bg.jpg); }

.header {
	position: relative;
	width: 900px;
	height: 200px;
	left: 50px;
	background-image: url(gfx/header.jpg); }

.innerWrapper {
	position: relative;
	width: 900px; }
	
.menu {
	position: relative;
	width: 190px;
	top: -230px;
	left: 72px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 1; }

.content {
	position: relative;
	width: 675px;
	top: -30px;
	right: -250px;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px; }

.contentBottom {
	position: relative;
	width: 900px;
	height: 186;
	left: 50px; }
	
.footer {
	position: relative;
	width: 900px;
	height: 30px;
	left: 50px;
	background-image: url(gfx/footer_bg.jpg); }