body { 
  background-image: url("images/background.jpg");
  background-repeat: repeat-x;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#container {
	background-color: white;
    min-height: 100%;
    max-width: 1000px;
    margin: auto;
    display: block;
}

#header {
	background-color: #ffd1dc;
	font-size: 200%;
	margin: 	10px 10px 10px 10px;
  	padding: 10px;
	height:           100px;
	text-align: 	center;
}

#main { 
	font-size: 105%;
 	padding: 15px;
	margin: 10px 10px 10px 10px;
}

footer {
  background-color: #ffd1dc;
  text-align:       center;
	color: #e75480;
  padding:          10px;
  margin: 	10px 10px 10px 10px;
}

h1 {
  font-size:        180%;
  color:            #e75480;
}

p { font-size: 130%}

figure {text-align: center}

figcaption {color: #878787}

a:link 
 { color:            #e75480;
  text-decoration:  none;
	border-bottom:    thin dotted #004600;
}

a:visited {
  color:            #e75480;
  text-decoration:  none;
	border-bottom: thin dotted #003200;

}

nav {
    background-color: #fc8eac;
	margin: 10px 10px 0px 10px;
}
nav ul {
	margin: 0px;
	display: inline-block;
	list-style-type: none;
	padding: 10px 0px 10px 145px;
}
nav ul li {
	display: inline;
	padding: 10px 10px 10px 10px;
}
nav ul li a:link, nav ul li a:visited
	{color: white;
	font-size: 110%;
	border-bottom: none;
	font-weight: bold;
}
nav ul li.selected {
	background-color: #e75480;
}