body, div, h1, h2, h3, h4, h5, h6, p, ul, li, img {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Tahoma, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bodybg.png) repeat-x;
	background-color: #d9b683;
    font-size: 87.5%;
    line-height: 2.0em;
	}

/*	General Typography */

h1, h2 {
	font-size: 2.0em;
	margin: 0 0 1.0em 0;
	font-weight: normal;
	color: #630724;

	}

h3, h4, h5, h6 {
	margin: 2.0em 0 1.0em 0;
	font-weight: normal;
	color: #630724;
	}
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

p {
	color: #531c06;
    font-size: 1em;
	}

ol, ul, li {
	color: #531c06;
	font-size: 1em;
	line-height: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 0.1em; 
	}
li { list-style: circle; }

img {
	border: 0;
	}

table {
	margin: 0 0 1.5em 20px;
	}

tr {
	vertical-align: top;
 	}

td {
	color: #531c06;
	font-size: 1em;
	line-height: 1.1em;
	}

/*  Overall Layout */
#main {
	margin: 0 auto;
	margin-top: 135px;
	width: 805px;
	}


/*	Header and Navigation */
#header {
	background: url(images/headerbg.png) no-repeat;
	height: 65px;
	overflow: visible;
	}

#container {
	position: relative;
	z-index: 2;
	}

#logo {
	background: url(images/sen-logo.png) no-repeat;
	height: 206px;
	width: 515px;
	position: absolute;
	top: -118px;
	left: 7px;
	z-index: 10;
	}
#logo h1 {
	text-indent: -9999px;
	}

#navig {
	background: url(images/nav.png);
	width: 320px;
	height: 35px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 410px;
	z-index: 20;
	}

#navig li span { display: none; }
  
#navig li { float:left; list-style:none; position:relative; }  

#navig li, #navig a {
    height: 35px;
    display: block;
    margin: 0; 
    padding: 0; 
    } 

li#nav-hom { width: 50px; }
li#nav-bio { width: 40px; }
li#nav-bok { width: 60px; }
li#nav-ord { width: 60px; }
li#nav-evn { width: 55px; }
li#nav-con { width: 55px; }

#nav-hom a:hover { background: url(images/nav.png) -0px -35px no-repeat; }
#nav-bio a:hover { background: url(images/nav.png) -50px -35px no-repeat; }
#nav-bok a:hover { background: url(images/nav.png) -90px -35px no-repeat; }
#nav-ord a:hover { background: url(images/nav.png) -150px -35px no-repeat; }
#nav-evn a:hover { background: url(images/nav.png) -210px -35px no-repeat; }
#nav-con a:hover { background: url(images/nav.png) -265px -35px no-repeat; }




/*  Content */
#contentbg {
	background: url(images/contentbg.png) repeat-y;
	padding: 30px 0 0 0;
	}
#contentdecoration {
	background: url(images/contdec.png) no-repeat;
	top: 35px;
	min-height: 210px; /* height of the image */
	height: auto !important; /* ie6 */
	height: 210px; /* height of image, also for ie6 */
	}

#content {
	padding: 0 75px 30px 85px;
	}


#content h2 { margin: 30px 0 1.0em 0; }
#content h3 { margin: 1.5em 0 1.0em 0;}
#content h4 { margin: 1.5em 0 1.0em 0;}


#content p { 
	margin: 0 0 1.5em 20px;
	}

#content ul { 
	margin: 0 0 1.25em 40px;
	}

#content li { 
	color: #531c06;
	font-size: .9em;
	}

#normalwide {
	width: 645px;
	padding: 0;
	float: left;
	}

#normalnarrow {
	width: 375px;
	padding: 0;
	float: left;
	}

#sidebar {
	width: 215px;
	padding: 0 0 0 55px;
	float: right;
	}
.sbcolor {
	padding: 10px 0px 10px 20px;
	margin: 0 0 20px 0;
	background: url(images/sidebarbg.png) no-repeat;
	}

#sidebar h2, h3 { 
	margin: 15px 0 .5em 5px;
	}

#sidebar p { 
	margin: 0 0 1em 5px;
	font-size: 80%;
	line-height: 1.75em;
	}

.sbevent {
	font-size: 110%;
	font-weight: bold;
	}

.action {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	}

.wtitle { font-style: italic; }
.note {
	color: #854d35;
	font-style: italic;
	font-size: 0.96em;
	}

.bookcover {
	float: right;
	padding: 0.5em 0 1.5em 20px;
	}

.quotebody {
	clear: both;
	}
.quoteattrib {
	float: right;
	display: block;
	padding-right: 20px ;
	padding-bottom: 2.5em
	}
	

#content a:link		{ color : #a74218; text-decoration: none; } 
#content a:visited	{ color : #8a2028; text-decoration: none; }
#content a:focus	{ color : #ba7a1e; text-decoration: underline; }
#content a:hover	{ color : #ba7a1e; text-decoration: underline; }
#content a:active	{ color : #ba7a1e; text-decoration: underline; }



/*  Footer */
#footer {
	clear: both;
	background: url(images/footerbg.png) no-repeat;
	overflow: visible;
	height: 100px;
	z-index: 200;
	}

#footnav  {
	color: #e4cacd;
    font-size: 12px;
	margin: 0;
    padding: 0 0 0 85px; 
	line-height: 15px;
    }
#footnav li {
	color: #e4cacd;
	list-style:none;
	display: inline;
	}  
#footnav li, #footnav a {
    margin: 0; 
    padding: 0 5px 0 0; 
    } 

#footnav a			{ color : #630724; text-decoration : none; }
#footnav a:focus	{ color : #c1852e; text-decoration: underline; }
#footnav a:hover	{ color : #c1852e; text-decoration: underline; }
#footnav a:active	{ color : #c1852e; text-decoration: underline; }


.copyright {
    font-size: 10px;
	color: #854d35;
	padding: 1em 0 0 85px;
	line-height: 15px;
    }