@import 'reset.css';


* {margin:0px; padding:0px;}

html {min-width: 980px;}


html {}
body {background-color:#14542a;	color:#3ea862; font-family: Times, "Times New Roman", serif; text-align:center; font-size:14px; line-height:28px;}

h1 {}
h2 {}
h3 {}
h4 {}

p {width:300px; margin:0px auto 20px auto;}

a:link, a:active, a:visited {}
a:hover {}

ul {}
ul li {}
ul li a {}
ul li a:hover {}

#container {
	width: 980px;
	margin: 0px auto;
	background-image: url(/includes/images/shadow-top.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top:50px;
}
img#container {margin:0px auto;}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.skipnav {
	display: none;
}
