/* Generic styling */

*	{
	 font-size: 1em;
	 line-height: 1.2em;
	 margin: 0px auto;
	 padding: 0px;
	 text-align: justify;
	 text-decoration: none;
	 color: #CCC;
}

body	{
	background-color: #395D00;
	color: #CCC;
	font-family: Arial, Georgia, Helvetica, Verdana, sans-serif;
	text-align: center;
}

a, a img{
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 120%;
}

#container {
	background: #395D00 url('images/background.jpg') repeat;
	color:  inherit;
	font-size: 0.8em;
	margin: 0 auto;
	width: 975px;
	text-align: center;
}

#content1 {
	background-color: #395D00;
}