
@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background-color:#000000;
}

a, img {
	border:none;
    outline:none;
}

#mainContainer {
	margin:0 auto;
    width:1024px;
    text-align:center; /* ie6 fix omfg */
        
}

#mainContainer div {
	text-align:left;
}

#mainTop {
	margin:0 auto;
	width:894px;
	height:271px;
	background:url(../images/main-top.jpg) no-repeat #000 center bottom;
    }

#topNav {
	position:relative;
	top:159px;
	left:300px;
	width:455px;
	height:60px;
}

#mainContent {
	margin:0 auto;
	width:792px;
	background-color:#dcc28f;
	overflow:hidden;
}

#mainFooter {
	margin:0 auto;
	width:894px;
	height:111px;
	background:url(../images/main-footer.jpg) no-repeat #000 center top;
	text-align:center;
}

#mainContent #left {
	width:220px;
	float:left;
	height:300px;
	background:url(../images/left-bg/left-bg-1.jpg) no-repeat left top;
}

#left ul li {
	list-style:none;
	margin-left:0px;
    margin-bottom:20px;
}

#left ul li a {
	padding-left:15px;
    margin-left:-25px;
}

#left  ul ul {
}

#left ul ul li {
	font-family:Georgia, "Times new roman", times, serif;
    font-size:12px;
    color:#000;
    margin-left:-40px;
    margin-bottom: 10px;
    
}

#left ul ul li a {
	color:#333;
    text-decoration:none;
    text-align:left;
    padding-left:20px;
}

#left ul ul li a:hover, #left ul li a:hover {
	background:url(../images/left-nav/li-hover.gif) no-repeat left;
    color:#000;
}

#left ul ul li a:hover {
    
}

#mainContent #right {
	width:480px;
	float:left;
	padding-left:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
    color:#333;
	border-left:1px #781f1e solid;
    padding-bottom:100px;
   
}

#right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    color:#781f1e;
    font-style:italic;
}	

#topNav img {
	border:none;
}

#topNav .aboutTheBook {
	position:relative;
	top:-2px;
	left:9px;
}

#topNav .orderTheBook {
	position:relative;
	left:0px;
	top:-1px;
}

#topNav .aboutTheAuthor {
	position:relative;
	left:0px;
	top:-3px;
}

#topNav .discussionForums {
	position:relative;
	left:0px;
	top:-1px;
}

div#footerText {
	width:100%;
    text-align:center;
}

#footerText a{
	text-align:center;
	font-size:11px;
	color:#9a2c2c;
	font-family:georgia;
    font-style:italic;
	padding:15px;
    text-decoration:none;
}

#footerText a:hover {
	color:#fff;
}

#footerText span {
	letter-spacing:2px;
    margin-left:4px;
}

#prologueNav {
	margin:0 auto;
    text-align:left;
    background-color:#cdaa6a;
    padding:4px;
    padding-left:10px;
}

#prologueNav a {
	color:#9a2c2c;
    text-decoration:none;
}

#prologueNav a:hover {
	color:red;
}

.portrait {
	background:#cdaa6a;
    padding:10px;
    margin:10px;
    margin-top:40px;
    border:1px #9f8453 solid;
    clear:both;
}

.worldmap {
    background:#cdaa6a; 
    border:1px #9f8453 solid; 
	padding:30px;
    margin:10px;   
}

.mapDetail a {
	color:#333
}

.mapDetail {
	margin:auto;
    float:left;
    padding-left:90px;
}

.mapDetail img {
	padding:5px;
    background:#cdaa6a;
    border:1px #9f8453 solid;
}

.mapDetail p {
	padding-left:15px;
}

#familyTree {
}

#familyTree img {
    background:#cdaa6a; 
    border:1px #9f8453 solid; 
    padding:10px;
}

#familyTree a {
	color:#333;
    text-decoration:none;
}

#familyTree a:hover {
	color:#000;
}

#mainLink {
	position:relative;
    width:170px;
    height:150px;
    display:block;
    z-index:90;	
    left:100px;	
    top:-45px;
    }

    
#easterEgg {
    width:25px;
    height:25px;
    display:block;
    z-index:90;
    position:relative;
    left:354px;
    top:-55px;
}

#easterEgg:hover {
	background:url(../images/left-nav/li-hover.gif) no-repeat left;
}