
* {
	margin: 0;
	padding: 0;
	}

body {
	background: #ddd url(/images/mast-tile.gif) repeat-x;
	color: #333;
	}

a, 
a:link, 
a:visited {
	text-decoration: none;
	color: #058;
	background: transparent;
	}
	
a:hover, 
a:active {
	color: #777;
	background: transparent;
	}
	
#menu a, 
#menu a:link, 
#menu a:visited, 
#menu a:hover,
#menu a:active {
	border: 1px dotted #fff;
	padding: 0 6px;
	}
	
#menu a, #menu a:link, #menu a:visited {
	background: #eee;
	color: #058;
	}
	
#menu a:hover, #menu a:active {
	background: transparent;
	color: #777;
	}
	
		/* boxes */

#wrapper {
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	color: #555;
	background: transparent;
	}

#mast {
	width: 770px;
	height: 100px;
	background: url(/images/masthead.jpg) no-repeat top center;
	}

#content, #content2, #album {
	float: left;
	margin-bottom: 20px;
	}
	
#content, #album {
	width: 770px;
	}

#content2 {
	width: 475px;
	}
	
#gallery {
	margin-bottom: 15px;
	}
	
#sidebar { 
	float: right;
	margin-top:-27px;
	width: 230px;
	}
	
#footer {
	border-top: 1px dotted #554;
	clear: left;
	margin: 50px 0;
	}
	
	/* Navigation */
	
#menu {
	list-style-type: none;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 30px;
	margin-right: 220px;
	}

#menu li {
	display: inline;
	margin: 4px 0 0 5px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	}

select {
	float: right; 
	width: 180px;
	margin-bottom: 3px;
	font-size: 10px;
	}
	
option {
	font-size: 10px;
	}
	
	/* Content - text page content */
	
#content h1, #content2 h1, #gallery h1, #album h1 {
	font-size: 17px;
	font-weight: normal;
	}
	
#gallery h1 {
	padding: 5px 0 1px 0;
	border-bottom: 1px dotted #554;
	}
	
#content h1, #content2 h1, #gallery h1, #album h1, h2, h3, h4, #sidebar dt {
	color: #555;
	background: transparent;
	margin: 0 0 10px 0;
	}
	
h2 {
	font-size: 15px;
	font-weight: normal;
	}
	
h3 {
	font-size: 13px;
	font-weight: normal;
	}
	
p, p.center {
	font-size: 12px;
	line-height: 21px;
	margin: 10px 0;
	text-align: justify;
	}

p.center {
	text-align: center;
	}
	
pre {
	font-size: 13px;
	}

#notes {
	margin-bottom: 30px;
	}

.contact {
	background: #a4b4cd;
	clear:both;
	color:#fff;
	font:bold 10px "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	margin: 0;
}

.moreInfoWrapper {
	background-color:#eee;
	border: 1px dotted #fff;
	color: #555;
	height: auto;
	margin: 10px 0 0 0;
	padding-left: 12px;
	padding-right: 12px;
	width: 450px;
}

.divToggle {
	background-color:#eee;
	margin: 0;
	padding: 0;
}

.moreInfo {
	height: auto;
	padding-bottom: 10px;
}

.moreInfolink {
	text-decoration: none;
	color: #058;
	background: transparent;
}

	/* Sidebar */

#sidebar h2 {
margin-top: 25px;
}

#sidebar dl {
	}
	
#sidebar dt {
	font: bold 11px Verdana, Helvetica, sans-serif;
	}
	
#sidebar dd {
	font-size: 11px;
	margin: 10px 0 0;
	}

#sidebar img {
	margin: 0 0 20px 0;
	}

#sidebar img.feature {
	margin: 0 0 0 -14px;
}

#sidebar img.lessons {
	margin: 55px 0 25px 0;
}
	
	/* Footer */
	
#footer p {
	font-size: 10px;
	line-height: 1%;
	margin-bottom: 20px;
	text-align: right;
	}
	
	/* images */

img {
	border: 0;
	}

img.left {
	float: left;
	margin: 7px 8px 0 0;
	}
	
#content img, #album img {
	float: left;
	margin: 0 4px 5px 0;
	}

#gallery img {
	float: left;
	border: 0;
	margin: 0 2px;
	}