@charset "UTF-8";

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
}

body {
	background: #ECE5D5 url(../images/body-bg.jpg) top repeat-x;
	color: #674207;
	font-size: 12px;
	font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

h1 {
	
}

h2 {
	font-size: 24px;
	text-align: center;
	color: #E0C486;
	font-weight: normal;
}



.italic {
	font-style: italic;
}

	#container {
		width: 910px;
		margin: 20px auto;
	}
	
		#page-top {
			width: 100%;
			height: 30px;
			background: url(../images/page-top.jpg) no-repeat;
			float: left;
		}
		
		#header {
			width: 910px;
			height: 155px;
			background: url(../images/header-bg.jpg) no-repeat;
			float: left;
		}
		
			#logo {
				width: 265px;
				height: 100%;
				background: url(../images/header/logo-bg.jpg) repeat-x;
				float: left;
			}
			
				#logo h1 {
					width: 100%;
					height: 100%;
					background: url(../images/header/logo.jpg) center top no-repeat;
					text-indent: -10000px;
				}
				
					#logo a {
						width: 100%;
						height: 100%;
						display: block;
					}
			
			#banner {
				width: 580px;
				height: 100%;
				background: #000;
				float: left;
				margin: 0 0 0 5px;
				background: url(../images/header/banner/banner-1.jpg) no-repeat;
			}
			
				#banner h2 {
					margin: 115px 0 0;
					height: 40px;
					line-height: 40px;
					width: 100%;
				}
				
		#nav {
			width: 100%;
			background: url(../images/main-bg.gif) repeat-y;
			height: 50px;
			padding: 10px 0;
			float: left;
		}
		
			#nav-left {
				width: 8px;
				height: 100%;
				background: url(../images/nav/nav-left.gif) no-repeat;
				float: left;
			}
			
			#nav-main {
				height: 100%;
				background: url(../images/nav/nav-bg.gif) repeat-x;
				float: left;
				width: 838px;
			}
			
				#nav-list {
					list-style-type: none;
					margin: 0 4px;
					width: 830px;
					height: 100%;
				}
				
					.nav-item {
						float: left;
						background: url(../images/nav/nav-separator.gif) right center no-repeat;
						width: auto;
					}
					
						#last-nav-item {
							background-image: none;
						}
					
						.nav-link,
						.nav-link-active {
							font-size: 15px;
							color: #674207;
							text-decoration: none;
							display: block;
							padding: 17px 24px;
							line-height: 15px;
						}
						
							.nav-link:hover {
								text-decoration: underline;
							}
							
							.nav-link-active {
								color: #AB864B;
							}
			
			#nav-right {
				width: 8px;
				height: 100%;
				background: url(../images/nav/nav-right.gif) no-repeat;
				float: left;
			}
		
		#main {
			width: 100%;
			background: url(../images/main-bg.gif) repeat-y;
			padding: 0 0 10px;
			float: left;
		}
		
			.big-image {
				float: left;
				width: 545px;
				height: 100%;
			}
			
				#big-image-1 {
					background: url(../images/main/big-image/big-image-1.jpg) no-repeat;
				}
			
				.bar-h3 {
					color: #FFE29F;
					font-size: 25px;
					width: 100%;
					text-align: center;
					margin: 370px 0 0;
					font-style: italic;
					letter-spacing: 1px;
					height: 55px;
					line-height: 55px;
				}
				
					.normal {
						font-weight: normal;
						letter-spacing: 0;
					}
			
			.dark-block {
				color: #E0C486;
				background: #000;
				padding: 35px;
				text-align: justify;
				width: 235px;
				height: 355px;
				float: left;
				overflow: scroll;
				overflow-x: hidden;
			}
			
			.dark-block p {
				line-height: 20px !important;
				line-height: 19px;
				font-size: 13px;
				margin: 0 0 15px;
			}
			
				.no-margin {
					margin: 0 !important;
				}
			
			.dark-block-h3 {
				font-size: 24px;
				font-style: italic;
				padding: 0 0 15px;
				text-align: center;
				width: 100%;
				border-bottom: 1px solid #FFF;
				margin: 0 0 15px;
			}
		
		#triforce {
			width: 100%;
			background: url(../images/main-bg.gif) repeat-y;
			height: 190px;
			float: left;
		}
			
			.bottom-box {
				float: left;
				height: 187px;
				width: 280px;
				margin: 0 7px 0 0;
			}
			
				.bottom-box-left {
					height: 100%;
					width: 9px;
					background: url(../images/main/bottom-box/bottom-box-left.gif) no-repeat;
					float: left;
				}
				
				.bottom-box-main {
					height: 100%;
					width: 262px;
					float: left;
				}
				
					#bottom-box-1 {
						background: url(../images/main/bottom-box/bottom-box-1.jpg) no-repeat;
					}
					
					#bottom-box-2 {
						background: url(../images/main/bottom-box/bottom-box-2.jpg) no-repeat;
					}
					
					#bottom-box-3 {
						background: url(../images/main/bottom-box/bottom-box-3.jpg) no-repeat;
					}
					
						.bottom-box-main a {
							width: 100%;
							height: 100%;
							display: block;
							text-indent: -10000px;
						}
				
				.bottom-box-right {
					height: 100%;
					width: 9px;
					background: url(../images/main/bottom-box/bottom-box-right.gif) no-repeat;
					float: left;
				}
			
			#bottom-box-last {
				margin: 0;
			}
		
		#footer {
			width: 100%;
			background: url(../images/main-bg.gif) repeat-y;
			height: 30px;
			padding: 2px 0 0;
			float: left;
		}
			
				#footer-list {
					list-style-type: none;
					float: left;
					overflow: hidden;
					width: auto;
				}
				
					.footer-item {
						float: left;
						background: url(../images/nav/nav-separator.gif) right center no-repeat;
						width: auto;
					}
					
						#last-footer-item {
							background-image: none;
						}
						
						#first-footer-item {
							padding: 0 5px 0 0;
						}
					
						.footer-link,
						.footer-link-active {
							font-size: 14px;
							color: #674207;
							text-decoration: none;
							line-height: 31px;
							display: block;
							padding: 0 5px;
						}
						
						#main-right-content p a,
						ol a{
							color: #674207;
						}
						
							.footer-link:hover,
							#main-right-content p a:hover {
								text-decoration: underline;
							}
							
							.footer-link-active {
								color: #9A753A;
							}
							
			#footer-logo {
				width: 188px;
				height: 30px;
				background: url(../images/footer/footer-logo.jpg) no-repeat;
				float: right;
			}
			
				#footer-logo a {
					width: 100%;
					height: 100%;
					display: block;
					text-indent: -10000px;
				}
		
		#page-bottom {
			width: 100%;
			height: 22px;
			background: url(../images/page-bottom.gif) no-repeat;
			float: left;
		}
		
			.centering-ns {
				margin: 0 30px;
				height: 100%;
				width: 850px;
			}
			
			.centering-s {
				margin: 0 28px;
				height: 100%;
				width: 854px;
			}
			
		#powered-by {
			width: 100%;
			text-align: center;
			height: 22px;
			float: left;
		}
		
			#powered-by a,
			.powered-link {
				color: #674207;
				text-decoration: none;
				line-height: 22px;
			}
			
				.powered-link-active {
					color: #AB864B;
				}
			
				#powered-by a:hover {
					text-decoration: underline;
				}
				
.reg {
	font-size: 70%;
	line-height: 50%;
	vertical-align: 75%;
}

.reg-big {
	font-size: 60%;
	line-height: 50%;
	vertical-align: 160%;
}