body
	{
	font-family: Comic Sans MS;
	background-image: url('images/parchment1.jpeg');
	}

#top
	{
	text-align: center;
	width: 800px;
	margin: 0px 0px 0px 0px;
	}

#logo
	{
	z-index: 10;
	float: left;
	height: 150px;
	}
	
#content
	{
	width: 800px;
	margin: 0px 0px 0px 0px;
	clear: both;
	}

#bottom
	{
	text-align: center;
	width: 800px;
	height: 150px;
	margin: 10px 10px 10px 10px;
	clear: both;
	}

/* Content styling */
.topleft
	{
	height: 14px;
	background-image: url('images/corner1.gif');
	}
	
.topmiddle
	{
	height: 14px;
	background-image: url('images/top.gif');
	}
	
.topright
	{
	height: 14px;
	background-image: url('images/corner2.gif');
	}
	
.middleleft
	{
	width: 15px;
	background-image: url('images/left.gif');
	}
	
.middlemiddle
	{
	width: 760px;
	padding: 5px;
	background: #FEFBDB;
	text-align: center;
	}

.middleright
	{
	width: 15px;
	background-image: url('images/right.gif');
	}
	
.bottomleft
	{
	width: 15px;
	height: 14px;
	background-image: url('images/corner4.gif');
	}
	
.bottommiddle
	{
	height: 14px;
	background-image: url('images/bottom.gif');
	}
	
.bottomright
	{
	width: 15px;
	height: 14px;
	background-image: url('images/corner3.gif');
	}
	
/* Menu formatting */

#nav 
	{
	float: right;
	padding-top: 110px;
	text-align: center;
	font-variant: small-caps;
	font-family: Comic Sans MS;
	font-size: 15px;
	margin-top: 0px;
	}

#nav ul 
	{
	margin-left: -40px;
	margin-top: 0px;
	}

#nav ul li
	{
	/* round corners*/
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	/* gradient */
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC33', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCC33), to(#000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFCC33,  #000); /* for firefox 3.6+ */
	
	padding-left: 1em;
	padding-right: 1em;
	display: inline;
	list-style-type: none;
	/*border: thin solid black;*/
	}
	
#nav ul li a
	{
	color: white;
	text-align: center;
	text-decoration: none;
   }

#nav ul li a:hover {color: red;}
