html, body, div, p { margin: 0; padding: 0; }

body { 
	background: #FFF;	
	text-align: center;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 713px;
	text-align: left;
	border: #000 2px solid;
	border-top: 0;
	font-family: Arial;
	font-size: 14px;
/*	min-height: 430px; */
}

#header {
	background: url(images/banner.jpg) no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
	width: 713px;
	height: 57px;
}

#menu { 
	position: relative;
	left: 7px;
	top: -15px;
	width: 480px;
	z-index: 1;
	font-size: 12px;
}
	


#content{
	position: relative;
	left: 1px;
	top: -15px;
	padding: 20px;

}


	#content #main {
		float: left;
		width: 480px;
	}

	#content #sidebar {
		float: right;
		width: 150px;
		font-size: 11px;
		text-align: center;

	}

	#content #sidebar img {  border: 0; }

	#content a {
		text-decoration: none;
	}

.links a {
	color: #79ac00;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	}

.links a:hover {
		color: #000;
	}

#pdf { display: none; }
#video { display: none; }