body {
	margin:10px auto;
	padding:0;
	color:#000;
	background:#030;
	height:100%;
	width:100%;
	text-align:center;
}

#wrapper {
	border:1px solid #000;
}

#wrapper img {
	height:100%;
	width:100%;
}

#header {
	width:100%;
	height:120px;
	text-align:left;
}

#mainpagebg {
	margin:0 auto;
	width:756px;
	height:447px;
	background:url(images/across-the-garden-fence4.jpg) no-repeat #fff;
	color:#000;
	text-align:center;
}

#infopage {
	margin:0 auto;
	width:756px;
	height:100%;
	background:#fff;
	color:#000;
}

#contenttable {
	position:relative;
	top:0;
}

#maincontent {
	padding:10px;
	font:normal 14px/16px arial, sans-serif;
	color:#000;
	text-align:left;
	background-color:#fff;
}

#maincontent h1 {
	font:bold 18px/22px arial, sans-serif;
	color:#030;
	background:#fff;
}

#maincontent h2 {
	margin-bottom:0;
	padding-bottom:0;
	font:bold 14px/16px arial, sans-serif;
	color:#063;
	background:#fff;
}

acronym {
	border-bottom:1px dotted #063;
}

.warning {
	display:block;
	padding:4px;
	color:#000;
	background:#ff0;
	font-weight:normal;
	text-align:center;
}

.small {
	font:normal 10px/12px arial, sans-serif;
}

a img {
	display:block;
	text-decoration:none;
	text-align:center;
}


/*Top navigational styles*/

#topBar {
	margin:0 auto;
	border:0;
	text-align:center;
	width:100%;
	height:20px;
	color:#060;
	background:#030;
}

