@charset "UTF-8";
/* CSS Document */

Body {
	background-color: rgb(153,0,0) ;
	font-family: Arial, Helvetica, sans-serif ;
}
b {
	color: rgb(103,137,4) ;
}
a {
	text-decoration: none ;
	outline: none ;
}
	a img {
		border: 0px ;
	}
	#Layout {
		display: block ;
		margin: 60px auto 0 auto ;
		width: 893px ;
	}
		#Layout-Masthead {
			background: url(../Media/Layout/Layout-Masthead.jpg) no-repeat ;
			height: 138px ;
		}
		#Layout-Repeat {
			background: url(../Media/Layout/Layout-Repeat.jpg) repeat-y ;
			overflow: auto ;
		}
			#Content {
				padding: 10px 60px 0px 60px ;
				overflow: auto ;
			}
				#Content-Left {
					float: left ;
					width: 485px ;
				}
					.slide-title {
						color: rgb(153,0,0) ;
						font-family: Georgia, "Times New Roman", Times, serif ;
					}
					#Content-Left Img {
						display: none ;
					}
				#Content-Right {
					float: left ;
					width: 231px ;
					height: 335px ;
					background: url(../Media/Layout/Content-Right.jpg) no-repeat ;
					padding: 20px 20px 20px 20px ;
				}
					#Content-Right ul {
						display: inline ;
					}
						#Content-Right li {
							display: none ;
							margin-left: 20px ;
							color: rgb(153,153,153) ;
							font-size: 14px ;
							line-height: 150%
						}
							#Content-Right a {
								color: rgb(153,153,153) ;
								font-size: 14px ;
							}
			#Navigation-Back a, #Navigation-Next a {
				color: rgb(103,137,4) ;
				font-size: 13px ;
				font-weight: bold ;
			}
				#Navigation-Back a:hover, #Navigation-Next a:hover {
					color: rgb(72,96,4) ;
				}
			#Navigation-Back {
				float: left ;
				margin-left: 20px ;
			}
			#Navigation-Next {
				float: right ;
				margin-right: 30px ;
			}
		#Layout-Footer {
			background: url(../Media/Layout/Layout-Footer.jpg) no-repeat ;
			height: 46px ;
			padding: 20px 80px 0 60px ;
		}
			#contact {
				float: left ;
				font-size: 9px ;
				color: rgb(255,102,102) ;		
			}
			#tothesite {
				float: right ;
			}
				#tothesite a {
					color: rgb(255,255,255) ;
					font-size: 10px ;
				}
				#tothesite img {
					margin-left: 10px ;
					margin-bottom: -5px ;
				}