@charset "utf-8";
/* CSS Document */

body
{
	background: #96bbeb;
}

#container
{
	width: 700px;
	margin: auto;
}

#header
{
	margin: 0px;
}

#middle
{
	margin: 0px;
	background: white;
}

#navigation
{
	padding: 5px;	
}

#navigation a
{
	color: green;
	font-size: 16px;
	font-family: arial;
	padding-left: 10px;
	padding-right: 10px;	
}

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


#content
{
	padding: 3px;
	font-family: verdana;
	font-size: 12px;
}

#content h1
{
	color: green;
	font-size: 16px;
	font-family: arial;
}

#content a
{
	color: black;
}

#gallery
{
	margin: auto;
}

#footer
{
	padding-top: 20px;
	background: white;
	color: black;
	text-align: center;
}

#footer a
{
	
	color: black;
	text-decoration: underline;
}
