
html { 
   overflow-y: scroll;
   }

* {
    margin: 0;
}

body { 
	background: url(images/bg.jpg);
	font-size: 75%;
	color: #222; 
 	font-family: Arial, Helvetica, sans-serif;
}



html, body {
	height: 100%;
}

h4 {
	margin: 0 0 8px 0;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}




.container {
	position:relative;
	background: url(images/shadow.jpg) repeat-y;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    width: 800px;
}




#menu_contain {
	margin-top: 11px;
	padding-bottom: 14px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #80c43d;
}

#menu_contain ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}

#menu_contain li {
	list-style: none;
	display: inline;
	padding-right: 20px;
	color: #80c43d;
	
}

#cont_contain {
	margin-top: 81px;
	height: auto;
}


#cont_head {
	letter-spacing: 1px;
	margin-bottom: 13px;
	font-weight: bold;
	color: #80c43d;
	font-size: 110%;
}

#cont_text {
	letter-spacing: 1px;
	font-size: 10px;
	height: auto;
}




#logo_cont {
	margin-top: 30px;
}


html, body {
    height: 100%;
}



.footer, .bottomout {
    height: 4em;
}



h2 {
	letter-spacing: 1px;
	margin-bottom: 13px;
	font-weight: bold;
	color: #80c43d;
	font-size: 120%;
}



.footer {
	height: 4em;
	margin-top: 21px;
	margin-bottom: 6px;
	font-size: 9px;
}

.footer ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.footer li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	color: #80c43d;
}


a  { 
	color: #568745;	text-decoration: none;
	}
	
	
a:focus, a:hover     {
	color: #80c43d; 
	}

#links {
	font-size: 10px;
	margin-left: 77px;
	margin-top: 10px;
}

/*
97C43D / 80c43d (light green)
618745 / 568745 (dark green)
*/
