

div {
	display: block; 
}

body {
    background: url('images/background.jpg');
    margin: 0pt auto;
    padding: 0;
}

#top {
    background: url('images/top.png') no-repeat;
    margin-left: auto;
    margin-right:auto;
    margin-top: 0;
    margin-bottom: 0;
   /* position: relative; */
    top: 0px;
    height: 106px;
    width: 870px;
    z-index: 0;
    text-align: center;
}

#main {
    position: relative;
    margin-top: 0 0 0 0;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 0;
    top: 0;
    background: url('images/body.png') repeat-y;
    width: 870px;
    z-index: 1;
    text-align: center;
   /* height: 700px; */
}

#content {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    position: relative; 
    left: 47px;
    top: 0px;
    width: 760px;
}

#foot {
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 0;
    width: 870px;
    height: 86px;
}

#footback {
	position: absolute;
    width: 870px;
    height: 86px;
    background: url('images/foot.png') no-repeat;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
}

#nav {
    margin-top: 0;
    margin-left: -12px;
    margin-bottom: 0;
    text-align: center;
}

#nav ul {
	list-style: none;
	margin:0;
	padding: 0;
	left: -3px;
}

#nav ul li {
	display:inline;
}

p a {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

p {
    font: 10pt "Helvetica","Arial",sans-serif;
    color: #FFFFFF;
    margin: 10px 0 0 10px;
    padding-bottom: 5px;
    text-align: left;
    z-index: 3;
    position: relative;
}

h1, h2, strong, em {
	font: 11pt "Helvetica","Arial",sans-serif;
	color: #FFFFFF;
    margin: 10px 0 0 10px;
    padding-bottom: 5px;
    text-align: left;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.footertext {
    font: 8pt "Helvetica","Arial",sans-serif;
    color: #624d29;
    margin: 3px 0 0 3px;
    padding-bottom: 3px;
    text-align:center;
}

.footertext a {
    color: #624d29;
}

.footertext a:visited {
    color: #624d29;
}

.nudge {
    position: relative;
    left: 8px;
    margin: 0 0 0 0;
    padding: 0;
}

#admin {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
    left: 0px;
    top: 0px;
    width: 516px;
}


#dropmenu1 {
	visibility: hidden;
	display:none;
	left: -3px;
	position: relative;
/*	background: #382610;*/
/*	border: 1px solid #624d29; */
	border-top: 1px solid #624d29;
	width: 781px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0;
	text-align: center;
}

#dropmenu1 p {
	margin-top: 0;
	padding-top: 3px;
	margin-bottom: 0;
	font-size: 10pt;
	text-align: center;
}
#dropmenu1 a {
	color: white;
	text-decoration: none;
}

#dropmenu1 a:visited {
	color: white;
}

#dropmenu1 a:hover {
	text-decoration: underline;
}

#bigbird {
	position: absolute;
	background: url('images/bigbird.png') no-repeat;
	width: 271px;
	height: 297px;
	z-index: -2000;
	bottom: 10px;
	left: -75px;
}

#smallbird {
	position: absolute;
	right: 0px;
	z-index: -50;
	top: 75px;
}

#lgrunge {
	position: absolute;
	background: url('images/l_grunge.png') no-repeat;
	width: 180px;
	height: 183px;
	bottom: -54px;
	left: 41px;
}

#rgrunge {
	position: absolute;
	background: url('images/r_grunge.png') no-repeat;
	width: 180px;
	height: 183px;
	bottom: -54px;
	right: 44px;
}