/*  Page Colors
dark red: 5F1917;
text:
yellow header color: 755E20;
dark content bg: 

*/

*				{margin: 0 auto; }
body			{font-family: trebuchet MS, helvetica, sans-serif; color: #8C7655;  text-align: left; font-size: 92.5%; background: url(images/bg_page.jpg) repeat-x #72501D; }

#page			{width: 100%; }
#header			{background: url(images/bg_header.jpg) repeat-x; margin: 10px 0 0 0; height: 70px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
#topmenu		{text-align: center; padding: 6px;}
#footer			{margin: 10px 0 0 0; background: url(images/bg_footer.jpg) repeat-x #ffffff; height: 81px; border-top: 1px solid #000000; clear: both; }

.clear			{clear: both;}
.wrapper		{width: 800px; margin: 0 auto; }

#content		{background-color: #291A00; border: 1px solid #8C7655; min-height: 400px; margin: 12px 0 0 0; clear: both; padding: 0 0 20px 0;}	

.textRight		{width: 460px; float: right;}
.leftBar		{width: 300px; float: left; padding: 0 0 0 20px; }

ul		  		{list-style-type: none; margin: 0 0 0 6px;}
ul li			{list-style-type: none; display: inline; width: 120px; padding: 0 0 0 20px;}	
ul li.headline	{text-align:center: font-family: arial; font-size: 1.3em; }

#content ul		{ }
#content ul li  {display: block; margin:10px 0 12px 0; width:380px; padding: 0px; color: #e9e9e9; }

a 					{color: #000000; text-decoration: none; border-bottom: 1px solid transparent;}
a:hover				{color: #e9e9e9; text-decoration: none; border-bottom: 1px solid #ffffff;}

#content a 			{color: #e9e9e9; text-decoration: none; border-bottom: 1px solid #e9e9e9; }
#content a:hover 	{color: #755E20; text-decoration: none; border-bottom: 1px solid #755E20;}

h1				{clear: both; color: #755E20; font-size: 1.85em; margin: 20px 0 0 20px; font-weight: normal; letter-spacing: 20px; font-variant: small-caps; }
h2				{clear: both; color: #755E20; font-size: 1.3em; margin: 10px 0 0 10px; font-weight: normal; letter-spacing: 4px; font-variant: small-caps; }
h3				{clear: both; color: #8C7655; font-size: 1.1em; margin: 0 0 0 10px; font-weight: normal; letter-spacing: 2px; font-variant: small-caps; }
h4				{clear: both; color: #755E20; font-size: .9em; }
h5				{clear: both; color: #755E20; font-size: .85em; }

h1 a			{letter-spacing: 0px;}

p				{font-family: Lucida Grande, Helvetica, Arial, Sans-Serif; font-size: 1em; line-height:1.3em; padding: 0px 40px 20px 0px; margin: 0 0 0 10px; text-align: left; }
blockquote		{padding: 4px 0px 6px 0px; clear: bloth; }

p.design		{ font-size: .7em; color: #333333; margin: 10px 10px 0 0; text-align: right; padding: 0px; }
#content p.design a 		{ font-size: .9em; color: #333333; border-bottom: 0px; }

.quoter			{clear: both; line-height: 1.1em; color: #e9e9e9; text-align: left; font-size: .8em; font-family: arial, sans-serif; padding: 0 0 6px 100px; }

address 		{margin: 0 0 0 10px; }

#content img	{border: 1px solid #8C7655; margin: 6px 0 6px 0; padding: 2px; width: 280px; }

input			{ border: 2px solid #755E20; font-family: helvetica, arial, tahoma, sans-serif; font-size: 1em; color: #333333; }

textarea		{ border: 2px solid #755E20; font-family: helvetica, arial, tahoma, sans-serif; font-size: 1em; color: #333333; }
form			{ padding: 20px; }
form p			{ padding: 0px; text-align: right; font-size: .75em; }