/* CSS Document */

body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color:#EAEAEA;
	}
	
	#container
	{
		margin: 1em auto;
		width: 800px;
		text-align: left;
		background-color: white;
		border: 1px solid black;
	}
	
	#header
	{
		height: 80px;
		background-color: black;
		background-image:url(header.jpg);
		background-repeat:no-repeat;
		background-position:center;
	}
	
	#mainnav
	{
		margin-top: 5px;
		height: 28px;
		width: 800px;
		background-color: #CCCCCC;
	}
	
	#contents	
	{
		margin-top: 5px;
		margin-right: 20px;
		margin-left: 50px;
		background-color: white;
		background-image:url(../Homepage/contentBackground.jpg);
		background-position:center;
		background-repeat:no-repeat;
	}
	

	#footer	
	{
		margin-top: 10px;
		clear: both;
		height: 100px;
		background-color: lime;
		background-image:url(footer.jpg);
	
	}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}