@charset "utf-8";
#inner_container{
	background-color: #d6d3d3;
	height: auto;
	width: 986px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#header{
	position: relative;
	height: 130px;
	width: auto;
	background-color: #FFF;
	background-repeat:no-repeat;
	background-image: url(../imgs/header.jpg);
	background-position:1px 4px 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#header_back{
	position: relative;
	height: 170px;
	width: auto;
	background-repeat:no-repeat;
	background-image: url(../imgs/header_back_top.png);
	background-position:1px 4px;	
}

#body{
	position: relative;
	height: auto;
	width: auto;
	border: thin solid #FFF;
}
#footer{
	background-image:url(../imgs/footer_black.jpg);
	background-repeat:repeat-x;
	position: relative;
	height: 80px;
	width: 987px;
	position: relative;
}

.readmore{
	font-family: verdana, Geneva, sans-serif;
	font-size: 12px;
	color: red;
	text-align: justify;
	letter-spacing: -1px;
	font-weight:normal;
}
.home_menu{
	height:28px;
	width:48px;
	position:absolute;
	top:111px;
	left:25px;
	cursor:pointer;
	
}
.home_menu:hover{
	background-image:url(../imgs/home_menu.jpg)
}
.aboutus_menu{
	height:28px;
	width:48px;
	position:absolute;
	top:111px;
	left:113px;
	cursor:pointer;
}

.news_menu{
	height:28px;
	width:102px;
	position:absolute;
	top:111px;
	left:225px;
	cursor:pointer;
}
.news_menu:hover{
	background-image:url(../imgs/newsevents.jpg)
}
.gallery_menu{
	height:28px;
	width:55px;
	position:absolute;
	top:111px;
	left:368px;
	cursor:pointer;
}
.gallery_menu:hover{
	background-image:url(../imgs/gallery.jpg)
}
.career_menu{
	height:28px;
	width:55px;
	position:absolute;
	top:111px;
	left:485px;
	cursor:pointer;
}
.career_menu:hover{
	background-image:url(../imgs/careers.jpg)
}
.contact_menu{
	height:28px;
	width:76px;
	position:absolute;
	top:111px;
	left:590px;
	cursor:pointer;
}


