/************* GENERAL ************/

body {
	margin: 0px;
	padding: 0px;
	background: #659D32;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

a {	
	text-decoration: none;
	color: blue;
}

/*
a:visited {	
	text-decoration: none;
	color: purple;
}
*/

a:hover {
	text-decoration: underline;
	color: #333333;
}

/************* HEADER ************/

#header {
	width: 1200px;
	height: 100px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #006400;
}

#header-left {
	float: left;
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	background: #006400;
}

#header-left img {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0px 10px 0px 10px;
	border-style: none;
}

#header-right {
	float: right;
	width: 200px;
	height: 100px;
	margin: 0px auto;
	background: #006400;
}

#header-right img {
	float: right;
	height: 18px;
	margin: 0px 10px 0px 0px;
	border-style: none;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #FFFFFF;
	font-size: 45px;
}

/************* MENU ************/

#menu {
	width: 1200px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 1200px;
	overflow: auto;
	margin: auto;
	padding: 10px 0px 10px 0px;
	background: #FFFFFF;
}

#content-left {
	float: left;
	width: 795px;
	background: #FFFFFF;
	border-right-style: solid;
	border-right-color: #000000; 
	border-right-width: 4px; 
}

#google-map {
	float: left;
	width: 775px;
	height: 500px;
    margin: 0px 10px;
	background: #FFFFFF;
}

#content-right {
	float: right;
	width: 395px;
	background: #FFFFFF;
}

#content h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #333333;
	font-size: 1.75em
}

#content h2 {
	margin: 0px;
	padding: 15px 0px 0px 10px;
	text-align: left;
	color: #333333;
	font-size: 1.5em
}

#content p {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	text-align: left;
	line-height: 150%;
}

#content ul, #content ol {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	line-height: 150%;
	list-style-type: none;
}

#content ul li, ol li {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#content img {
	float: left;
	height: 70px;
	margin 0px;
	padding: 10px 0px 0px 10px;
	border-style: none;
}

/************* FOOTER ************/

#footer {
	width: 1200px;
	overflow: auto;
	margin: auto;
	background: #DCCDCC;
	font-size: 9px;
	color: #333333;
}

#footer-left {
	float: left;
	width: 300px;
	text-align: left;
	padding: 0px 10px;
}

#footer-center {
	float: left;
	width: 600px;
	text-align: center;
}

#footer-right {
	float: left;
	width: 300px;
	text-align: right;
	padding: 0px 10px;
}

#footer a {
	text-decoration: none;
	color: black
}

#footer a:hover {
	text-decoration: underline;
	color: #333333;
}