/* CSS Document */



body {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff; 
  background: #1f0f08 url(images/big_bg2.jpg) no-repeat 50% 0;
  -webkit-text-size-adjust: none;
}

div { margin:0; padding:0; }

h2 { font-size:14px; font-weight:bold; clear:both; margin:0; padding:0; }

h2.home {
	text-indent: -5000px;
	background: url(images/home.jpg) no-repeat 50% 0;
	height: 200px;
	}
	
h2.beach {
	text-indent: -5000px;
	background: url(images/beach.jpg) no-repeat 50% 0;
	height: 200px;
	}
	
h2.makeithappen {
	text-indent: -5000px;
	display: block;
	background: url(images/makeithappen2.png) no-repeat 50% 0;
	height: 136px;
	}
	
h2.makeithappen a {
	display: block;
	}
	

html>body { /* Opera */
	font-size: small;
}

img { border: 0px; padding:0px; margin:0px;}

#wrapper {
	margin-top:15px;
	width:440px;
	margin:0 auto;
	text-align:center;
	}
	
.logo_img {
	text-indent: -5000px;
	background: url(images/logo_web.png) no-repeat 50% 0;
	height: 160px;
	margin-top:10px;
	}
	
#main {
		background-color:#361714;
		border:1px solid #FFFFFF;
		margin:10px;
		padding:0;
		text-align:center;
		
}
	
#main ul.menu {
		
		width: 380px;
		height:35px;
		margin: 0 20px 20px 20px;
		padding:0;
		list-style: none;
		float:right;
		border-bottom:1px dotted #ffffff;
}



#main ul.menu li {
		float: left;
		padding: 0;
		margin: 0;
}

#main ul.menu a {
		float: left;
		display: block;
		padding: 8px 15px;
		font-family:Arial, Helvetica, sans-serif;
		color: #fff;
		text-decoration: none;
	}
	
#main a {
		font-family:Arial, Helvetica, sans-serif;
		color: #fff;
		text-decoration: none;
	}
	
#main ul.menu a:hover {
		text-decoration: underline;
	}
	

#main p { text-align:left; padding:0 20px; }
#main ul { text-align:left; }
	
img {
   behavior: url("pngbehavior.htc");
}
