@import url('page.css');
@import url('header.css');
@import url('menu.css');

#content{
	width: 800px;
	padding-bottom:20px;
	background-color: #fff;
	background-image: url("../img/foot.png");
	background-position: bottom center;
	background-repeat: no-repeat;	
}
	
#content img{
	display:block;
	width: 795px;
	height: 425px;
	margin: auto;
	margin-bottom: 10px;
}

#content ul{
	color: #0d7493;
	margin-left: 50px;
	font-family: impact;
	font-size: 0.80em;
	letter-spacing: 2px;
}

	#content ul li{
		padding:0;
		margin:0;
	
	}

		#content a{
			display:inline;
			padding-left: 10px;
			text-decoration:none;			
			color: #0d7493;
		}
	
