/* Set up the basic body stuff */
body		{
		margin: 0;
		padding: 0;
		background-color: #3BBDFB;
		text-align: center;
		font-family: century gothic, Garamond, Verdana, Arial, Helvetica, sans-serif;
		color: #000080;
}

/* Now lets sort out the 'div' definitions */

/* Wrap it all in this */

#wrapper	{
		text-align: left;
		width: 100%;
		font-size: 100%;
}

/* Define the specific requirements for the headers */

#pageheader {
	text-align: center;
	width: 100%;
}
#header {
	text-align: center;
	border-top: 10px double #9EE0FE;
}
#header h1 {
	font-family: Garamond;
	font-size: 220%;
	width: 100%;
}

/* Now lets do the navigation area to make it look pretty */

#nav {
	font-size: 22px;
	font-family: "Comic Sans MS", cursive;
	width: 250px;
	float: left;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	margin-left: -40px;
	text-align: left;
	line-height: 25pt;
}
#nav a:link, #nav a:visited {
	color: #000080;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 2px;
}
#nav a:hover {
	color: #FFFF00;
}

/* Now the main content area */

#content {
	font-size: 18px;
	text-decoration: none;
	padding-left: 250px;
	text-align: left;
}
#content li {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	color: #000080;
}
#content h2 {
	font-family: Garamond;
	font-size: 140%;
	width: 80%;
	text-align: left;
}
#content h3 {
	font-family: Garamond;
	font-size: 120%;
	width: 80%;
	text-align: center;
}

/* Define the footer characteristics */

#footer		{
		clear: both;
		text-align: center;
		font-size: 80%;
		border-top: 10px double #9EE0FE;
}

/* Now lets do some class definitions */

.address {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
.design {
	font-size: 80%;
	font-family: "Old English Text MT";
	font-size: 12pt;
	font-weight: normal;
}
.info {
	font-size: 80%;
	font-weight: lighter;
	text-decoration: none;
}

