

/* begin reset.css - Thanks to Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background : #FFFAF6 ; 
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset.css */


/* start footer */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -.85em;
}
.footer, .push {
    height: .85em;
}

/* end footer */


#intro {
	font-size : .7em ; 
	margin : 0px 0px 20px 20px ; 
	color : #333 ;
	padding : 10px 10px 40px 40px ; 
	line-height : 2;
	border : 0px dotted ; 
	width : 23% ; 
	float : right ; 
}

h2 {
	font-size : 1.5em ;
/*
	font-variant : small-caps ; 
*/
	margin-bottom : 15px ; 
	margin-top : 50px ; 
	letter-spacing : .1em ;
}

#intro p, #intro ul {
	margin : 0px 20px ; 
}

#intro ul li {
	margin : 0px 20px ; 
}

#intro ul li.list_header {
	margin : 0px 0px ; 
}

#header h1 {
	font-size : 3em ; 
	color : #FFE7CC ; 
	letter-spacing : .1em ; 
	border : 0px solid ; 
	margin-left : 80px ; 
	padding-top : 50px ;  
}

#header #nav {
	font-size : 1em ; 
	color : #FFE7CC ; 
	letter-spacing : .1em ;
	word-spacing : 2em ; 
	float : right ; 
	padding : 10px ;	
	width : 32em ; 
	border : 0px solid red ; 
}

#header {
	background-color : #f77a18 ; 
	height : 150px ; 
	border-bottom : 1px dashed ; 
	color : #FFE7CC ; 
}

#header_bottom {
	background-color : #f77a18 ; 
	height : 5px ; 
	color : #fff ; 
}

.menu_item {
	text-align : right ; 
	width : 7em ; 
	border-right : 1px dotted ;
	padding-right : .5em ; 
	float : left ; 
	word-spacing : 0em ; 
}

.menu_item p {
	margin-top : 3ex ; 	
	font-size : .65em ; 
}

#content {
}

#nav a, .footer a { text-decoration : none ; }
#nav a:link, .footer a:link { color: #FFE7CC ; }
#nav a:visited, .footer a:visited { color: #FFE7CC ; }
#nav a:hover, .footer a:hover { color: #215c10 ; }
#nav a:hover { color: #215c10 ; border : 1px solid  #f77a18 ; }
.footer a:hover { color: #000 ; }

a:hover { color: #215c10 ; }
a:active { color: #DE3E00 ; background : #FFE7CC ; }
a:focus { background: #215c10 ; color : #FFE7CC ; }
a:focus:hover { background: white ; border : 1px solid #f77a18 ; color : #215c10 ; }


.list_header {
	font-weight : bold ;
}

.book_title {
	font-style : italic ; 
}

.footer p {
	font-size : .5em ; 
	letter-spacing : .2em ;
}

.footer {
	color : #FFE7CC ; 
	background-color : #f77a18 ;
}

body, p, div, h1, h2, h3, h4, h5, h6 { 
	font-family:"Eigerdals Bold", 'Helvetica', sans-serif; 
	font-size-adjust:0.532; 
	font-weight:bold; 
	font-style:normal; 
}

p {
	margin-bottom : 20px ; 
}

#main {
	margin : 60px ; 
	line-height : 1.6 ;
}
