
body {
	margin:0px;
	padding:0px;
	font-family:tahoma,helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	background:#fdf5e0 url(images/bg.gif) repeat-x top;
	color:#513b27;
}

#Base {
	width:909px;
	margin:auto;
	text-align:left;
}

#Foot {
	clear:both;
}

#Left {
	float:left;
	width:30%;
}

#Right {
	float:right;
	width:70%;
}

/*  Table */
 	.content table {
		border-collapse:collapse;
		font-size:11px;
		overflow-x:auto;
 	}
	 	.content table td {
	 		padding:0px;
			/*border:1px solid #e5d3a3;*/
			padding:2px;
	 	}
			.content thead {
				background:#e5d3a3;
			}
				.content thead th {
					border:1px solid #513B27;
					padding:2px;
					padding-top:4px;
					padding-bottom:4px;
				}
					

/*
 * Foot
 */
#Foot {
	background:#503a27;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
	#FootInside {
		width:909px;
		margin:auto;
		color:#f5d695;
	}	
		#FootInside h1 {
			display:none;
		}
		#FootInside p {
			margin:3px;
		}
		#FootInside a {
			color:#f5d695;
			
		}

	
		
