@charset "utf-8";
/* CSS Document */

body, html {
    margin:10px 0 0 0;
    padding:0;
    background:#003300;
    color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
    }

body {
    min-width:850px;
    }

#swallow {
    background-image:url(fullbg.gif);
	background-repeat:no-repeat;
    width:850px;
    margin:0 auto;
	}
#swallow2 {
    width:850px;
    margin:0 auto;
	}
	
.head {
	width:150px;
	height:150px;
	float:left;
	}
	
.find {
	text-align:center;
	width:500px;
	height:150px;
	float:right;
	color:#fff;
	background-image:url(paws.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}

.clear {
	clear:both;
	}

.classes {
	width:250px;
	height:350px;
	float:left;
	color:#fff;
	margin-left:60px;
	}
	
.safari {
	width:375px;
	height:264px;
	float:right;
	color:#fff;
	}
	
.encompass {
	height:500px;
	width:850px;
	}
	
.displays {
	text-align:center;
	width:300px;
	height:100px;
	margin:0 auto;
	position:relative;
	top:-175px;
	right:-225px;
	color:#fff;
	}
    
.scroll {
	background-color:;
	padding:10px;
	background-image:
	}

.section {
	background-color:#fff;
	border:solid 5px #3F9E3F;
	padding:10px;
	margin:10px;
	}
	
.safariheader {
    background-image:url(safaribird.gif);
	background-repeat:no-repeat;
	background-position:top left;
    width:600px;
    margin:0 auto;
	height:130px;
	}
	
a:link, a:active, a:visited {
	color:#226397;
	font-weight:bold;
	}
	
img {
	border:none;
	}
