

body {
	background: #FFF url(images/postcard1.jpg) top center no-repeat;
	color: #000;
	font: 10pt Georgia, serif;
	margin: 0;
	padding: 0;
	}

#main {
	position: relative;
	margin: 10px auto;
	width: 760px;
	}


#text {
	position: absolute;
	top: 200px;
	left: 20px;
	padding: 5px;
	height: 330px;
	width: 470px;
	overflow: auto;
	}

#text ul {
	list-style: none;
	}

#text li {
	display: inline;
	padding: 10px;
	}

#text a:hover {
	color: #000000;
	text-decoration: underline;
	}


#nav {
	position: absolute;
	top: 200px;
	left: 525px;
	padding: 5px;
	
	height: 350px;
	width: 200px;
	margin: 0 auto;
	}

#center {
	margin: 10px auto;
	width: 150px;
	}

#center ul {
	margin: 30px 0;
	
	list-style: none;
	}

#center li {
	display: block;
	margin-left: -15px;
	padding: 5px;
	}

#center p {
	text-align: center;
	}

a:link {
	color: #000066;
	padding-left: 24px;
	text-decoration: none;
	}

a:visited {
	color: #807C73;
	padding-left: 24px;;
	text-decoration: none;
	}

#center a:hover {
	color: #000000;
	text-decoration: underline;
	background: #FFF url(images/post-hover.jpg) left no-repeat;
	padding-left: 24px; 
	}

#center a.current {
	color: #EF7900;
	background: #FFF url(images/postcurr.jpg) left no-repeat;
	padding-left: 24px; 
	}

a:active {
	color: #aaaaaa;
	padding-left: 24px;
	text-decoration: none;
	}

.header {
	font-weight: bold;
	font-size: 18pt;
	font-variant: small-caps;
	text-decoration: underline;
	color: #FF3200;
	}


img {
	border: 1px solid #000;
	margin-bottom: 15px;
	}

#footer {
	position: relative;
	top: 575px;
	margin: 0 auto;
	font-size: 8pt;
	color: #EF7900;
	width: 200px;
	}

