a
{
	text-decoration: none;
	color: #FF80A8;
}

a:hover
{
	text-decoration: none;
	color: #063;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 29px;
	letter-spacing: 1px;
}

#menu
{
	margin: 0;
	padding: 0 0 20px 10px;
}

#menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a
{
	float: right;
	padding: 0 12px 10px 12px;
	text-decoration: none;
	color: #000;
}

#menu a:hover
{
	color: #090;
	
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 2200px;
}

#container-contact    
{
	border: 20px solid #FFF;
	width: 800px;
	height: 800px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 670px;
	background-image:url(../images/fish-dorado.jpg);
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerleft-dove
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url(../images/dove-dorado.jpg);
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerleft-contact
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url(../images/lg-small-logo.jpg);
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 350px;
	height: 670px;
	overflow: auto;
	padding: 10px;
	background-color: #132280;
}

#containerright-contact
{
	float: left;
	width: 743px;
	height: 1500px;
	overflow: auto;
	padding: 8px;
	background-color: #FFF;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
	color: #FF3;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #CCC;
}
#footer-page
{
	width: 740px;
	text-align:center
	padding: 5px 0px;
	color: #CCC;
}

#footer a
{
	text-decoration: none;
	color: #FF80A8;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

#gallery {
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	width:516px;
	height:425px;
	border:1px solid #888;
	background-color: #fff;
	background-image: url(../images/hat-lg.jpg);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:516px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:516px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }
.blacktxt {font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#000; }

h1 {font-family:"Arial, Helvetica, sans-serif"; color:#009; font-size:36px;}

h2 {font-family:"Tekton Pro Bold Oblique"; font-size:30px; color:#006; }

.hightlite {
	font-family:"Copperplate Bold";
	font-size:22px;
	color:#FC0;
}

.boldtext {font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#006; font-weight:bold; }

	img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		div#content {
	/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative;
	/* These have no effect on the functionality */
			width: 740px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
		}
			.content-header {
	/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative;
	/* These have no effect on the functionality */
			width: 740px;
	margin: 0 auto;
	background: #fff;
	
	
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
		}
		
		body {
			/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;
			padding: 20px 0 0 0;
		}
#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box {
    margin: 0 auto;
    width: 400px;
    padding: 50px;
    background: white;
    padding-bottom:100px;
    font: 14px/2.2 Georgia, Serif;
}
