	/* 
		-==== START PAGE STYLES ====- 
	*/
		body {
			background-image: url(http://www.armidaleit.com/images/side_bg.gif);
			background-position: top left;
			background-repeat: repeat-y;
			background-color: #FFF;
			margin: 0px;
			padding: 0px;
		}
	/* 
		-==== END PAGE STYLES ====- 
	*/
	/* 
		-==== START HEADER STYLES ====- 
	*/
		#header {
			background-color: #3B3B3B;
		}
		#header #small_links {
			padding: 5px;
			text-align: right;
			border: 1px solid #474747;
		}
		#header #small_links, #header #small_links a {
			color: #666;
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
		}
		#page_title {
			background-image: url(http://www.armidaleit.com/images/title_bg.gif);
			background-color: #E1B41D;
			background-position: top right;
			background-repeat: no-repeat;
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
			letter-spacing: 2px;
			padding-left: 5px;
			height: 13px;
		}
	/* 
		-==== END HEADER STYLES ====- 
	*/
	/* 
		-==== START NAVIGATION STYLES ====- 
	*/
		.nav_title {
			padding: 5px;
			text-align: right;
			border: 1px solid #474747;
		}
		.nav_title, .nav_title a {
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-decoration: none;
			letter-spacing: 2px;
			color: #C0C0C0;
		}
		.nav_links {
			padding-left: 5px;
			padding-bottom: 3px;
		}
		.nav_links, .nav_links a {
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-decoration: none;
			color: #FFF;
		}
		.nav_links a:hover {
			text-decoration: underline;
		}
	/* 
		-==== END NAVIGATION STYLES ====- 
	*/
	/* 
		-==== START CONTENT STYLES ====- 
	*/
		#content {
			padding: 10px;
			padding-right: 20%;
			font-family:  Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
	/* 
		-==== END CONTENT STYLES ====- 
	*/
