			a { color: #FFF; }
			
			html, body {
				margin: 0px;
				padding: 0px;
				background: url('../image/site/background_site.gif') repeat-y #DBD5C8;
				font-family: Verdana;
				font-size: 8pt;
				height: 100%;
			}
			


			#container {
				position: relative;
				min-height: 100%;
				height: 100%;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: auto;
				border: solid 0px #000;
				margin-bottom: -50px;
			}

			html>body #container {
				height: auto;
			}

			#header {
				position: relative;
				top: 0px;
				background: url('../image/site/background_header_footer.gif') repeat-y #908E88;
				width: 100%;
				height: 30px;
			}

			#logoSmall {
				margin: 0px 0px 0px 614px;
				padding: 5px 0px 10px 27px;
				font-size: 13px;
				font-family: Verdana;
				font-weight:bold;
				color: #ECECEC;
				line-height: 30px;
				background: url('../image/site/logo_small.gif') no-repeat;
			}

			#topImage {
				background: url('../image/site/banner_001.jpg') no-repeat #908E88;
				margin: 0px 0px 0px 34px;
				width: 716px;
				height: 130px;
			}

			#main {
				padding-left: 34px;
				width: 755px;
				background: url('../image/site/background_main.gif') repeat-y;
			}

			#navigation {
				float: left;
				padding: 15px 0px 0px 20px;
			}

			#navigation ul {
				list-style:none;
				margin: 0px;
				margin-left: -1px;
				padding: 0px;
				font-size: 13px
			}

			#navigation li {
				margin: 0px;
				margin-left: 1px;
				padding: 0px 4px 0px 10px;
				font-weight: bold;
				background: url('../image/site/background_navigation.gif');
			}

			#navigation li.active {
				margin: 0px;
				margin-left: 1px;
				padding: 0px 9px 0px 10px;
				font-weight: bold;
				color: #777;
				background: url('../image/site/background_navigation.gif');
			}
			
			#navigation a:link, #navigation a:active, #navigation a:visited {
				padding: 0px 9px 0px 12px;
				display: block !important;
				display: inherit;
				color: #999;
				text-decoration: none;
			}

			#navigation a:hover {
				padding: 0px 9px 0px 12px;
				display: block !important;
				display: inherit;
				color: #777;
				text-decoration: none;
			}
			
			#navigation li.active a:link,
			#navigation li.active a:visited,
			#navigation li.active a:active,
			#navigation li.active a:hover {
			 color: #777; 
			}			

			#content {
				margin-left: 206px;
				padding: 0px 5px 30px 5px;
				width: 477px;
			}

	  #contentFooter {
				position: relative;
				right:14px;
				margin-left: 206px;
				background: url('../image/site/content_footer.gif') no-repeat;
				height: 50px;		
				padding-bottom:50px;		
			}
			
			a.footer:link {color:#FFF;}
			
			#footer {
				position: absolute;
				bottom: 0px;
				background: url('../image/site/background_header_footer.gif') repeat-y #908E88 !important;
				background: #908E88 !important;
				width: 100% !importan;
				width: 716px;
				/*height: 50px;*/
				/* margin-top: 25px; */
				margin-left: 34px;
			}
			
