/* CSS Document */
body {
	padding:0 20px 20px;
	font-size:16px;
	margin:0px;
	text-align:center;
	background-color:#FFFFFF;
}
p {margin: 10px;}

h1 {
	margin: 0 20px;
	padding-top: 15px; 
	font-size:200%; 
	letter-spacing: 1px;
	color: #FFFFFF; 
}

h2 { margin: 0 10px; font-size:140%; padding-top: 0.3em; color:#333333 }

a {color:#35412B; font-weight:normal; text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style:dotted;
	border-top-color: #35412B;
	border-right-color: #35412B;
	border-bottom-color: #35412B;
	border-left-color: #35412B;
}

a:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #35412B;
	border-right-color: #35412B;
	border-bottom-color: #35412B;
	border-left-color: #35412B;
}

.box{
	float:right;
	width:150px;
	margin:0 10px 10px 15px;
    background:#E4E7F2;
	text-align:center;
}

#container {
	width:760px;
	margin: 0 auto;
	text-align:left;
}
#header {
	color:#000000;
	width:760px;
	background-color:#4396D8;
	margin:0 0 10px 0;
	background-image:url(../images/todjen.gif);
	background-position:599px 4px;
	background-repeat: no-repeat;
	height:104px;
}
#header p {
	margin-left:20px;
}
#monkey {
	position: absolute;
	left: 55%;
	top: 62px;
}
#Events {
	background-color:#CCCC66;
	float:left;
	width:90px;
}
#nav {
	float:right;
	text-align:center;
	width:160px;
	background-color:#FFFFFF;
	color:#000000;
	padding-bottom:300px;
	background-image: url(../images/giraffe.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nav {
	width:160px;
	background-color:#9EC485;
	color:#000000;
	margin-bottom:10px;
}
.nav img {margin-bottom:5px}

.nav a, .nav a:hover { border-bottom-style:none;}
.nav a:hover { text-decoration:underline; }
#content {
	margin-right:10px;
	width:590px;
	background-color:#9DD4FF;
	color:#000000;
	background-image: url(../images/lion.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#color p {
	padding: 5 5 0 5;
	font-size:110%;
}
#footer {
	margin-top:10px;
	width:760px;
	font-size:70%;
	text-align:center;
}
#nav ul {
	margin: 0 0 0 1px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left:5px;
	margin-right: 5px;
}
#Navigation {
	color: #2D6693;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	padding: 0px 0px 10px;
}
#Navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Navigation li {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#Navigation a {
	text-decoration: none;
	color: #2D6693;
	border: none;
}
#Navigation a:hover {
	text-decoration: underline;
}
