html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	min-width: 850px
	}
p {
}

h3 { 
font-size:14px;
}
	
a:link {
	color: #993300;
	text-decoration: none;
	}
a:visited {
	color: #993300;
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
}
	
	
	


#container {
	width: 850px;
	background-image: url(images/monkey_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	}
	
#header {
	background-image: url(images/header_logo.png);
	height: 225px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	position: relative;
}

a.headerlogo{
	display: block;
	width: 320px;
	height:81px;
	background: url(images/mysterious_monkeys_logo.png) 0 0 no-repeat;
	text-decoration: none;
	margin-left: 242px;

}

a:hover.headerlogo {
	text-decoration: none;
	border-bottom-width: 0px;
    background-position: -321px 0;


}

#abovenavbar {
	height: 180px;
	width: 850px;
}

#navbar {
	height: 45px;
	line-height: 43px;
}

#navbarVerticalCenter{
	padding-left: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 140px;
	padding-top: 50px;
}
#main {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	width: 700px;
}	

#pgtitle {
	background: url(images/titlebg.png) no-repeat;
	width: 642px;
	height: 50px;
	font-size: 22px;
	font-weight:bold;
}

#titlespan {
	padding-left: 14px;
	padding-top: 14px;
}


/* --------- SWEET BOX STUFF -----------*/

#sweetbox {
	background:url(images/sweetbox_bg.png) repeat-y;
	width: 642px;
}

#sweetbox_top {
	background: url(images/sweetbox_top.png) no-repeat;
	width: 642px;
	height: 28px;
}

#sweetbox_bottom {
	background: url(images/sweetbox_bottom.png) no-repeat;
	width: 642px;
	height: 22px;
}

#sweetbox_container {
	padding-left:14px;
	padding-right: 14px;
}

#sweetbox h2{
font-size:16px;
color:#000000;
margin-bottom:20px;
margin-right:10px;
border-bottom:solid 1px #f2b7b7;
padding-bottom:10px;
}
#sweetbox p{
padding-bottom:10px;
}

#sweetbox .question{
font-style: italic;
}

#sweetbox .answer{
padding-left: 20px;
}

#sweetbox .letterA{

}

/* ------ end of sweet box stuff ------*/


#loading { 
	clear:both; 
	background:url(images/wait.gif) center top no-repeat; 
	text-align:center;
	padding:33px 0px 0px 0px; 
	font-size:12px;
	display:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
} 

#contactform_loading { 
	clear:both; 
	background:url(images/loading.gif) left top no-repeat; 
	padding-top: 10px;
	padding-left: 38px; 
	margin-left:150px;
	font-size:12px;
	display:none; 
	height: 33px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
} 

  
#beforefooter{
	clear: both;
	height: 20px;
}

#footer{
	clear: both;
	height: 20px;
	font-size: 0.7em;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #000000;
	text-align: center;
	padding-top: 10px;
}

#hometxtcentered {
	font-size: 30px;
	padding-top: 130px;
	padding-bottom: 130px;
	padding-left:60px;
}

#line{
border-bottom:solid 2px #f2b7b7
margin-bottom:10px;
width:100%;
height:10px;
}
