body
	{
		margin: 50px 0px 0px 0px;
		padding: 0px;
		font-family: Arial, sans-serif;
		font-size: 15px;
		color: #666666;
	}

	a:active { color: #006699; text-decoration: underline; }
	a:link { color: #006699; text-decoration: underline; }
	a:visited { color: #006699; text-decoration: underline; }
	a:hover { color: #006699; text-decoration: underline; }

h1
	{
		margin: 0px;
		padding: 0px;
		
		font-size: 30px;
		font-weight: bold;
		color: #333333;
		text-transform: uppercase;
		letter-spacing: .75px;
	}
	
p
	{
		margin-top: 0px;
		padding-top: 0px;
		
		font-family: Georgia;
		text-align: justify;
		line-height: 1.25;
	}

#footer
	{
		position: relative;
		width: 100%;
		height: auto;
		clear: both;
		padding-top: 40px;
		font-size: 10px;
		color: #999999;
		text-align: center;
	}	

#main
	{
		position: relative;
		width: 380px;
		height: auto;
		margin-left: 20px;
		float: left;
	}
	
#nav
	{
		padding: 5px 0px 10px 0px;
		word-spacing: 4px;
	}

	#nav a:active { text-decoration: none; }
	#nav a:link { text-decoration: none; }
	#nav a:visited { text-decoration: none; }
	#nav a:hover { text-decoration: underline; }
	
#picture
	{
		position: relative;
		width: 200px;
		height: auto;
		padding-top: 5px;
		float: left;
	}
	
#wrapper
	{
		position: relative;
		width: 600px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}	
