﻿/* CSS layout */

body {
	margin: auto;
	padding: 0;
	background: url(http://www.palmettodanceclub.org/images/blue_background.jpg) ;
	background-repeat: repeat-x;
	min-height: 100%;



} 

	

#masthead {
	width: 95%;
	height: 164px;
	}
	
#masthead h2  {
	position: absolute;
	top: 55px;
	left: 335px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	text-decoration: none;
	color: #AF021E;
	font-weight: bold;
	text-align: center;
	}

#masthead h1  {
	position: absolute;
	top: 110px;
	left: 395px;
	vertical-align: middle;
	font-family: freestyle script;
	font-size:1.7em;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-align: center;
	}

#masthead img {
	position: relative;
	top: 50px;
	left: 15px;
	
	float: left;
	text-align: center;
	clear: left;
	}


#top_nav {
	height: 45px;
	position: relative;
	top: 65px;
	}

#container {
	min-width: 600px;
	padding: 1px;
	}

#left_col {
	width: 17%;	
	float: left;
	/*position: relative;*/
	top: 65px;
	}
	
ul  {
	list-style-type: none;
	line-height: 50px;
	margin-left: 15px;
	padding: 10px;
	font-size:1.2em;
	font-weight: bold;
	color: #FFF;
	
	width: 120px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	
	
	}

#page_content {
	margin-left: 190px;
	/*position: relative;*/
	top: 65px;
	margin-right: 150px;
	padding-bottom: 15px;
	width: 750px;
	line-height: 25px;
	}

#adobeReaderImg	{
	clear: both;
	padding-bottom: 5px;
	padding-top: 3px;
	border-color: #000;
	padding-left: 300px;
	}
	
#footer {
	clear: both;
	margin: 0px;
	text-align: center;
	font-family: inherit;
	font-size: small;
	font-style: inherit;
	color: #000;
	padding-top: 50px;
	padding-bottom: 65px;
	}
	
#officers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:80%;
border-collapse:collapse;
}

#officers td, #officers th 
{
font-size:1.0em;
border:1px solid blue;
padding:3px 7px 2px 7px;
}

#officers th 
{
font-size:1.2em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:blue;
color:#fff;
}

#officers tr.alt td 
{
color:#000;
background-color:#66CCFF;
}
