﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
	background: #663300 url('../images/bg2.jpg') repeat-y;
}

#shadow {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-color: #663300;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	background: white;
}


#masthead {
	width: 1020px;
	height: 145px;
	margin: 0 auto;
	padding: 0;
	background: white url('../images/masthead.jpg') no-repeat scroll left top;
}

#top_nav {
	width: 1020px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#mainMast {
	width: 1020px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	background: transparent url('../images/mainmast.jpg') no-repeat scroll left top;
}

#gallery {
	width: 1020px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background: white;
	text-align: center;
}


#page_content {
	
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14pt;

	
}

#footer {
	width: 1020px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-align: center;
	line-height: 12pt;
	padding-bottom: 30px;
		
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14pt;
}

.centerText {
	text-align: center;
}

.boldText {
	font-weight: bold;
}

.italText {
	font-style: italic;
}

.smallText {
	font-size: 8pt;
}

.title {
	font-size: 16pt;
	font-weight: bold;
}


.pageName {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
}

.copyright {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.padPara {
	padding: 10px;
}

a {
	color: #663300;
}

a:active {
	color: #532900;
}

a:hover {
	color: #808080;
}
