/* 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: #E0E0E0;
	color: #CCC;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

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

a {
	text-decoration: underline;
	color: #5d2f12;
}

a:hover {
	text-decoration: none;
	color: #a25a29;
}

h1 {
	font-size: 120%;
}

#container {
	background: #E0E0E0;
	color:  inherit;
	font-size: 0.8em;
	margin: 0 auto;
	width: 975px;
	text-align: center;
}

#content1 {
	background-color: #E0E0E0;
	margin-top:50px;
}
