body {
	margin:0;
	padding:0;
	background:url(images/bgstripes2.jpg) repeat top center;
	font-size:82%;
	font-family:Helvetica, Arial, Sans-serif;
}	
/****************       COMMON ELEMENTS           *******/
img,.png {
	position:absolute;
	z-index:-1;
	left:380px;
	top:120px;
}
/****************           LINKS           ********/

a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	
/****************          HEADINGS          *******/
h1, h2 {
	margin:0;
	padding:15px 0 0 10px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.6em;
	color:#6482BA;
}
/**********                         PARAGRAPHS         ******/
p {
	color:#2A313D;
	text-indent:10px;
	font-size:1.2em;
	
}
/***********                        TABLES                     ******/
table {
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-left:10px;
}

td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

th {
	background:#e5e5e5;
}	

/******************           INDEPENDANT DIVS AND CLASSES            ****/
#contactform {
	padding-left:10px;
}


/******************           background images           ****/
#boardimg {
	position:absolute;
	top: 15px;
	left:50px;
	}
#historyimg {
	position:absolute;
	top: 55px;
	left:50px;
}
#contactimg {
	position:absolute;
	top: 55px;
	left:50px;
}
#lighthouseimg {
	position:absolute;
	top: 55px;
	left:50px;
}
#indeximg {
	position:absolute;
	top: 55px;
	left:50px;
}

/*****                    MAIN CONTAINER      *****/
#container {
    width:800px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	background:url(images/background6.jpg) repeat-y top center;	
	text-align:left;
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
	/* width:762px;
	margin:0 auto; */
}
/*********                    HEADER                          *******/
#header {
	background:url(images/flags.gif) no-repeat right; 
	/*border-left:1px solid #959595;
	border-right:1px solid #959595;
	border-bottom:1px solid #959595;
	*/
	height:100px;
	background-color:#AAB1C1;
	/*background-color:#8fb28e;*/
	border:1px solid #fff;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
	
}

#header h1, #header h2 {
	color:#2B3240;
	margin:-2px 0 0 80px;
	/*padding: top right bottom left*/
	font-size:24px;
	font-weight:bold;
	width: 290px;
}	

#header p {
margin-top: 1px;
margin-left: 50px;
font-style:oblique;
color:#2A313D;
font-size:16px;
font-weight:bold;
}	
/***********                      LEFT COLUMN           *****/
#leftcol {
	float:left;
	width:200px;
	padding-top:20px;
}
#leftfront {
    text-indent: 0px;
	text-align:center;
	margin:0 auto;
	}
/************                    RIGHT COLUMN         ****/
#rightcol {
	width:600px;
	float:right;
	padding-top:20px;
	
}

#rightcol p{
	
	padding:0px 20px 20px 20px;
}

#rightcol h1 {
	font-size:1.3em;
	padding-left:20px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}	

img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	

#rightcol li {
	/*color:#284287;*/
	color:#2A313D;
	font-family:helvetica, arial, sans-serif;
	line-height:1.3em;
	/*list-style:none;*/
	font-size:1.2em;
}	
/****************                NAVIGATION IN LEFT COLUMN         *******/
#nav {
	list-style:none;
	padding-left:0px;
	margin:0 auto;
}

#nav li {
	/*background:#80a8d2;*/
	width:180px;
	height:20px;
	line-height:20px;
	/*text-align:center;*/
	font-size:16px;
	margin:5px 0;
	padding-left:20px;
	/*border-left: 3px solid #4b6e94;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;*/
}	

#nav li a {
	color:#544939;
	font-weight:bold;
	text-decoration:none;
	/*display:block;*/
	width:180px;
}	

#nav li a:hover {
	/*background:#c4d9f1;*/
	color:#A99373;
	border-bottom:1px dashed #fff;
}
.active {
    /*background:#c4d9f1;*/
	border-bottom:2px dashed #fff;
	color:#fff;
	}
/******************                  FOOTER                 ****/
#footer {
	text-align:center;
	background:#fff;
	clear:both;
	height:54px;
	padding-top: 3px;
	margin:0;
	border:1px solid #fff;
	background-color:#DDD2C3;
	/*border:1px solid #959595;*/
}	
