body {
	margin: 0px;
	padding: 0px;
	background-image:url(page_background.jpg);
	background-repeat:repeat-x;
	background-color: #d9b041;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #483205;
}

#page_container {
	width: 750px;
	height: 100%;
	margin: 0px; padding: 0px;

	background-image:url(page_background.png);
	background-repeat:repeat-y;
	background-position: center;
	behavior: url(iepngfix.htc);
}

#top-txt {
	width: 700px;
	font-size: xx-small;
	color: #ffba00;
	padding: 10px;
}

#header-img {
	width: 750px;
	height: 10px;

	background-image: url(header_background.png);
		background-repeat: no-repeat;
	background-position:bottom;
	behavior: url(iepngfix.htc);
}

#content_container {
	width: 698px;
	margin: 0px; padding: 0px;
}

#txt-navigation {
	width: inherit;
	font-size: xx-small;
	color: #999;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;	
	padding-top: 5px;
}
	#txt-navigation a {
		font-size: inherit;
		color: #999;
		text-decoration: none;
	}
		#txt-navigation a:link {
			text-decoration:none;
			color: #999;
		}
		#txt-navigation a:hover {
			text-decoration: underline;
			color: #666;
		}
		
#header {
	width: inherit;
	margin: 0px; padding: 0px;
}
	.header {
		width: 698px;
		height: 153px;
		background-image: url(header_image.jpg);
		background-repeat: no-repeat;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

#navigation {
	width: inherit;
	height: 75px;
	margin: 0px; padding: 0px;
	border-bottom: 1px solid #000;
	background-image: url(navigation_background.jpg);
}
	#navigation ul { margin: 0; padding: 0; list-style: none; }
	#navigation li {
		display: inline;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		background-repeat:no-repeat;
		background-position: top;
	}

#content {
	width: 680px ;
	height: auto;
	margin-top: 20px;
	text-align:left;
}
	#content p {
		width: 660px;
		margin-bottom: 10px;
	}
	.heading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-larger;
		font-weight: bold;
		text-align: left;
		padding-left: 0px;
		font-size: x-large;
		color: #0e1729;
	}
	.subheading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		font-weight: bold;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: -5px;
		text-align: left;
	}
	#content a:link, #content a:active, #content a:visited {
		color: #194805;
		text-decoration: none;
		border-bottom: 1px dotted #194805;
	}
	#content a:hover {
		color: #480528;
		text-decoration: none;
		border-bottom: 1px solid #480528;
	}
	#content ul {
		padding: 0px; margin: 0px;
		padding-left: 20px;
	}
	.spaced li {
		padding-bottom: 10px;
	}
	
	.bluebox_220w300h {
		width: 220px;
		height: 300px;
		background-image: url(bluebox_220w300h.png);
		background-repeat:no-repeat;
		color: #FFF;
		margin-right: 10px;
	}
	.redbox_220w300h {
		width: 220px;
		height: 300px;
		background-image: url(redbox_220w300h.png);
		background-repeat:no-repeat;
		color: #FFF;
		margin-right: 10px;
	}
	.limebox_220w300h {
		width: 220px;
		height: 300px;
		background-image: url(limebox_220w300h.png);
		background-repeat:no-repeat;
		color: #FFF;
	}

#footer {
	width: inherit;
	margin: 0px; padding: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #CCC;
}
	#footer a {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
		#footer a:link, #footer a:visited, #footer a:active {
			border-bottom: 1px dotted #ddd;
			color: #CCC;
		}
		#footer a:hover {
			border-bottom: 1px double #999;
			color: #999;
		}
	.copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		padding-bottom: 2px;
	}
	.sub_copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: xx-small;
		padding-bottom: 8px;
	}
	.recognition {
		font-family: Arial, Helvetica, sans-serif;
		font-size: xx-small;
	}
#footer-img {
	width: 750px;
	height: 10px;

	background-image:url(footer_background.png);
		background-repeat: no-repeat;
	background-position:top;
	behavior: url(iepngfix.htc);
}
