body
	{
	margin: 0px;
	background-color: #f0f0f0;
	text-align: center;
	color: #000000;
	}
	
#mainContainer
	{
	position: relative;
	left: -105px;
	top: 55px;
	width: 965px;
	height: 530px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
	}
	
#leftColumn
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: auto;
	background-color: transparent;
	text-align: right;
	z-index: 2;
	}
	
#menu
	{
	position: relative;
	top: 46px;
	width: 300px;
	height: auto;
	background-color: transparent;
	text-align: right;
	z-index: 3;
	}
	
#menu img
	{
	border: 0px;
	margin-bottom: 10px;
	}
	
#content
	{
	position: absolute;
	top: 0px;
	left: 320px;
	width: 645px;
	height: 525px;
	background-color: transparent;
	z-index: 4;
	font-family: "American Typewriter", Verdana, Arial;
	font-size: 14px;
	line-height:  150%;
	color: #303030;
	text-align: left;
	}
	
h1 {
	font-family: "American Typewriter", Verdana, Arial;
	font-size: 18px;
	color: #303030;
	text-align: left;
	font-weight: normal;
	margin-top: 40px;
	}
	
#nav
	{
	position: absolute;
	top: 515px;
	left: 300px;
	width: 45px;
	height: 10px;
	background-color: transparent;
	z-index: 5;
	}
	
#nav img
	{
	border: 0px;
	float: left;
	}
	
#contact
	{
	position: absolute;
	top: 30px;
	left: 0px;
	width: auto;
	height: auto;
	}
	
p
	{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica;
	font-size: 14px;
	line-height:  150%;
	color: #aaaaaa;
	text-align: left;
	}
	
a
	{
	color: #aaaaaa;
	text-decoration: none;
	}
	
a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	}