body{
	font-family: avant garde, century gothic, gotham, helvetica, arial, verdana, sans-serif;
	/*background-color: #eeeeee;*/
}

#parent{
	width: 1000px;
	height: 900px;
	/*border: 1px solid #000000;*/
	margin-left: auto;
	margin-right: auto;
}

#nav{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100px;
	font-size: 11pt;
	word-spacing: 40px;
	text-align: center;
	padding-left: 10px;
	
}

#nav a {
	word-spacing: 0px;
}

#h2 {
	text-align: center;
	font-size: 11pt;
}



#content{

	margin-left: auto;
	margin-right: auto;
	/*margin-top: 10px;*/
	width: 1000px;
	height: 600px;
	/*background-color: #eeeeee;*/
	padding: 10px;
	border: 3px #eeeeee;
	text-align: center;
}



#footer{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 20px;
	border-top: 1px solid #999999;
	padding-top: 4px;
	padding-right: 20px;
	font-size: 8pt;
	color: #999999;
}

h1{
	word-spacing: 0px;

}

a:link {text-decoration: none; color: #999999;}
a:visited {text-decoration: none; color: #999999;}
a:hover {text-decoration: none; color: #000000;}
a{outline: none;}