
body
{
	background-color: Navy;
	text-align: center;
	font-family: Arial, Time Roman, Verdana, sans-serif;
	font-style: normal;
}

h1
{
	color: #FFFF00;
	font-size: 28pt;
}

h2
{
	color: #FFFF00;
	font-size: 16pt;
	font-style: normal;
}

h3
{
	color: #FFFF00;
	font-size: 14pt;
	font-style: normal;
}

h4
{
	color: #FFFF00;
	font-size: 10pt;
	font-style: normal;
}

p
{
	font-size: 12pt;
	color: #FFFF55;
}

a {
	color: #f8f555
}

marquee {
        font-size: 16pt;
}
/*Container*/

#container {
	width: 910px;
	margin: 0 auto;
	color: #A0522D;
	font-size: 10pt;
}

/*Header*/

#header {
        width:910px;
        height: 150px;
        margin: 0 auto;
        background: url(../LOGO_ZOOPALAST_QUER.jpg) no-repeat center center;
        border-top: 5px solid #000000;
        border-bottom: 5px solid #000000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Time Roman, sans-serif;
	color: #00008B;
	font-size: 10pt;
}

#header h1 {
        float: right;
        padding: 133px 20px 0 20px;
}

#header h2 {
        float: left;
        padding: 133px 20px 0 20px;
}
/*mainnav*/

#mainnav {
	background-color: #292999;
	border-bottom-width: thin;
	text-align: right;
	width: 906px;
	float: none;
	border: thin solid #8E8555;
}

#mainnav a {
	color: #fff555;
	font-size: 12pt;
}

#mainnav table {
	background-color: #9F9555;
	border-top: none;
	border: thin;
	border-bottom: none;
	background-image: none;
}

/*menu*/

#menu {
	text-align: left;
	float: left;
	width: 230px;
	padding: 15px 10px 0 10px;
	background: #2A2A90;
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#menu h2 {
	margin: 2px 0 1px 0;
	font-size: 12pt;
}

#menu ul ul {
	margin-left: 25px;
}

/*Content*/

#content {
	float: right;
	width: 710px;
	padding: 25px 10px 0 20px;
	background: #ACA555
}

#content ul {
	margin-right: 0;
	padding-right: 0;
	list-style: none;
}
#content * {
	text-align: center;
	float: left;
	width: 200px;
	padding: 15px 10px 0 10px;
	background: #2A2A90;
}
#content h2 {
	margin: 20px 0 10px 0;
}

#content ul ul {
	margin-right: 25px;
}

#content a {
	color: #f8f555
	list-style: none;
}

#content table {
	font: normal;
	font-size: 12pt;
	text-align: center;
	color: #FFFF00;
}

/* Footer */

#footer {
        width:910px;
        height: 160px;
        margin: 0 auto;
        background: url(../tiere_banner1.JPG) no-repeat center center;
        border-top: 5px solid #000000;
        border-bottom: 5px solid #000000;
}

#footer * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        font: bold 11px Verdana, Arial, Time Roman, sans-serif;
        color: #8F8555;
        font-size: 10pt;
}

#footer h1 {
        float: right;
        padding: 133px 0 0 20px;
}

#footer h2 {
        float: left;
        padding: 133px 50px 0 0;
}