	#sitemapContainer {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 598px;
		height: 282px;
		background: url('/images/layouts/overlay_light.png') repeat center top;
	}
	
		#sitemap {
			position: absolute;
			top: 10px;
			left: 30px;
			width: 555px;
			height: 148px;
			overflow: hidden;
		}
		
			#sitemap td {
				font-family: Century Gothic, Helvetica, Arial, sans-serif;
				font-size: 12px;
				line-height: 12px;
				padding: 0 40px 0 0;
			}
			
				#sitemap td a {
					text-decoration: none;
					color: #000000;
				}
				
					#sitemap td a:hover {
						color: #097DA6;
					}
			
			
	    #search { 
	         position: absolute;
	         top: 222px;
	         left: 30px;
	         float: right;
	         width: 211px;
	         height: 25px;
	         text-align: right;
	         background: url('../images/layouts/search_bg.png') no-repeat center top;
	    }
	
		    #search form {
		         position: absolute;
		         height:22px;
		         left:0px;
		         z-index: 200;
		    }
		
			    #search form #input {
			         margin:0px;
			         padding: 4px 12px;
			         height:16px; 
			         width:160px;
			         border:none;
			         background:transparent;
			         text-transform:uppercase;
			         color:#6c6c6c;
			         font-family: Century Gothic, Helvetica, Arial, sans-serif;
			    }
		
		    #search_btn {
		         position: absolute;
		         left:181px;
		         top: 0px;
		         z-index: 200;
		    }			
		    
				#search input:focus {
						outline: none;
					}
    		
	
		#facebook {
			position: absolute;
			top: 225px;
			left: 278px;
			width: 83px;
			height: 16px;
			background: url('/images/layouts/facebook.png') repeat center top;
		}
		
			#facebook:hover {
				background-position: center bottom;
				cursor: pointer;
			}
	
		#featured {
			position: absolute;
			bottom: 10px;
			right: 32px;
			width: 172px;
			height: 99px;
		}
		
			#featured img {
				border: 0;
				outline: 0;
			}
		
			#featured_text {
				position: absolute;
				bottom: 0px;
				left: 0px;
				width: 164px;
				height: 15px;
				font-family: Century Gothic, Helvetica, Arial, sans-serif;
				font-size: 12px;
				line-height: 15px;
				color: #ffffff;
				padding: 2px 4px;
				text-align: center;
				background: url('/images/layouts/featured_text.png') no-repeat center top;
				display: none;
			}
			
				#featured:hover #featured_text {
					background-position: center bottom;
					cursor: pointer;
				}

	#rotatorContainer {
		position: absolute;
		top: 0px;
		right: 0px;
		width:276px;
		height:282px;
		background: url('/images/layouts/overlay_light.png') repeat center top;
	}

						
	#footer {
		position: relative;
		margin: 0 auto;
		padding: 20px 0 0 0;
		width: 896px;
		height:30px;
	}
	
		#footer p {
			font-family: "Arial";
			font-size: 10px;
			color: #aeadad;
			line-height: 24px;
			text-align: right;
			margin: 0;
			text-transform: uppercase;
		}
		
			#footer p a:link, #footer p a:visited {
				color: #aeadad;
				text-decoration: underline;
			}
			
			#footer p a:hover, #footer p a:active {
				color: #ffffff;
				text-decoration: underline;
			}