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

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

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


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


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

/* menu controls */


#about a {
	display: block;
	width: 307px;
	height: 33px;
	background: url(../images/nav_item_01.gif) no-repeat right 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 left 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;
}
