html {
	height:100%;
}

body {
	margin: 0 auto;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #333;
	background-color: #fff;
	text-align: center;
	height:100%;
}

* {
	padding: 0;
	margin: 0;
}

/* Make sure the table cells show the right font */
td {
	font-family: arial, helvetica, verdana, sans-serif;
}

/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

a {text-decoration: underline; padding: 1px; }
a:link { color: #03c; }
a:visited { color: #03c; }
a:hover { color: #fff; text-decoration: none; }


/*-------------------------------------------------
TYPOGRAPHY
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
}

h1 {
	font-size:1.4em;
	visibility: hidden;
}

h2 {
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

h4 {
	padding-bottom: 1em;
}

/* PAGE STRUCTURE 
---------------------------------------------*/

#container {
	width:760px;
	margin:auto;
	text-align: left;
	position: relative;
	height:auto !important; /* real browsers */
	min-height: 100%;
	height: 100%;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-y;
}

/* 2 column layout c1-c1-c2 */
.c1-c2 #c1 {
	float: left;
	width: 175px;
	padding: 0;
	margin: 0;
	background-color:#98a9a2;
}

.c1-c2 #c2 {
	float: right;
	width: 585px;
	padding: 0;
	margin: 0;
	background-color: #ddcab6;
}

a img {
	border: 0;
}

img.top {
	height: 120px;
	width: 196px;
	border: 0;
	margin: 0;
	padding: 0;
}

div.img {
	float: left;
	margin: 0;
	width: 180px;
	height: 8em;
	border: 1px solid black;
}

div.break {
	font-size: 0.1em;
	clear: both;
}

#contactHead {
	text-align: right;
	width: 100%;
	background-color: #98a9a2;
	
}

#contactHead  p {
	font-size: 1em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-weight: bold;
}

#imgHead {
	height: 158px;
	background-color:#9ba885;
	background-image:url(../images/bannerf.jpg);
	background-repeat: no-repeat;	
}

#content {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 22em;
	text-align: left;
	background-color: #dce6d7;
	color: #000;
}

#content div {
	font-size: 0.9em;
	padding: 1em;
}

#logo {
	height: 160px;
	text-align: center;
	background-color: #9ba886;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
}

#nav {
	padding: 1em 0;
}

l#menu {
	padding:0;
	margin:0;
	width:0;
}

#menu li {
	list-style-type:none;
}

#menu a, #menu a:visited {
	display:block;
	margin: 0 1em;
	border-bottom: 1px solid black;
	padding: 0.2em 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:1em;
	text-align:center;
	text-decoration:none;
	color:#000;
	line-height:1.3em;
	height:1.3em;
}

a#last, a#last:visited {
	border-bottom: none;
	padding-bottom: 0;
}

#menu a:hover {
	background: none;
}

#contact {
	padding: 3em 0;
	text-align: center;
	font-size: 0.7em;
	font-family: verdana, arial, helvetica, sans-serif;
}

#slideshow  {

}

#slideshow a:hover {
	background-color: #E5B283;
}

#slideshow p {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

/* start accomo */

ul.accomo, ol.rules {
	padding:0;
	margin:0;
	padding-left: 2em;
}

ol.rules li {
	padding-bottom: 0.1em;
}

/* end accomo */

p.copy {
	text-indent: 1.5em;
	padding-bottom: 1em;
}

p.phone {
	margin-top: 1em;
}

p.accomo {
	padding-bottom: 1em;
	padding-left: 0;
}

p.title {
	text-align: center;
}

.rules {
	margin-left: 1.5em;
}

#mailing {
	margin: 1em 0;
}

.break {
	margin: 1em 0;
}

.accoH {
	text-decoration: underline;
}

td {
	text-align: center;
}

div.spacer {
	height: 2px;
	background-color: #FFF;
}

table.photos td {
	padding: 30px 0;
}