@charset "utf-8";
/* CSS Document */

html {
	background: #ffffff;
}
.header a {color: #ffffff; text-decoration: none;}

.header a:hover {text-decoration: underline; color: #ffffff; }
.header a:visited { color: #ffffff; }
a {color: #ffffff; text-decoration: none;}

a:hover {text-decoration: underline;}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg1.jpg) no-repeat;
	background-position:center top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.Container {
	background: transparent url(../images/bg-shadow.png) no-repeat top center;
	margin: 0 auto;
	padding: 0px 20px;
	text-align: left;
	width: 920px;
}

.bg_left_side {
	background: url(../images/bg_left.jpg) no-repeat;
	height: 746px;
	width: 19px;
}

.bg_right_side {
	background: url(../images/bg_right.jpg) no-repeat;
	height: 746px;
	width: 19px;
}

.menu_bg {
	background: #333333 url(../images/menu_bg.jpg) repeat-x;
	height: 31px;
}



/*********** FOOTER **************/

#Footer {
	background: #ffffff;
	color: #333333;
	font-size: 0.9em;
	margin-bottom: 10px;
	text-align: center;
}
	#Footer #FooterTop {
		background: transparent url(../images/footer-shadow.jpg) no-repeat top center;
		height: 20px;
		width: 920px;
	}
	#Footer #FooterSiteMap {
		background: transparent url(../images/footer-bg.png) repeat-x bottom center;
		height: 127px;
		width: 920px;
		text-align: left;
		overflow: hidden;
	}
		#Footer #FooterSiteMap ul {
			overflow: hidden;
			font-weight: bold;
			line-height: 1.3em;
			padding-left: 65px;
		}
			#Footer #FooterSiteMap ul li {
				display: block;
				float: left;
				width: 170px;
			}
			#Footer #FooterSiteMap ul ul,
			#Footer #FooterSiteMap ul ul ul
			#Footer #FooterSiteMap ul ul ul ul {
				font-weight: normal;
				padding-left: 0;
			}
	#Footer #FooterLinks {}
		#Footer #FooterLinks ul {
			height: 14px;
		}
			#Footer #FooterLinks ul li {
				background: transparent url(../images/footer-links-sep.gif) no-repeat center right;
				display: inline;
				line-height: 14px;
				padding: 0 7px;
			}
				#Footer #FooterLinks ul li.last {
					background: none;
				}
	#Footer #FooterContact {
		width: 920px;
	}
		#Footer #FooterContact span {
			display: block;
			line-height: 1.3em;
		}
			#Footer #FooterContact span.topRow {
				font-weight: bold;
			}
	#Footer #FooterCopy {
		height: 20px;
		width: 245px;
	}
		#Footer #FooterCopy .by {
			background: transparent url(../images/digi-small.jpg) no-repeat center right;
			padding-right: 22px;
		}
		#Footer #FooterCopy span {
			height: 14px;
			padding-top: 6px;
		}
	#Footer a {
		color: #333333;
		text-decoration: none;;
	}
		#Footer a:hover {
			text-decoration: underline;
		}
	#Footer .block {
		margin: 0 auto 10px auto;
	}
#KoruLeft {
	background: transparent url(../images/koru-left.png) no-repeat center center;
	float: left;
	height: 178px;
	left: -100px;
	position: relative;
	top: -384px;
	width: 227px;
	z-index: 10;
}
#KoruRight {
	background: transparent url(../images/koru-right.png) no-repeat center center;
	float: right;
	height: 178px;
	left: 130px;
	position: relative;
	top: -330px;
	width: 207px;
	z-index: 10;
}





