@charset "UTF-8";

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

img {
	border: none;
	
}
#pic {
	display: none;
}

a:link, a:visited {
    /* font-weight: bold; */
    color: #006837;
    text-decoration:none;
}

a:hover {
	/* font-weight: bold; */
	color: #000000;
    text-decoration:none;
}

#slogan {
	font-size: 20px;
	text-transform: uppercase;
}

#contact{
	line-height: 5px;
	font-weight: bold;
	font-size: 20px;
}

