body { 
 background:#fff;
 color: #000;
 font-family: Georgia, serif; 
}

a:link, a:visited { color: #000 }

h1, h2, h3, h4 { font-family: "Trebuchet MS", sans-serif }

#wrapper {
 width: 80%;
 left: 50%;
 position: relative;
 margin-left: -40%;
}

#header {
 text-align: center;
}

#navigation, #content { margin: 60px 0 0 0; }

#navigation {
 list-style-type: none;
 padding: 0;
 margin-top: 30px;
 text-align: center;
 font-weight: normal;
 letter-spacing: 2px;
 font-size: 110%;
 font-family: serif;
}

#navigation li { display: inline }

#navigation li a:link, #navigation li a:visited { 
 padding: 5px 10px; 
 text-decoration: none;
 background-color: #E78DDA;
 color: #000;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}

#navigation li a.last { border-right: 0px solid #FF9CF0; }

#navigation li a:hover, #navigation li a.current {
 color: #fff;
}

#content {
 line-height: 2em;
}

#content h4 { font-family: Georgia, serif; }

#content p.first { margin-top: 3em; text-indent: 1em;}


#footer {
}

.float-right { float: right; margin: 0 0 5px 5px }

.float-left { float: left; margin: 0 5px 5px 0 }

.clear-left { clear: left; }

.clear-right { clear: right; }

.strong { font-weight: bold; }

.important, a.important, a:visited.important { color: red; }


/* Page Specific */

#gallery img { 
  float: left;
  margin: 10px;
  border: 2px solid black;
}

#gallery a:hover img {
  border-color: #FF9CF0;
}

.specialmessage {
	width: 50%;
	padding: 10px;
	border: 1px dashed black;
}

