body {
	width: 900px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #FFF8DD;
	border-left: 1px solid #E0B356;
	border-right: 1px solid #E0B356;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #191919;
	text-align: center;
	}

/* IDs */
#header {
	background-image: url(../assets/images/bg-header.jpg); 
	background-repeat: no-repeat;
	}

#message {
	background-image: url(../assets/images/bg-message.jpg); 
	background-repeat: no-repeat;
	}
	
/* #quotes {
	width: 600px;
	height: 90px;
	background-image: url(../assets/images/bg-quotes.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 150px;
	} */
	
#nav {
	background-image: url(../assets/images/bg-nav.jpg);
	background-repeat: no-repeat;
	}
	
#left {
	background-image: url(../assets/images/bg-left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}
	
#right {
	background-image: url(../assets/images/bg-right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}
	
#content {
	padding-left: 1em;
	padding-right: 1em;
	}
	
#footer {
	font-size: 85%; 
	border-top: 1px solid #E0B356; 
	padding-top: 1em; 
	margin-top: 1em; 
	text-align: center;
	}


/* Text */
H1 {font-size: 160%; font-weight: normal; text-align: left;}
H2 {font-size: 130%; font-weight: normal; text-align: left;}
H3 {font-size: 120%; font-weight: bold; text-align: left; margin-top: 0; margin-bottom: 0;}
p, ul, ol {font-size: 100%; line-height: 130%; text-align: left;}

/* Quotes */
#quotes p {font-size: 13px; font-style: italic; text-align: center;}

/* --- Links --- */
a {font-weight: normal; text-decoration: underline; color: #191919;} 
a:visited {font-weight: normal; text-decoration: underline;} 
a:hover {font-weight: normal; text-decoration: none; } 

/* --- Nav Links --- */
a.nav {
	padding-left: 11px; 
	padding-right: 11px; 
	font-weight: normal; 
	font-size: 17px;
	text-decoration: none; 
	text-align: center;
	color: #191919;
	}
	
a.nav:visited {text-decoration: none;} 
a.nav:hover {text-decoration: underline;} 

/* --- Other --- */
.dropmenu {font-size: 75%; margin-left: 10px; width: 110px;}
.navnote {text-align: center;}
.banner {border: 1px solid black;}
.image {
	border: 1px solid;
	margin: 9px;
	border-color: #E0B356;
	background-color: #FCF0C8;
	margin: 9px;
	padding: 0px;
	}

HR {
	background-color: #FFF8DD; 
	border-top: 1px solid #E0B356; 
	border-bottom: 0; 
	border-left: 0; 
	border-right: 0; 
	border-style: dashed;
	}

/* Link Page link settings */
#link {}
#link a:link {color: #006600; text-decoration: underline;}
#link a:visited {color: #006600; text-decoration: underline;}
#link a:hover {color: #191919; text-decoration: none;}