@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
	color:#000;
	line-height: 19px;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image:url(images/background-main.jpg);
	background-repeat:repeat-x;
	background-color:#006600;
}

body p{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a img {border: none;}

/*
HEADERS TO GO HERE
*/

h1 {font-size:18px; color:#006600; padding-bottom:15px;}
h2 {font-size:18px; color:#006600; padding-bottom:15px;}
h3 {font-size:18px; color:#006600; padding-bottom:15px;}

/*
DIV ID'S TO GO HERE
*/

#wrapper {
 	margin-left: auto;
 	margin-right: auto;
 	width: 980px;
	margin-top:20px;
	background-color:#FFFFFF;
}

#header {
	width:980px;
	height:268px;
	float:left;
	background-image:url(images/background-header.jpg);
	background-repeat:no-repeat;
}

#navigation {
	width:940px;
	height:29px;
	float:left;
	padding: 239px 20px 0px 20px;
}

#content {
	width:920px;
	padding:30px;
	float:left;
	background-color:white;
}

#footer {
	width:980px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#map {
	width:600px;
	float:right;
	padding-left:30px;
	padding-bottom:30px;
}

#image {
	width:400px;
	height:500px;
	padding-left:30px;
	padding-bottom:30px;
	float:right;
}

#gallery {
	text-align:center;
}

/*
CLASSES TO GO HERE
*/

.nav {color:#FFFFFF; text-decoration:none; font-size:15px; padding-right:30px;}

a.nav:hover {color:#99CC00;}

.links {color:#030; text-decoration:none; font-size:18px; font-weight:bold;}
a.links:hover {color:#090;}

.gal {padding-bottom:35px; padding-right:35px;}
.galend {padding-bottom:35px;}