html, body{ 
 margin:0; 
 padding:0;
 height: 100%;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 15px;
 background-color: #ffffff;
 }
 
 h1{
 	font-size: x-large;
 }
 
 h2{
 	font-size: large;
 }
 
.superlarge {
	 font-size: xx-large;
	 text-align: center;
 }
 
#nav-menu ul
{
list-style: none;
margin: 0;
padding:0;
border: thin;
}

#gallerynavlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
padding-bottom: 20px;
}

#nav-menu li a
{
background-color: #6495ed;
text-decoration: none;
text-align: center;
display:block;
border : 1px solid #FFFFFF;
}

#nav-menu li a:hover
{
	background-color: #7865ed;
}

 
#layout {
	width: 100%;
	height: 100%;
}
 
#header{
 position:relative; 
 height:10%; 
 width:100%;
 font-size: xx-large;
 text-align: center;
} 
 
#leftcol{
 width:15%; 
 height:85%; 
 float:left; 
 position:relative; 
  }
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:84%;
 height:85%;
 }
 
 #blurbcol{
 width:84%;
 height:100%; 
 float:left;
 position:relative; 
  }
 
#footer{
 clear:both;
 text-align: right;
 position:relative;
 height:5%;
 } 

.character {
	font-weight: bold;
}

.bold {
	font-weight: bold;
	font-style:italic;
}

