body {	
	padding: 0;	color: #000000;	background-color: #ffffff;
	font-size: 14px;
	font-family: arial, sans-serif;
	}
	#wrapper {
	position: relative;
	width: 1004px;
	height: 800px;
	margin-top: 25px;
	margin-bottom: 125px; 
	margin-left: auto;
	margin-right: auto;

	
	
}

#wrapper img {
	float: left;
	border: 0;
	padding: 0;
}

#navcolumn {
	
	position: fixed;
	width: 241px;
	height: 25%;
	margin-left: 225px;
	margin-top: 425px;
} 





.content {
	
	display: block;
	width: 500px;
	height: auto;
	min-height: 550px;
	margin-left: 75px;
	margin-top: 10px;
	padding-top: 50px;	
	padding-left: 180px;
	padding-bottom: 50px;
	background-color: #ffffff;
	text-align: center;
} 

#errorbox {

	position: relative;
	width: 800px;
	height: 500px;
	margin-top: 25px;
	margin-bottom: 125px; 
	margin-left: auto;
	margin-right: auto;
}




	