/* - 1. body & background - */
/* - 2. main layout - */
/* - 3. navigation bar - */
/* - 4. headings and such - */


/* - 1. body & background - */

body {
	padding-left: 11em;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url('backgrounds/background1500x900.jpg'); 
	color: #120E05;
	font-size: larger;
	font-family: Cochin, Batang, Baskerville, Garamond, serif; 
}

/* - 2. main layout - */

#wrapper {
	height: auto; 
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 1000px;
}

#header {
	height: 140px;
	width: auto;
	border-bottom: dashed 1px #FFFFFF;
/* changed border properties to shorthand CSS */
	position: relative;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#columns {
	height: 550px;
	overflow: hidden;
	width: 800px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
#navcol {
	float: right;
	width: 150px;
	height: 500px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#links_table {
	width: 799px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left:25px;
	padding-right:25px;
	float: left;
	height: 275px;
}
#excerpt {
	width: auto;
	height: 400px;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
}

#leftcol {
	background-color: #FFFFFF;
	float: left;
	width: 350px;
	height: 275px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftcol img{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#rightcol {
	background-color: #FFFFFF;
	float: right;
	width: 350px;
	height: 275px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rightcol img{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#footer {
	height: 35px;
	width: 785px;
	float: left;
	margin-top: 10px;
	padding-top:1em;
	border-style: dashed;
	border-width: 1px;
	border-color: #ff0000; 
	text-align: center;
}
#spacer {
	height: 140px;
	width: 785px;
	float: left;
}


/* - 3. navigation bar - */
ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
    top: 2em;
    right: 1em;
    width: 7em;
}

  ul.navbar li {
    background: #701B12;
    margin: 0.5em 0;
    padding: 0.3em;
}
  ul.navbar a {
   text-decoration: none;
   color: #FFF5BF;
   padding: 2px;
}
  ul.navbar a:hover {
   text-decoration: none;
   color: #6E4019;
   background-color: #FFF5BF;
}

  img.navcol {
   margin-top: 20px;
   margin-left: 10px;
}

/* - 4. headings and such - */
h1, h2, h3, h4, h5, h6 {
	font-family: Cochin, Didot, Batang, Baskerville, Garamond, serif;
	color:#110000; 
	text-decoration: none;
}

a:link {
	color:#701B12; 
	margin:-3px;
	padding:3px;
	text-decoration: none;
}
a:hover {
	color:#FFF5BF; 
	margin:-3px;
	padding:3px;
	background-color: #6E4019;
}
a:visited {
   color: #A67A46;
}
blockquote {
	text-align: right;
}