
body {
	font-family: 'Open Sans', Courier New, serif; font-weight: 400; font-size: .8em; color: #FFFFFF;
	background-image: url(/_images/wave.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	/* This next one is for IE6 */
	background-attachment: fixed;
	}

img {
 padding:0;
     margin:0;
     border:0;
     }
	
h2 {font-family:  'Open Sans', Courier New, serif; font-weight: 400; font-size: .8em; color: #FFFFFF;}
h3 {font-family:  'Rokkitt', Courier New, serif; font-weight: 400; font-size: 1.3em; color: #FFFFFF; }

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {color: #33FFFF; text-decoration: none;}
a:active {color: #33FFFF; text-decoration: none;}

p.spaced { margin-top: 25px;}
	

hr {
	border-top: 1px solid #CCCCCC;
	color: transparent;
	background-color: transparent;
	height: 1px;
	margin-top: 25px;
	}

#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}

#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}


	


#wrapper {
	position: relative; z-index: 2;
   	margin-left: auto;
   	margin-right: auto;
   	margin-top: 20px;
	width: 630px;
	overflow: hidden;
	}	

.section {
   	margin-top: 10px;
	width: 630px;
	overflow: hidden;
	}	
	
#header {
   	margin-left: auto;
   	margin-right: auto;
   	margin-top: 50px;
	width: 630px;
	text-align: left;
	}	

#footer {
   	margin-left: auto;
   	margin-right: auto;
   	margin-top: 50px;
	width: 630px;
	text-align: left;
	}	

.one {
	float: left;
	width: 200px;
	text-align: left;
	}
	
	
.two {
	float: left;
	margin-left: 50px;
	width: 200px;
	text-align: left;
	}
	
.three {
	float: left;
	margin-left: 50px;
	width: 130px;
	text-align: left;
	}

	
.four {
	float: left;
	width: 450px;
	text-align: left;
	}
	
.gallery {
   	height: 315px;
	width: 450px;
	}	
	
	
.clear {
	clear: both;
	}
	
