body {
        background-attachment: scroll;
	    background-color: #2E79CC;
	    background-image: url(../media/bk.gif) ;
	    background-repeat: repeat-x;
		margin-top: 10px;
    	margin-left: 0px;
    	margin-right: 0px;
    	margin-bottom: 0px;
}

P,p {
	font-family: "Verdana", Gill Sans MT, sans-serif;
	line-height: 1.4em;
	font-size: 90%;
	margin-left: 15px;
	margin-right: 10px;
	color: #FFFFFF;
	text-align: left;
	background: transparent;
}

/* Links */

a { 
	font-family: "Verdana", Gill Sans MT, sans-serif;	
	color: #EB814B;
	line-height: 1.4em;
	font-size: 100%;
 	background: none; 
	text-decoration: none;
}
a:visited { 
	color: #A72C3E;	
	text-decoration: none;
}
a:hover { 
	color: #FFFFFF;	
	text-decoration: underline;
}

/* Headers, Subheaders */

h1 {
    font-family: "Verdana", Gill Sans MT, sans-serif;
	line-height: 1.4em;
	font-size: 130%;
	font-weight: bold;
	border: 1px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 15px;
	border-bottom: dotted #FFFFFF;
}

h2 {
    font-family: "Verdana", Gill Sans MT, sans-serif;
	line-height: 1.0em;
	font-size: 100%;
	border: 0px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 15px;
}

/* Classes for the simbaspaws logo, links table and the simba on rock */

.simbarock {
	width: 340px;
	height: 280px;
	background-image: url(../media/footer.gif);
	position: absolute; 
	bottom: 0px; 
	left: 0px;
}
.content {
	margin-top: 15px;
   	margin-left: 380px;
   	margin-right: 0px;
   	margin-bottom: 0px;
}
/* for links within header table */
.mnulinks {
	text-align: right;
	line-height: 1.0em;
	font-size: 80%; 
	color: #ffffff;
	margin-right: 5px;
}
.mnulinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.mnulinks a:hover { 
	text-decoration: underline; 
}
/* controls for the table itself */
.menutbl {
	
    border: 1px #2D77C9 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin-top: 15px;
   	margin-left: 10px;
   	margin-right: 10px;
   	margin-bottom: 0px;
}		