
/* CONTAINER */

		#container        { color: #666; font-size: small; font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; margin: 0 auto; width: 1000px; height: 1000px }
#container p { color: #ba1c00; font-size: 100%; margin-left: 14px }
h1 { color: #791f11; font-size: 32px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin-bottom: 20px; margin-left: 30px }
h2    { color: #14491d; font-size: 16px; font-family: Arial, Helvetica, sans-serif; background-color: #fff; text-align: left }
form { font-size: 9px; margin-top: -45px; float: right }
input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header            { background-image: url("images/newheader.jpg"); background-repeat: no-repeat; padding-top: 10px; width: 1000px; height: 250px }
#header h1 { color: #fff; font-size: 200%; font-family: Georgia, "Times New Roman", Times, serif; text-align: right; margin-top: 10px; margin-right: 50px; margin-left: 750px }
#header a  { color: #fff; font-size: 100%; text-decoration: none; text-align: right; margin-right: 35px; margin-left: 860px }
#header a:hover { color: #ba1c00 }
/* NAV ELEMENTS */
	
		 #navigation ul            { background-image: url("images/newnavbar.jpg"); background-repeat: no-repeat; background-position: left top; list-style-type: none; margin: 0; padding: 0 0 10px; width: 1000px; height: 40px; float: left }
#navigation li { float: left }
#navigation a           { color: #666; font-size: 100%; line-height: 3.1em; text-decoration: none; background-image: none; text-align: center; display: block; padding-left: 0; width: 160px }
#navigation a:hover { color: #841c00 }
/* CONTENT ELEMENTS */
#gallery   { text-align: center; padding-right: 20px }
#gallery a { text-align: center; padding-right: 20px; border-style: none }
#gallery .img2  { text-decoration: none; padding-top: 5px; padding-right: 2px; padding-left: 2px; border-style: none }
/* FOOTER ELEMENTS */

		#footer    { margin-top: 20px; padding: 0 5px; clear: both }
		
		#footer p   { color: #666; font-size: 80%; margin-right: 5px; margin-left: 5px; border-top: 1px solid #d7d7dc }

