body, #header, #main, #xtra, #footer {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background-color: #FFFFFF;
}
#header {
	height: 115px; 
	border-bottom: 1px solid #663333; 
}
#eyes, #menu, #footer {display: none;}
#main {
	clear: both;
	width: 90%;
	padding: 0;
    overflow: visible;
	border: none;
}
#xtra {
	clear: both;
	width: 90%;
    overflow: visible;
}

/* text styles below */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;
}	 

h1, h2, h3, h4 {font-weight: bold; color: #000000;}

h1 {
	font-size: 16pt;
	line-height: 1.5em;
}

h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 10pt;}

ul {
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: square;}

li {margin-bottom: 1em; margin-left: 1em;}

a:link, a:visited, a:hover {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}

#header img {
	margin: 0;
	padding: 0;
	border: none;}
	
#main img,  #xtra img {
	float: left;
	border: 1px solid;
	margin: 5px 10px 5px 0;
}