body		 {	background: #350d03 url(images/back.jpg) repeat-y top center;
			font-family: Arial, Tahoma, sans-serif;
			font-size: 12px;

			text-align: center;		}


#img		{	vspace: 5px;
			hspace: 5px;
			border: 1px solid white;	}



h1		{	font-size: 22px;

			font-weight: bold;
			font-style: italic;

			color: #FFFFFF;
		}




p		{	font-size: 16px;
			font-weight: normal;

			color: #FFFFFF;

			margin: 10px;

			text-align: left;
		}



a		{	text-decoration: underline;

			color: #FFFFFF;
		}


a:hover		{	text-decoration: underline;

			color: #FFFFFF;		}



.container		{	width: 800px;

			background: transparent;

			padding: 0;

			margin: 0 auto;

			position: relative;

			text-align: left;
		}



.top		{	width: 800px;

			height: 91px;

			background: #441405 url(images/banner.jpg);

			padding: 0;

			margin: 0;

			position: relative;
		}



#content		{	width: 800px;

			background: transparent;

			padding: 10px;

			margin: 0;

			position: relative;

			display: block;

			font-size: 14px;

			font-weight: normal;

			clear: both;
			color: #000000;
		}



#col-wrap		{	width: 800px;
			padding: 0;
			margin: 0;
			text-align: center;
			clear: both;
			background: transparent;	}

#col-left		{	background: transparent;
			float: left;

			text-align: center;
			padding: 0;
			margin: 0;
			width: 300px;		}

#col-right		{	background: transparent;
			float: right;
			text-align: center;
			padding: 0;
			margin: 0;
			width: 500px;		}

#col-left-content	{	background: transparent;
			
text-align: center;
			margin-left: 10px;
			margin-right: auto;
			margin-top: 10px;
			width: 290px;		}

#col-right-content	{	background: #350d03;
			text-align: center;

			margin-left: auto;
			margin-right: 10px;
			border-left: 1px solid white;
			border-top: 1px solid white;
			width: 490px;		}

#col-right-content p	{	text-align: left;
			font-size: 18px;
			font-weight: normal;
			padding-top: 10px;
			padding-bottom: 10px;
			color: #FFFFFF;		}

#disclaimer	{	font-size: 10px;
			font-style: italic; 		}





#footer		{	font-size: 10px;		}


