	 #header {
		background-image: url(images/header-fill.jpg);
		background-repeat: repeat-x;
		background-color: #A2A09F;
	 }

	 #footer_fill {
		background-image: url(images/fill.jpg);
		background-repeat: no-repeat;
		background-color: #A2A09F;
		background-position: -120 100%;
	 }

	 #footer {
		background-image: url(images/footer.jpg);
		background-repeat: no-repeat;
		background-color: #A2A09F;
		background-position: -120 100%;
	 }

	 #content {
		background-image: url(images/main.jpg);
		background-repeat: repeat-x;
		background-color: #A2A09F;
		padding-left: 32px;
		padding-top: 16px;
	 }

	 #menu {
		font-family: Verdana, Arial;
		font-size: 10px;
		color: #FFFFFF;
		text-align: left;
		background-image: url(images/menu.jpg); 
		background-repeat: no-repeat;
	 }

	 #menu A {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
	 }

	 #menu A:hover{
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #EFEFEF;
		font-weight: bold;
		text-align: left;
		text-decoration: underline;
	 }

	 A {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #333333;
		text-decoration: none;
	 }
	 
	 A:hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	 }


	 A.links {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: underline;
	 }
	 
	 A.links:hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	 }

	 A.page_link {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
	 }
	 
	 A.page_link:hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	 }

	 h2 {
		font-family: Tahoma, Verdana, Arial;
		font-size: 14px;
		letter-spacing: 1px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		padding-top: 12px;
		padding-left: 32px;
	 }

	 P {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #333333;
		font-weight: normal;
		text-align: justify;
		vertical-align: top;
		padding-right: 64px;
		padding-left: 32px;
	 }

	 .text {
		font-family: Verdana, Arial;
		font-size: 12px;
		color: #333333;
		font-weight: normal;
		text-align: justify;
		vertical-align: top;
	 }

	 #main {
		overflow: auto;
		padding-right: 12px;
		height: 250px;
	 }

