@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

ul {list-style:none}

img {
	border:none
}

h1 {
	font-size: 48px;
	font-weight: lighter;
	font-variant: small-caps;
	}

h2 {
	font-size: 16px;
	font-variant: small-caps;
	}

h3 {
	font-size: 13px;
	font-variant: small-caps;
	}

h4 {
	font-size: 12px;
	font-variant: small-caps;
	}

h5 {
	font-size: 11px;
	font-variant: small-caps;
	}

.s9 {font-size: 9px}
.s18 {font-size: 18px; font-variant: small-caps}
.s19 {font-size: 19px; font-variant: small-caps}
.right {text-align: right}


a:link{
	/* Applies to all unvisited links */
  	text-decoration: none;
	color: rgba(130, 0, 0, 0.7);
  	}
  
a:visited{
	/* Applies to all visited links */
  	text-decoration: none;
	color: rgba(130, 0, 0, 0.7);
  	}
  
a:hover{
	/* Applies to links under the pointer */
    text-decoration: none;
	color:  rgba(80, 0, 0, 0.7);
  	}
  
a:active{
	/* Applies to activated links */
	text-decoration: none;
	color: rgba(130, 0, 0, 0.7);
  	}

body{
	color: rgba(130, 0, 0, 0.7);
	background-color: #CDB277;
	background-image: url(../bg2.jpg);
	background-repeat: repeat;
	font-family: "Goudy Old Style", Georgia, Times New Roman, serif;
	font-size:13px;
	font-weight: bold;
  	}

#header{
	margin: 0px auto 0px auto;
	padding-top: 100px;
	text-align: center;
	width: 400px;
	}

#topmenu{
	margin: 5px auto 0px auto;
	width: 400px;
	}

#topmenu ul{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#topmenu ul li{
	text-decoration: none;
	display: inline;
	}

#topmenu ul li a{
	text-decoration: none;
	padding: 0px 15px;
	} 

#topmenu ul li a:hover{
	color:  rgba(80, 0, 0, 0.7);
	}
	
#float {
	float: left;
	padding: 0 20px 20px 0
	}

#floatright{
	float: left;
	margin: 0 0 20px 0; 
	}

#wraphome{
	margin: 160px auto auto auto;
	width: 700px;
	background-image: url(../horses.png);
	background-position: center 55px;
	background-repeat: no-repeat;
	line-height: 160%;
	text-align: center;
	}
	
#wraphistory{
	margin: 180px auto auto auto;
	width: 700px;
	line-height: 160%;
	text-align: justify;
	}

#wrapcharacters{
	margin: 40px auto auto auto;
	width: 700px;
	line-height: 150%;
	text-align: justify;
	}
	
#wrapstory{
	margin: 100px auto auto auto;
	width: 700px;
	line-height: 150%;
	text-align: justify;
	}

#bghome{
	background-image: url(../bghome.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	height: 800px;
	}
	
#bgcharacters{
	background-image: url(../bgcharacters.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	height: auto;
	}

#bgstory{
	background-image: url(../bgstory.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	height: 800px;
	}

#bghistory{
	background-image: url(../bghistory.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	height: 800px;
	}
