﻿/* Ocean Air Farms CSS File */

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium;
	background: #EEEEEE;
}

h1, h2, h3, h4  {
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

h4 {
	text-align: center;
}

#CenterPage {
	margin: auto;
	height: 600px;	/*whole page height*/
	width: 790px;
	background: #EEEEEE;
}

#LeftColumn {
	width: 161px;
	height: 430px;
	float:left;
	background: transparent url(images/nav_background_washed.JPG) no-repeat fixed left top; /* 159x425px */
	overflow: auto;
}

#RightColumn {
	margin-left: 162px;
	width: 628px;
	height: 430px;
	background-color: #EEEEEE;
}

#MastHead {
	text-align: center;
	color: black;
	background-color: #EEEEEE;
}

#Content {
	padding: 0 1em 0 1em;
	background-color: #EEEEEE;
}

#footer {
	font-size:	small;
	text-align:	center;
	background-color: #EEEEEE;
	clear:	both;
}

#Navigation, #Navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: black;
}

#Navigation a:hover, #Navigation li:hover {
	background: #BA78C9;	/*lavender*/
	color: black;
}

.accessaid {
	position: absolute;
	height: 0;
	overflow: hidden;
}

.bulletedul {
	list-style: disc;
}

