/* CSS Document */

html, body {margin: 0px;
	  padding: 0px;
	  height: 100%;
	  width: 100%;}

body {background:  url('images/stripes.gif') repeat; }

a:link		{color: #4D6F69; text-decoration: none;}
a:visited	{color: #CD7967;}
a:hover		{color: #CD7967; text-decoration: underline;}
a:active	{color: #4D6F69;}

#container	{width: 604px;
			 margin-left: auto;
			 margin-right: auto;}

#content	{position: relative;
			 top: 30px;
			 height: 347px;
			 background:  url('images/main.png') no-repeat;
			 color: #260F04;
			 padding-top: 200px;
			 overflow: hidden;}

#content p	{width: 594px;
			 font-family: Georgia, Times New Roman, Serif;
	  		 font-size: 11px;
	  		 line-height: 14px;
	  		 text-align: center;
			 margin: 10px 15px 10px 10px; }


			 

	
					