			body {
 			  color: #1e1914; background: #463b30 url(background.jpg) no-repeat fixed center top; margin: 0px 0px 20px 0px; font-size: 13px; font-family: Tahoma;
			}
			a:link {color: #1e1914; text-decoration: underline;}
			a:visited {color: #1e1914; text-decoration: underline;}
			a:active {color: #1e1914; text-decoration: underline;}
			a:hover {color: #1e1914; text-decoration: none;}
			
			#page {
			  position: relative;
   			width: 1000px;
				height: auto;
   			margin: 0 auto;
   			margin-top: 40px;
		  }
			
			#page-top {
			  position: absolute;
				top: -40px;
				left: 0px;
			}
			
			#page-bottom {
			  position: relative;
   		  width: 1000px;
				height: auto;
				margin: 0;
   			background: url(page_footer.png) no-repeat left bottom;
   			text-align: left;
				padding-bottom: 30px;
			}
			
			#page-main {
			  position: relative;
				top: 0px;
				left: 0px;
   		  width: 100%;
				height: auto;
   			padding: 0px 0px 0px 0px;
   			background: #faf4df;
				padding-bottom: 20px;
			}
			
			#swirly-right {
			  /* position: absolute; */
				position:fixed;
				/*top: -60px;*/
				/*left: -11px;*/
				top: 120px;
				width: 145px;
				height: 672px;
				background: url(swirly_overlay_right.png) no-repeat left top;
			}
			
			#swirly-left {
				position:fixed;
				top: 113px;
				width: 133px;
				height: 569px;
				background: url(swirly_overlay_left_fixed.png) no-repeat left top;
				z-index: 9;
			}
			
			#page-logo {
			  position: absolute;
				top: -12px;
				right: 20px;
				width: 550px;
				height: 130px;
				background: url(page_logo_light.png) no-repeat left top;
			}
			
			#header-menu {
			  position: relative;
   			width: 1000px;
				height: 60px;
   			margin: 0 auto;
   			margin-top: 80px;
				text-align: right;
				text-valign: bottom;
			}
			
			#menu-home {
			  position: absolute;
			  bottom: 0px;
				right: 12px;
				width:165px;
				height:44px;
				background: url(hmenu_home_a.png);
			}
			#menu-home:hover {
			  position: absolute;
			  bottom: 0px;
				right: 12px;
				width:165px;
				height:44px;
				background: url(hmenu_home_b.png);
			}
			#menu-home-loc {
			  position: absolute;
			  bottom: 0px;
				right: 12px;
				width:165px;
				height:44px;
				background: url(hmenu_home_c.png);
			}
			
			#menu-gates {
			  position: absolute;
			  bottom: 0px;
				right: 175px;
				width:165px;
				height:44px;
				background: url(hmenu_gates_a.png);
			}
			#menu-gates:hover {
			  position: absolute;
			  bottom: 0px;
				right: 175px;
				width:165px;
				height:44px;
				background: url(hmenu_gates_b.png);
			}
			#menu-gates-loc {
			  position: absolute;
			  bottom: 0px;
				right: 175px;
				width:165px;
				height:44px;
				background: url(hmenu_gates_c.png);
			}
			
			#menu-resources {
			  position: absolute;
			  bottom: 0px;
				right: 338px;
				width:165px;
				height:44px;
				background: url(hmenu_resources_a.png);
			}
			#menu-resources:hover {
			  position: absolute;
			  bottom: 0px;
				right: 338px;
				width:165px;
				height:44px;
				background: url(hmenu_resources_b.png);
			}
			#menu-resources-loc {
			  position: absolute;
			  bottom: 0px;
				right: 338px;
				width:165px;
				height:44px;
				background: url(hmenu_resources_c.png);
			}
			
			#menu-events {
			  position: absolute;
			  bottom: 0px;
				right: 501px;
				width:165px;
				height:44px;
				background: url(hmenu_events_a.png);
			}
			#menu-events:hover {
			  position: absolute;
			  bottom: 0px;
				right: 501px;
				width:165px;
				height:44px;
				background: url(hmenu_events_b.png);
			}
			#menu-events-loc {
			  position: absolute;
			  bottom: 0px;
				right: 501px;
				width:165px;
				height:44px;
				background: url(hmenu_events_c.png);
			}
			
			#ad-space {
			  position: relative;
				float: left;
				margin: 130px 0px 0px 20px;
				min-width: 743px;
				min-height: 340px;
				text-align: left;
				text-valign: top;
				color: #1e1914;
				font-size: 13px;
				font-family: Tahoma;
			}
			
			#sub-menu {
			  position: relative;
				float: right;
				margin-top: 165px;
				margin-right: 20px;
				width: 200px;
				height: auto;
				background: url(smenu_footer.png) no-repeat left bottom;
				padding: 0px;
				padding-bottom: 7px;
			}
			
			a.sub-menu:link {color: #1e1914; text-decoration: underline; font-size: 10pt; line-height: 16px;}
			a.sub-menu:visited {color: #1e1914; text-decoration: underline; font-size: 10pt; line-height: 16px;}
			a.sub-menu:active {color: #1e1914; text-decoration: underline; font-size: 10pt; line-height: 16px;}
			a.sub-menu:hover {color: #1e1914; text-decoration: none; font-size: 10pt; line-height: 16px}
			li.sub-menu {
			  list-style-image: url(smenu_key1.png);
				list-style-type: circle;
				list-style-position: inside;
				padding: 1px;
			}
			
			.smenu {
				margin: 0px;
				width: 100%;
				min-height: 100px;
				background: #e9e2cd;
				padding: 0px;
				color: #1e1914;
				font-family: Tahoma;
				font-weight: bold;
			}
			
			.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

		  .clearfix {display: inline-block;}  /* for IE/Mac */
			
			.preload {
			  display: none;
				top: -1000px;
				left: -1000px;
			}
		
		/* ELEMENTS */

		  input.search-input {
		    position: absolute;
			  top: -31px;
				left: 70px;
				width: 150px;
				background-color: #faf4df;
				border: 1px solid #6a6457; 
				color: #1e1914;
				font-size: 13px;
				font-face: Tahoma;
				padding: 2px;
				z-index: 10;
		  }
			input.search-btn {
			  position: absolute;
			  top: -30px;
				left: 235px;
				height: 20px;
				width: 25px;
			}
		
		div.Content_Box_Corner {
		  position: absolute;
			top: 0px;
			right: 0px;
		  width: 19px;
			height: 19px;
			background: url(box_edge_header_gradient_corner.jpg) no-repeat right top;
		}
		
		div.Content_Box_Outer {
		  position: relative;
			float: left;
		  width: auto;
			height: auto;
			background: #e9e2cd url(box_edge_header_gradient.png) repeat-x left top;
		}
		
		div.Content_Box_Inner { 
		  margin: 0px;
		  background: url(box_edge_jagged.png) repeat-y left top;
			padding: 0px 0px 0px 14px;
			color: #1e1914;
			text-align: left;
			font-family: Tahoma;
		}
		
		div.empty_element {
		  position: relative;
			float: left;
			margin: 8px;
			min-width: 40px;
			min-height: 33px;
		}
		div.Rounded_Box {
			position: relative;
			float: left;
			margin: 8px;
			width: 200px;
			height: auto;
			background: #e9e2cd url(box_edge_header_gradient.png) repeat-x left top;
			padding: 5px;
			border-radius: 5px;
			-moz-border-radius: 5px;
		}
		
		/* Calendar */
		
		.calendar_day_small {
		  position: relative;
			float: left;
		  min-width: 28px;
			min-height: 20px;
			margin: 0px 8px 0px 0px;
			padding: 1px;
			text-align: center;
			color: #1e1914;
		}
		.calendar_icon_small {
		  position: relative;
			float: left;
		  background: url(calendar_mini_bg.png) no-repeat left top;
			min-width: 28px;
			min-height: 20px;
			padding: 2px 0px 0px 0px;
			margin: 7px 8px 0px 2px;
			text-align: center;
			color: #FFFFFF;
		}
		
		.calendar_blank_small {
		  position: relative;
			float: left;
			min-width: 28px;
			min-height: 20px;
			margin: 7px 8px 0px 2px;
		}
		
		.title-a { color: #1e1914; font-size: 14px; font-weight: bold; line-height: 200%; margin-left: 10px; }
		.title-b { color: #1e1914; font-size: 11px; font-weight: bold; margin-left: 20px; }
		
		/* MouseOver Info Box */
		.info-box {
		  position: absolute;
			margin: auto;
			min-width: 50px;
			min-height: 20px;
			background: #faf4df;
			border: 1px solid #6a6457;
			text-align: left;
			padding: 5px;
			color: #1e1914;
			font-size: 13px;
			font-family: Tahoma;
	  }
	  
	  
.paws_forms {
    margin-bottom: 5px;
}
input[type="text"].paws_forms,textarea.paws_forms,input[type="textarea"].paws_forms,input[type="password"].paws_forms,input[type="email"].paws_forms {
    width: 85%;
}
textarea.paws_forms,input[type="textarea"].paws_forms {
    min-height: 110px;
}
select {
    width: 85%;
}
		
