﻿body, html {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background: #6e3500 url(../images/sierk_bg2.jpg) repeat-y top center;
	text-align: center;
}
a {color:#9e5624; text-decoration:none;}

a:hover {color:#7e2c03; text-decoration:none;}

div#layout_right a {
	color: blue;
	text-decoration:underline;
	font: 13px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
}

div#layout_right a:hover {
	color: #441700;
	text-decoration:underline;
	font: 13px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
}

	#wrapper {
		position: relative;
		width: 763px;
		margin: 0px auto auto auto;
		text-align: left;
	}
	
/* Main Header */
		#header {
			position: relative;
			width: 763px; height: 99px;
			background: url(../images/header-bckgrnd2.gif) no-repeat top right;
		}
			
/* Sierk Logo */
			#logo {
				position: relative;
				width: 223px; height: 89px;
			}
				
/* Featured Links */
			#feature_text {
				position: absolute;
				top: 0; left: 223px;
				width: 540px; height: 35px;
			}
			
					#tourText {
						position: absolute;
						top: 0px; left: 96px;
						width: 125px; height: 35px;
						text-decoration: none;
					}
						
					#acctText {
						position:absolute;
						top: 0px; left: 248px;
						width: 120px; height: 35px;
						text-decoration: none;
					}
						
					#apptText {
						position: absolute;
						top: 0px; left: 393px;
						width: 140px; height: 35px;
						text-decoration: none;
					}
					
				
			#feature_bttn {
				position: absolute;
				top: 35px; left: 223px;	
				width: 540px; height: 54px;
			}
							
					#tourBtn {
						position: absolute;
						top: 0px; left: 138px;
						width: 54px; height: 54px;
						text-decoration: none;
					}
						
					#acctBtn {
						position: absolute;
						top: 0px; left:286px;
						width: 54px; height: 54px;
						text-decoration: none;
					}
						
					#apptBtn {
						position: absolute;
						top: 0px; left: 441px;
						width: 54px; height: 54px;
						text-decoration: none;
					}
				
/* Navigation Spacer */
		#spacer {
			position: relative;
			width: 761px; _width: 763px; height: 13px;
			border: 1px solid #DEC9AA;
		}
			
/* Navigation Links */
		#links {
			position: relative;
			width: 763px;
			text-align: left;			
			padding: 4px 0 20px 0;
		}
			P.page_nav {
				font: 14px Helvetica, Arial, sans-serif;
				font-weight: bold;
				color: #7e2c03;
				text-decoration: none;
				margin: 0;
			}
			
/* Page Titlebar */	
		#content_header {
			position: relative;
			width: 763px; height: 25px;
			background: #441700;
			margin: 0;
		}
		
			#page_title {
				position: relative;
				width: 400px; height: 25px;
				text-align: left;
				padding: 4px 0 0 20px;
			}
			
				P.page_title {
					font: 14px Helvetica, Arial, sans-serif;
					font-weight: bold;
					color: #DBCCA3;
					letter-spacing: 1px;
					margin: 0;
				}			
						
/* Colorbar Section */	
		#colorBar {
			position: relative;
			width: 763px; height: 25px;
			background: url(../images/color-bar3.gif) no-repeat top right;
		}
		
/* Contact Section */
		#contact_section {
	position: relative;
	width: 763px;
	height: 93px;
	background: #441700;
		}
				
				#address {
	position: absolute;
	top: -6px;
	left: 0px;
	width: 512px;
	height: 92px;
	padding-top: 22px;
				}
				
				#hours {
	position: absolute;
	top: -6px;
	left: 512px;
	width: 251px;
	height: 93px;
	padding-top: 12px;
				}
					
					P.contact_body {
						font: 12px/18px Helvetica, Arial, sans-serif;
						color: #DBCCA3;
						text-align: center;
						margin-top: 0;
					}
			
/* Circles Section */
		#circles_section {
			position: relative;
			width: 763px; height: 96px;
			background: url(../images/lower-circles.gif) no-repeat top right;
			margin-top: 3px;
		}
				
			.affili_left {
				position: absolute;
				top: 2px; left: 0px;
				width: 111px; height: 61px;
			}
				
			.affili_right {
				position: absolute;
				top: 27px; left: 130px;
				width: 105px; height: 35px;
			}
			
/* Lower Nav Section */
		#lower_nav {
			position: relative;
			width: 763px; height: 96px;
		}
					
				P.bttmNav {
					font: 10px/28px Helvetica, Arial, sans-serif;
					color: #AB8C56;
					text-align: center;
					vertical-align: bottom;
				}

/* Image Preloader */
div#preload { display: none; }

