/* CSS Document */

body {
	margin:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:12px;
	}

	
	
#Header {
	background:url(images/top_bg.gif);
	}

#Container {
	background:url(images/bg.gif) #e0f0ff;;
	}	

#Content {
	font-size:1em;
	margin:10px;
	}
	
#Content a {
	color:#000066;
	}

#Content a:hover {
	color:#000000;
	}

#SlideShow {
	text-align:center;
	}

#Footer {
	color:#000000;
	}
	
#Footer a {
	color:#000066;
	}

#Footer a:hover {
	color:#000000;
	}
	
	