body	{
	font: 18px/1.1 Georgia,"Times New Roman";
	background-color: #3333FF;
	margin: 0;
	padding: 0;
	}
	
a:link	{color: white;
	text-decoration: none;
	}

a:visited	{color: black;
		text-decoration: none;
		}

a:hover	{color: red;
	text-decoration: underline;
	}

a:active	{color: white;
		}

#wrapper	{
		position: relative;
		left: 50%;
		width: 700px;
		margin-left: -350px;
		background-color: #3333FF;
		padding: 0px;
		}
		
#branding	{
		height: 150px;
		background-color: #3333FF;
		}

#footer	{
	height: 305px;
	background-color: #3333FF;
	}
			
#content	{
		width: 550px;
		float: right;
		margin-top: 15px;
		}
		
#mainNav	{
		width: 110px;
		float: left;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-top: 20px;
		margin-left: 10px;
		background-color: #3333FF;
		border: 2px solid black;
		}
		
#mainNav li	{
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
		}
		
#content h1, #content h2, #content p	{
					padding-right: 20px;
					}
					
h1	{
	font: italic bold small-caps 24px Georgia, serif;
	}

#footer	{
	clear: both;
	}
	
ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: black;	
	font: 14px Georgia, serif;
	text-align: center;
	}
	