/* -------------------------------------------- */
/*												*/
/*												*/
/*												*/
/* -------------------------------------------- */

/* -------------------------------------------- */
/*		Global Reset thanks to Eric Meyer		*/
/* -------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------- */
/*				Clearfix Style					*/
/* -------------------------------------------- */

/* clearfix */

.clearfix:after {
    content:				""; 
    display:				block; 
    height:					0; 
    clear:					both; 
    visibility:				hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {			
	height:					1%;
}
/* End hide from IE-mac */

/* -------------------------------------------- */
/*				Page Style Sheet				*/
/* -------------------------------------------- */

.hidden { display: none; }

body
{
	background-color: #45b62a;
	background-image: url(body-bg.png);
	background-repeat: repeat-x;

	font-family: Arial, Verdana;
	color: #753f00;
}

#container
{
	width: 800px;

	margin: 50px auto 50px auto;

	background-color: #fefccb;
	border: 3px solid #753f00;
}

#container h1
{
	width: 684px;
	height: 85px;

	margin: 10px auto 20px auto;

	background-image: url(masthead.png);
	background-repeat: no-repeat;
}

#container h2
{
	float: left;
	clear: left;
	width: 460px;
	height: 50px;

	padding-top: 15px;
	margin-left: 10px;

	font-size: 18pt;
	text-align: center;
}

#mainmenu
{
	float: left;
	clear: right;
	width: 300px;
	height: 50px;

	margin-left: 20px;

	background-image: url(mainmenu.png);
	background-repeat: no-repeat;
}

.mm-link-home
{
	float: left;
	clear: left;
	width: 60px;
	height: 50px;

	margin-left: 30px;
}

.mm-link-gallery
{
	float: left;
	clear: right;
	width: 60px;
	height: 50px;

	margin-left: 13px;
}

.mm-link-contact
{
	float: left;
	clear: right;	
	width: 90px;
	height: 50px;

	margin-left: 15px;
}

#body-text
{
	float: left;
	clear: left;
	width: 460px;

	margin-left: 10px;
	margin-bottom: 20px;
}

#body-text p
{
	margin-top: 15px;

	line-height: 16.1pt;
	text-align: justify;
}

#gallery-link
{
	float: left;
	clear: right;
	width: 300px;
	height: 200px;

	margin-top: 20px;
	margin-left: 20px;
}

#contact-link
{
	float: left;
	clear: right;
	width: 300px;
	height: 50px;

	margin-top: 20px;
	margin-left: 20px;

	background-image: url(contact-button.png);
	background-repeat: no-repeat;
}

#contact-link a
{
	width: 300px;
	height: 50px;

	display: block;
}

.gallery-section
{
	float: left;
	clear: left;
	margin-top: 15px;
}

.gallery-section h3
{
	font-size: 12pt;
	font-weight: bold;
}

#gallerythumbs
{
	float: left;
	clear: right;
	width: 690px;

	margin: 10px 50px 20px 50px;
}

#gallerythumbs a
{
	float: left;
	clear: right;
	width: 100px;
	height: 100px;

	display: block;

	margin-left: 10px;
	margin-top: 10px;

	border: 2px solid #007334;
}

#footerframe {
	width: 800px;
	height: 40px;
	margin: -40px auto 0px auto;

	font-size: 10pt;
	line-height: 14pt;
}

#footerframe p {
	text-align: center;
	color: white;
}

#footerframe p a {
	border-bottom: 1px black dotted;

	text-decoration: none;
	color: black;
}

#footerframe p a:hover {
	border-bottom: 1px solid white;
	color: white;
}
