@charset "UTF-8";
/* CSS Document Coded by Pedro J Rivera @ MEI Marketing 2009  414.383.4633*/

 * {
     margin: 0;
 }

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background-color:#7a3a1f;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#a9d6a0;


}


a:link, a:visited{
	color:#096;
	text-decoration:none;
}

a:hover{
	color:#C60;}

div#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -70px;
	width: 642px;
	margin-left: auto;
	margin-right: auto;	
	
}

div#topLogo{
	background-image:url(images/top-logo.jpg);
	width:642px;
	height:197px;
}

div#slide{
	background-image:url(images/slide.jpg);
	width:642px;
	height:180px;
}

div#slide2{
	width:642px;
	height:180px;
}

div.clearfooter{
	height: 80px;
	clear: both;
}

div#footer {
height: 70px;
width: 100%;
background-color: #451b09;
border-top: solid 1px #fff;
}

div#navBar{
	height:35px;
}

div#welcome{
	width:642px;
	float:left;
	margin-top:5px;
	
	
}

div#club{
	width:642px;
	float:left;
	margin-top:5px;
	
	
}

div#welcome form{
	
	color:#FFF;
	
}

input, textarea{
	background-color:#451b09;
	color:#FFF;
	border:1px solid #000;
}

div#welcome p{

	color:#FFFFFF;
}

div#map{
	float:left;
	margin-left:400px;
}
	

