/* Default CSS */
/* Written and Copyright Sarah Hankins and Sarah Hankins Design */

/* Page Style */
body {  
   background: white url(http://www.sarahhankinsdesign.com/Images/BG_bluegreen.png) no-repeat;
   font-family: arial, helvetica, serif;
   font-size: 80%;
   padding: 0;
   margin: 0;
   }
   
#header { 
   float:inherit;
   margin:auto;
   width: 800px;
   height: 100px;
   padding-bottom: 0;
}

#content { 
   margin-top: 3em;
   width: 800px;
   height: auto;
   background: url(../images/content_bg.png);
   margin-left: auto;
   margin-right:auto;
   float: center;
   border:dashed 1px black;
}  

#content p {
  
   text-align:right;
   position:inherit;
   padding: 2em;
}

#main {
float: right;
width: 610px;
padding: 0;
margin-right: 1.5em;
}

#sidebar {
float: left;
width: 130px;
padding: 10px;
}
/* Nav Style */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
    background:url(../images/content_bg.png);
    border-bottom: dashed 1px black;
    border-right: dashed 1px black;
    border-top:dashed 1px black;
    border-left: dashed 1px black;
 	}
    
ul li {
	position: relative;
	}
    
li ul {
	position: absolute;
    padding-left: 1px;
	left: 130px;
	top: 0;
	display: none;
	}
    
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	border-bottom: 0;
	}
    
    /* Making the drop down work */
li:hover ul { 
    display: block; 
    }
    
  /* Hover Style */  
#nav li li a:hover {
    padding: 0.2em 5px;
    background: #b4ff00;
	height: 1.5em;
	border-width: 0 5px;
    font-weight: bold;
    color: black;
}

/* Content Placemet */ 

#topright {
    float: right;
    text-align:right;
    font-size: 14px;
    font-weight:bold;
    padding: 0 0 0 0px;
    margin-right: 15px;
    margin-top: 2em;
    color: black;
    
}

/* Footer */ 

#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -3em;
 margin-bottom: 1em;
 text-align: center;
}

#footer p { text-align:center;}