		body {
			background-color: #272727;
			margin: 30px;
			font-family: Tahoma, arial;
			font-size: 12px;
			color: #000000;
		}
		
		td,th,span,div {
			font-size: 12px;
		}
		
		#header {
			background-color: #000000;
			background-image: url('../images/headerbg.gif');
			background-repeat: repeat-y;
			border-collapse: collapse;
			width: 744px;
		}
		
		#title {
			width: 713px;
			height: 35px;
			border-collapse: collapse;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		
		#title div {
			font-family: Tahoma, Times New Roman;
			font-size: 26px;
			color: #ffffff;
			font-weight: normal;
		}
				
		#body {
			width: 713px;
			background-color: #D3B16D;
		}
		
		#body h1 {
			font-family: Tahoma, Times New Roman;	
			margin: 0 0 5px 0;
			color: #ffffff;
			font-size: 12px;
		}
		
		#body p {
			font-size: 12px;
		}
		
		#footer {
			width: 713px;
			margin-top: 10px;
			background-color: #ffffff;
			
		}
		
		a,a:active,a:visited,a:link {
			color: #69791D;
			font-weight: bold;
			text-decoration: underline;
		}
		
		a:hover {
			text-decoration: underline;
			font-weight: bold;
		}
		
		#contact {
			text-decoration: none;
			color: #ffffff;
			font-weight: normal;
		}