body {
	background-image:url(images/background.gif);
	color: #ffffff;
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}

a {
	color: #FFE87C;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #625d3b;
	font-size: 12px;
	text-decoration: none;
}

a.h3 {
	font-family: Garamond, Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
  border-bottom: solid 1px #625d3b;
  color: #82CAFF;
	text-decoration: none;
}

a img {opacity: 1;}

a:hover img {opacity: .8;}

img
{  border-style: none;
}

img.right { 
    float: right; 
    margin: 0; 
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
}

img.left { 
    float: left; 
    margin: 0; 
    padding-left: 0px;
    padding-right: 7px;
    padding-top: 4px;
    vertical-align: middle;
}

.highlight {
    color: #000000;
    background-color: yellow;
    padding-left: 2px;
    padding-right: 2px;
    }
    
.poems {
    line-height: 20px;
    }

.blog {
    line-height: 20px;
    font-size: 12px;
    font-family: Verdana;
    }

.stories1 {
    margin-left: 75px;
    margin-right: 75px;
    margin-bottom: 25px;
    padding-left: 500px;
    text-align: justify;
    background-color: #fffff0;
    color: #000000;
    }

.stories2 {
    line-height: 22px;
    margin-left: 15px;
    padding-bottom: 25px;
    }

/********************** Header ***************************/
#header {
	margin-left: 1px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:150px;
	}
#menu {
	position:relative;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:35px;
}
#menu ul{
	position:absolute;
	top: 0px;
	left: 45px;
}
#menu li{
	float:left;
	display:inline;
	padding: 0px 20px 0px 10px;
}
#menu a{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #d8cd8d;
	text-decoration: none;
}
#menu a:hover{
	color:#3e3c27;
}
h1,h2,h3 {
	font-family: Garamond, Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	}
h1,h2 {
	position:absolute;
	top:94px;
  text-transform: uppercase;
	color: #000000;
}
h1 {
	left:241px;
}
h2 {
	right:37px;
}
h3 {
	margin: 15px 15px 0px 25px;
	border-bottom: solid 1px #625d3b;
  color: #82CAFF;
}
/********************** Main ***************************/
#main {
	background-image:url(images/footer_bg.jpg);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height:auto;
}
#content {
	background-image:url(images/content.jpg);
	background-repeat: repeat-y;
	width:768px;
}
/********************** Left - Text ***************************/
#left {
	float:left;
	width:746px;
}
#left p{
	padding: 3px 3px 15px 27px;
}
#left a:hover{color:#d8cd8d;}

table.sort1
{
border: none;
border-collapse:collapse;
margin-left: 25px;
margin-top: 10px;
}
th.sort1
{
border: none;
font-weight: normal;
}
th.sort2
{
border:0px;
font-weight: normal;
padding: 7px;
text-align: left;
}

/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #908a68;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}
