body{
		margin-top:3px;
		}
	body,table,td,tr,div,span,a{
		font-family: "Century Gothic";
		font-size:12px;
		}
	#nav-bar{
		width:900px;
		padding-left:10px;
		background-color:black;
		border-top:2px solid white;
		}
	.main_link_container{
		width:auto; display:inline; text-align:center; padding-left:20px; padding-right:20px;
		}
	a.main-link{
		width:auto;
		color:white;
		font-family: "Arial";
		text-decoration:none;
		font-size:16px;
		letter-spacing:0px;
		}
	a.main-link:hover{
		color:#e1e1e1;
		}
	#left-td{
		background-color:#C8B481;
		border-right:2px solid white;
		padding-bottom:10px;
		}
	#right-td{
		background-color:#DDDABC;
		background-image:url(../images/footsteps.png);
		background-position:top-left;
		background-repeat:no-repeat;
		@background-image:url(../images/footsteps.gif);
		}
	#header-bar{
		background-color:#AA7038;
		text-align:center;
		color:white;
		font-weight:bold;
		font-size:12pt;
		height:20px;
		background-image:url(../images/footsteps_top.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		}
	#main-content{
		padding:10px;
		font-size:12px;
		text-align:justify;
		}