body {
	background-color: #3C7A47;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}
/* hide from ie on mac \*/
html {
	height: 450px;
}
	
#flashcontent {
	height: 450px;
	
}
	/* end hide */
	
a:link {
	color: #3C7A47;
	text-decoration: underline;
}
a:visited {
	color: #3C7A47;
	text-decoration: none;
}
a:hover {
	color: #3C7A47;
	text-decoration: none;
}
a:active {
	color: #3C7A47;
	text-decoration: underline;
}
#content {
	width: 800px;
	background-image: url(images/background.jpg);
	text-align: center;
	margin: 0 auto;
}
#header{
	height: 105px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#body {
	width: 680px;
	margin: 0 auto;
	padding: 10px 0;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 39px;
	width: 800px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	padding-top: 85px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.center {
	margin: 0 auto;
	padding: 10px 0;
	text-align: justify;
	width: 665px;
}

.picture {
	border: 1px solid #000000;
	text-align: center;
}
.Attention {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3C7A47;
	border: thin solid #999999;
	text-align: justify;
	padding: 4px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
