/* CSS Document */body {	padding: 0px;	background-color: #000000;	margin: 0px;	font-family: "Courier New", Courier, monospace;}#wrapper {	width: 750px;	padding: 0px;	background-color: #000000;	margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;} #footer {	font-family: "Courier New", Courier, monospace;	font-size: 11px;	text-align: center;	vertical-align: text-bottom;	height: 30px;	color: #333333;	padding-top: 30px;		}/* Change the height to whatever it needs to be */#header {	background-color: #000000;	width: 100%;	height: 51px;	padding-top: 0;	padding-right: 0;	padding-bottom: 1%;	padding-left: 0;	margin-top: 3%;}	.logo {	float: left;}/* Change the height to whatever it needs to be */#content {	background-color: #FFFFFF;	margin: 0px;	width: 740px;	padding-top: 10px;	padding-right: 5px;	padding-bottom: 10px;	padding-left: 5px;	font-family: "Courier New", Courier, monospace;	height: 345px;	background-image: url(images/bkgrnd/bkgnd_events.jpg);	background-repeat: no-repeat;	background-position: 10px;} /* Change the margin and padding to align, and height as needed */#nav {	width: 100%;	margin: 0px;	padding-top: 0em;	padding-right: 0em;	padding-bottom: 0em;	padding-left: 0em;}.textcontainer {	margin-right: auto;	margin-left: auto;	font-family: "Courier New", Courier, monospace;	font-weight: normal;	text-align: center;	padding-top: 2px;	padding-right: 0px;	padding-bottom: 2px;	padding-left: 0px;	font-size: 16px;	width: 530px;}.txtimag-a {	color: #FF0099;	text-align: center;}