@charset "utf-8";
/* CSS Document */

body { background:#94b162; background-image:url(images/bg.jpg); background-repeat:repeat-x; }
img { border:none; }
p {margin:10px; }
a { color:#FFFFFF; }
	a:visited {color:#ccc; }

#content { width:925px; margin-left:auto; margin-right:auto; min-height:500px; background-color:#A68800; }

	#header { width:100%; height:150px; position:relative; border-top:10px solid #FFD200; border-bottom:10px solid #FFD200; text-align:center; overflow:hidden; }
		#header h1 { color:#fff; font-size:54px; display:none; }
		#header img { margin:20px auto; }
		#subtext { display:none; }

	img.left   { margin:5px 20px 10px 40px; }
	img.center { margin:5px 20px 10px 20px; }
	img.right  { margin:5px 40px 10px 20px; }

	/*#text { background-color:#37451e; border: solid 3px #FFd200; width:880px; margin:0 auto 10px auto; color:#FFF; padding:10px; }*/
	#text {border: solid 1px #FFd200; width:880px; margin:0 auto 10px auto; color:#0f1405; padding:10px; }
		#text h3 { margin:5px auto; font-size:1.5em; }
		#text p { font-size:1.1em; }
