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

#sideContainer {
	top: 241px;
	width: 307px;
	height: 620px;
	background: url(../images/bkg_sbar.gif);
	position: absolute;
}

#sideContainer img{
	padding-top: 30px;
	padding-left: 36px;
}

#bodyContainer {
	background: url(../images/bkg_body.gif);
	top: 0px;
	left: 0px;
	width: 693px;
	height: 650px;
	position: relative;
}


#footer {
	margin-top: 0px;
	top: 0px;
	width: 1000px;
	height: 40px;
	padding: 12px;
	position: relative;
    
}

.centerName {
	font-size: 12px;
    color: #0066CC;

}

a:link, a:active, a:visited {
	color: #56860b;
}

a:hover {
	color: black;
}


.gryText {color: #999999}

/* menu controls */


#about a {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_01.gif) no-repeat left center;
}

#about a:hover {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_01.gif) no-repeat right center;
}

#product a {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_02.gif) no-repeat left center;
}

#product a:hover {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_02.gif) no-repeat right center;
}

#happening a {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_03.gif) no-repeat left center;
}

#happening a:hover {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_03.gif) no-repeat right center;
}

#contact a {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_04.gif) no-repeat right center;
}

#contact a:hover {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_04.gif) no-repeat right center;
}

#home a {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_05.gif) no-repeat left center;
}

#home a:hover {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_05.gif) no-repeat right center;
}

#loc01 {
	top: -4000px;
	padding-left: 400px;
	width: 460;
	z-index: 5;
	position: absolute;	
	display: block;
	
}

#loc02 {
	top: -4000px;
	padding-left: 400px;
	width: 460;
	z-index: 5;
	position: absolute;
	display: block;
	
}

#loc03 {
	top: -4000px;
	padding-left: 400px;
	width: 460;
	z-index: 5;
	position: absolute;
	display: block;
	
}

#loc04 {
	top: -4000px;
	padding-left: 400px;
	width: 460;
	z-index: 5;
	position: absolute;
	display: block;
	
}

#loc05 {
	top: -4000px;
	padding-left: 400px;
	width: 460;
	z-index: 5;
	position: absolute;
	display: block;
	
}



