
/* Styles for body */
body {background-color:#ebdec1;
		background-image:URL(images/elements/paper_background.jpg);
		margin-top:0px;
	}

	
/* Styles for page layout */
div#wrapper {
		margin-left: auto;
		margin-right: auto;
		width:800px;
		}


div#main {
		background-color: #f5e6c7;
		width:800px;
		text-align:left;
		border: 1px solid black;
		float: left;

		}

div#header {background-color:black;
		    background-image:URL(images/elements/header.jpg);
			width:800px;
			height:150px;
			}		
		
div#nav {background-color: #f5e6c7;
		width:800px;
		height:50px;
		text-align:center;
		padding-top:5px;
		}		
		
div#content-area {width:800px;
				height: auto;
				float: left;
				}		
		
		
div#footer {
			width:800px;
			height:150px;
			font-size:12px;
			font-family:palatino linotype, times,times new roman,serif;
			color:black;
			text-align:center;
			float: left;
			}		
		
/* Navigation Links */
a.nav:link {
			color:black;
			font-size:18px;
			font-family:arial,sans-serif;
			text-decoration:none;
			}
			
a.nav:visited {
			color:black;
			font-size:18px;
			font-family:arial,sans-serif;
			text-decoration:none;
			}
			
a.nav:hover {
			color:#5f3924;
			font-size:18px;
			font-family:arial,sans-serif;
			text-decoration:underline;

			}
			
a.nav:active {
			color:black;
			font-size:18px;
			font-family:arial,sans-serif;
			text-decoration:none;
			}		
		
.bodycopy {font-size:16px;
			color:black;
			font-family: palatino linotype, times, times new roman, serif;}

li  {font-size:16px;
			color:black;
			font-family: palatino linotype, times, times new roman, serif;}
			
			
h3 {font-size:20px;
	color:black;
	font-family: palatino linotype, times, times new roman, serif;
	font-weight:bold;
	display: inline;}
	
a:link {color: #774b3a;}
a:visited {color: #774b3a;}
a:hover {color: #774b3a; text-decoration:none;}
a:active {color: #774b3a;}
