a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#apNav {
	position:absolute;
	left:222px;
	width:676px;
	height:35px;
	text-align: center;
	top: .25px;
}
#nav {
	font-size: 16px;
	background-color: #CCC;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	line-height: 34px;
}

body {
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-color: #434343;
	text-align: center;
	
    }
p 	{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
.wrapper{
	position: relative;
	margin-top: -4px;	
	margin-left: auto;	
	margin-right: auto;
	width: 898px;
	min-width: 333px;
	min-height:700px;
	background-color: #f0f0f0;
	border: 1px solid;
}
	
.side	{
	float: left;
	width: 220px;
	border-right: solid;
	border-right-color: #434343;
	border-right-width: 2px;
	}
.main	{
	text-align: center;
	margin-left: 221px;
	float: none;
	margin-top: 50px;
	}

	
a {
	text-decoration: none;
}
h4 {
	padding: 18px;
}
#footer {
	font-size: 14px;
	font-style: italic;
	color: #CCC;
	text-align: center;
}
