* { 
	padding:0px; 
	margin:0px;
	}
	
body {
	font-size: x-small;
	font-family:Trebuchet MS,sans;
	background:#e8d9ba;
}

#content, #navigation {
	background:white;
	width:680px;
	padding:2px;
	margin-left:80px;
}



a:link,
a:hover,
a:visited,
a:active {
	color:#e9a000;
}  

a:visited {
	text-decoration:none;
	}

a:link img,
a:hover img,
a:visited img,
a:active img {
	border:1px solid #ccc;
}  

/* - -      +      - - */
/* - -   Header    - - */
/* - -      +      - - */

#stripe {
	width:100%;
	margin-top:30px;
	background:url(/images/stripe1.png);
	height:111px;
}


#logo {
	position:absolute;
	top:7px;
	left:40px;
}

/* - -      +      - - */
/* - -   Content   - - */
/* - -      +      - - */

#content #inside {
	display:block;
	padding:2px;
	background:#e8d9ba;
}

#content #inside #inside-inside {
	display:block;
	background:url(/images/paper.png);
	padding-top:25px;
	
}
  
h1 {
	font-family:Hoefler Text, Garamond, Georgia, serif;
	font-weight:normal;
	font-size:30px !important;
	color:#000;
	border-bottom:5px solid #e9bd5d;
	padding-bottom:3px;
	margin-bottom:.25em;
}  

h6 {
	font-family:Hoefler Text, Garamond, Georgia, serif;
	font-weight:normal;
	font-size:16px !important;
	color:#000;
	border-bottom:5px solid #e9bd5d;
	padding-bottom:3px;
	margin-bottom:.25em;
}  

#content h1, 
#content h2,
#content h3,
#content h6,
#content p,
#content ul {
	margin-left:40px;
	margin-right:40px;
}

#content img {
	margin-left:40px;
	margin-right:20px;
	}

#content p, #content ul {
	font-size:1.3em;
	padding:.35em 0;
}

#content h2 {
	font-size:1.85em;
	font-weight: bold;
	color:#d99d1c;
	padding:1.1em 0 .5em 0;
}

#content ul li {
	margin-left:1em;
}

#footer {	
	font-size:1.15em;
	font-family:Georgia, serif;
	letter-spacing:1px;
	margin-top:2em;
	padding-top:1em;
	padding-bottom:1.5em;
	text-align:center;
}

#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active {
	text-decoration:none;
	color:inherit;
}  

#footer a:hover {
	color:grey;
}

/* - -      +      - - */
/* - -  Navigation - - */
/* - -      +      - - */


#navigation ul {
	font-family:Trebuchet MS;
	font-weight:bold;
	letter-spacing:-.02em;	
	background:#f8af59;
	height:1.5em;
	text-align:right;
	padding-right:1em;
}

#navigation li {
	display:inline;
	position:relative;
	top:-1.3em;
	font-size:1.3em;
	letter-spacing:1px;				
	list-style:none;
	margin-left:7px;
	padding:.15em 1em;
	padding-top:.35em;
	background:#f8af59;
}

#navigation a:link,		
#navigation a:hover,
#navigation a:active,
#navigation a:visited {
	text-decoration:none;
	color:white;			
	text-transform:uppercase;

}


