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

body
{ background-color: #00703c; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #00703c;}

/* links */

a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

a.foot:link {
	text-decoration: underline;
	color: #ffffff;
}
a.foot:visited {
	text-decoration: underline;
	color: #ffffff;
}
a.foot:hover {
	text-decoration: none;
	color: #ffffff;
}
a.foot:active {
	text-decoration: underline;
	color: #ffffff;
}

/* tables */

.main
{width: 100%; background-image: url(../images/background.jpg); background-position: top; background-repeat: no-repeat; margin-left: auto; margin-right: auto;}

td.main_50s
{width: 50%;}

td.content
{background-color: #FFFFFF; padding: 20px;}

.contact
{width: 700px; margin-left: auto; margin-right: auto; }

td.form
{width: 400px; }

td.con_info
{width: 250px;
text-align: right;
padding-right: 10px; vertical-align: top;}

td.footer
{background-image: url(../images/footer.gif); background-repeat: no-repeat; 
font-family:Arial, Helvetica, sans-serif; font-size: 10px; text-align: right; color: #FFFFFF;
padding-right: 10px; vertical-align: top;
height: 92px;}

/* headings */

h1
{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;
}

h2
{font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;}

/* gallery */

.centered
{margin-left: auto; margin-right: auto;}

td.cent
{text-align: center;}

.work_buts
{width: 300px;}