div {
	padding: 1px; /* keeps divs where they should be */
	}
	
body {
	background-color: white;
	background-image: url("../images/pencil.jpg");
	background-repeat: repeat;
	}

#wrapper {
	width: 960px;
	background-color: white; 
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	width: auto;
	height: 270px;
	}
	
#header p{
	color: black;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	position: relative;
    top: -20px;
	left: 490px;
	z-index: 3;
	}	
		
#navcontainer
{
margin-left: auto;
margin-right: auto;
}

#navcontainer ul
{
list-style-type: none;
border-top: 8px solid white;
text-align: center;
font-family: 'Lobster Two', arial, serif;
font-size: 22px;
margin-top: -1px;
margin-left: auto;
margin-right: auto;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
}

#navcontainer li a
{
padding: 8px 22px;
color: white;
background-color: #68CCE2;
text-decoration: none;
border-bottom-right-radius: 15px;
-moz-border-radius-bottomright:  15px;
border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft:  15px;
}

#navcontainer li a:hover
{
color: #00639A;
border: 1px solid #00639A;
}

#navcontainer li a#current
{
color: white;
background-color: #00639A;
}
	
#content{
	width: auto;
	margin-left: 30px; /* this is the external buffer*/
	margin-right: 30px; /* this is the external buffer*/
	}
	
#content h1{
	font-family: 'Lobster Two', arial, serif;
	font-size: 32px;
	color: #00639A;
	margin: 0px;
	margin-top: 10px;
	}
	
#content h3{
	color: #68CCE2;
	font-size: 18px;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
#content p{
	color: black;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
#content a{
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	font-size: 13px;
	}
	
#content b{
	color: #00639A;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	padding-right: 5px;
	}
	
#content th{
	color: #00639A;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	}
	
#content td{
	color: black;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 20px;
	}

#content img {
	float: right;
	margin-top: 13px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
#content h2{
	font-family: 'Calligraffitti', arial, serif;
	font-size: 102px;
	color: #ADE9F2;
	text-align: right;
	padding: 0px;
	margin: 0px;	
	margin-bottom: -5px; 
	margin-top: -35px; 
	}
	
#footer {
	width: auto;
	height: 30px;
	background-color: #00639A; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: white;
	text-align:center;
	padding: 0px;
	margin: 0px;
	clear: both; /* vital if float style is used */
	}
	
#footer p, a{
	text-decoration: none;
	color: white;
	padding-top: 7px;
	}