@charset "utf-8";
/* CSS Document */

body { background: url(_images/bg.jpg) repeat-x left top #3f361a; font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: 				 		#d1dabd; }

#Wrapper { margin: 0 auto; width: 800px; margin-top: 35px; }

#Header { width: 800px; height: 75px; margin: 0 auto; background-image: url(_images/logo.png); background-repeat: no-repeat; padding: 5px;}

#Navigation { width: 800px; text-align: center; height: 24px; }
	.navlist li { display: inline; list-style-type: none; display: inline; margin: 12px; }
	
#Content { width: 500px; margin: 0 auto; }

#Footer { width: 800px; margin: 0 auto; text-align: center; color: #d1dabd; }

/* Links */
a:link { color: #3f361a; text-decoration: none; }
a:visited { color:  #57b9de; }
a:active { color:  #657c1f; text-decoration: underline; }
a:hover { color: #657c1f; background-color: #c0c0c0; text-decoration: underline; }

/* Headers */

h2 { font-family: Arial, Georgia, Times New Roman; font-size: 20px; color: #d1dabd; }