
*{
	margin		: 0px;
	padding		: 0px;
}

#wrapper{
	background-image: url(main.png);
	background-repeat: repeat-y;
	width: 980px;
	}
	
#header {
	height: 213px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#menu{
	width:960px;
	height:50px;
	background-repeat: no-repeat;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#left{
   	width:420px;
	padding-left:5px;
	float:left;

}
#right{
    float:right;
    width:525px;
    padding-right:5px;
}	
#footer {
	clear:both;
	background-image: url(footer.jpg);
	height: 200px;
	width: 960px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #ffffff
    
}

ul#gNavi{
	padding-left:0px;
	height:50px;
	}
ul#gNavi li{
    list-style:none;
	padding-left:1px;
	float: left;
    width:159px;
	}
ul#gNavi a{
    display:block;
    width:159px;
    height:50px;
    text-indent:-2000px;
	}

a:hover.recruit{
    background-position:0px -50px;
	background-repeat: no-repeat;
	}

a:link {
	color: #ffffff;line-height:35px;text-decoration: none;font-size:14px;
}
a:visited {
	color: #ffffff;line-height:35px;text-decoration: none;font-size:14px;
}
a:active {
	color: #ffff00;line-height:35px;text-decoration: none;font-size:14px;
}
a:hover {
	color: #ffff00;line-height:35px;text-decoration: underline;;font-size:14px;
}


.clear {
	clear: both;
}

div.map {
	margin: 0px 0px 10px 0px;
	
	}

div.map table {
	border: 2px solid #fdda74;
}

#headline_message {
	background: url('headline_bg.jpg');
	background-repeat: no-repeat;
	height: 30px;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 15px;
	color: #94366b;
}

#headline_message .inner {
  padding:5px;
  padding-left: 73px;
  width: 845px;
  overflow: hidden;
}
