﻿* {
	margin: 0;
	padding: 0;
}
html {
margin: 0;
padding: 0;
}
body {
	background: #6D5145;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}

#container {
width: 800px;
	margin: 0 auto;
	border-left: 2px black solid;
	border-right: 2px black solid;	
}
#header {
	background: #B9A491;
	height: 460px;
	padding: 20px 10px 0px 280px;
	border-bottom: 1px black solid;
}
#contact #header {
	background: #B9A491 url(contact_header.jpg) no-repeat top left;
	padding-left: 300px;
}
#home #header {
	background: #B9A491 url(keri_moore.jpg) no-repeat top left;
}
#music #header {
	background: #C4B7A7 url(keri2_08.jpg) no-repeat top left;	
}
#theater #header {
	background: #B9A491 url(threadgill3.jpg) no-repeat top left;
	padding-left: 310px;
	height: 450px;
}
#activism #header {
	background: #C4B7A7 url(activist.jpg) no-repeat top left;
}
#activism #header h1 {
	letter-spacing:.4px;
}
#background #header {
	background:#C6B6A5 url(strumming_keri2.jpg) no-repeat top left;
}
#development #header {
	background: #C6B6A5 url(development.jpg) no-repeat top left;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #6D5145;
}
h2 {
	padding-top: 18px;
	padding-bottom:8px;
	line-height: 22px;
}
#header h1 {
	color: #6D5145;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 42px;
	letter-spacing: 2px;
	border-bottom: 3px #6D5145 dashed;
	margin-bottom: 20px;
	line-height: 53px;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;}
#home #header h1 {
	font-size:53px;
}
#header h2 {
	color:#EADED8;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin-bottom: 58px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: right;
	
}
#home #header h2 {
	padding-top: 0px;
	padding-bottom:0px;
}

#header p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	letter-spacing: 1px;
	padding-bottom: 12px;
}
#header ul li {
}
#header img.link {
	float: left;
	padding: 5px;
	background: white;
	border: 1px black solid;
	margin: 5px;
}

#menu {
  margin:0px; 
  padding:0; 
  width:500px;
  height:130px;
  overflow:hidden; 
  background:#241B16;
  }
#menu li {
  display:inline;
  list-style-type:none; 
  }
#menu li a {
  display:block;
  float:left;
  text-decoration:none; 
  margin:0; 
  }
#menu li a img {
  opacity:0.7;
  margin:0.2em;
  border:0;
  float:left;
  }
#menu li a span {
  display:none; 
  }
#menu li a:hover {
  background:#241B16;
  }
#menu li a:hover img {
  opacity:1;
  }
#menu li a:hover span {
  width:11em;
  color:#aaa;
  display:block; 
  cursor:pointer;
  float:left;
  }
#menu .h2 {
  margin:0 5px; 
  padding:0; 
  color:#CB9A8B; 
  font-variant:small-caps; 
  font-size:1.25em; 
  border:0;
  }
#menu .h3 {
  margin:0 2px; 
  padding:0; 
  font-size:1.1em; 
  color:#8BBCCB;
  }
.outer {
  background:transparent; 
  font-size:0.9em;
  width:48em;
  margin:0 auto;
  }
.list {
	font-size: 85%;
	list-style-type:none;
}
.list li {
	padding-bottom: 4px;
}  

#content {
	background: #C4B7A7;
	padding: 10px 20px 30px 20px;
}
.rt {
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
}
.clear {
	clear: both;
}
#footer {
	text-align: center;
	border-top:1px #6D5145 solid;
	clear: both;
	background: #B9A491;
	height: 60px;
	padding-top: 30px;
}
#footer a {
	color:#61483D;
	padding: 2px;
}
#footer a:hover {
	color: black;
	text-decoration: none;
	background:#D1C2B5;
}
#credits {
	font-size:10px;
	padding: 4px;
}