/* Default CSS */
/* Code and Programming by and copyright Sarah Hankins */

body {  
   background: url(http://www.freedigitalphotos.net/images/photos/abs00061.jpg) top repeat-xy fixed;
   font-family: arial, helvetica, serif;
   font-size: 80%;
   padding: 0;
   margin: 0;
}

#header { 
   background: white;
   float:inherit;
   margin:auto;
   width: 800px;
   height: 167px;
   padding-bottom: 0;
}

#content { 
   width: 820px;
   background: url(../images/background.png) center repeat-y;
   border: none;  
   float: center;
   margin: auto;
  
}

#content p { 
   padding-left: 2em;
   width: 780px;
   color: black;
   
}


a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding-left: 9px;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: black;
    font-family: Tahoma;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
    color: #502e07;
}

#nav li li a:hover {
    padding: 0.2em 5px;
    background: #e7d9ac;
	border: 1px solid #502e07;
    height: 1.5em
	border-width: 0 5px;
    font-weight: bold;
    color: #f03f07;
}

li {
	float: left;
	position: relative;
    width: 200.2px;
    padding-top: .50em;
    height: 1.5em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
}

li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(../images/nav_drop.png) bottom left no-repeat;
	padding: 0.5em 0 4em 0;
    margin-top: 3.5px;	
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

#blog { 
    margin-left: 10px;
    margin-bottom: 0px;
}

#footer { 
    background: #502e07;
    width: 802px;
    height: 2em;
    float: center;
    margin: auto;
}

#footer p { 
    text-align:center;
    color: #bcab73;
    font-family: tahoma;
    margin-top: 1em;
}