body {
	background: url(../img_main/background_ls_col.png);
}
#holder {	
	background-image: url(../img_main/background_ls.png);
	background-position: top right;
	background-repeat: no-repeat;
	
	padding-top: 1px;
	overflow: visible;
}
#main {
	width:100%;
	height:500px;
	
	margin-top:100px;
	position: relative;
	background:url(../img_main/bg_ls.png) repeat-x;
	background-color: #ffffff;
	text-align:left;
	
	min-width: 780px;
}
#swfHolder {
	position: absolute;
	top: 320px;
	left: 200px;
	width: 50%;
	height: 150px;
}
#swfMpHolder {
	position: absolute;
	top: 65px;
	left: 200px;
	width: 70%;
	height: 410px;
}
#submenuBox {
	float: left;
	width:200px;
	margin:0;
	padding:55px 0px;
}
#submenuBox img {
	margin: 0;
	padding: 0;
	display: block;
}
#submenuBox div {
	text-align:left;
	font-weight:bold;
	background-repeat: no-repeat;
	position: relative;
	height: 35px;
}
/* large map */
#mapLargeBox {
	width:100%;
	height:500px;
	text-align: right;
	position: absolute;
	overflow: visible;
	top: -40px;
	left: 0;
}
#copyright {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#contentsBox {
	text-align:left;
	padding-top: 15px;
}
#contentsBox h4 {
	margin:0px 0px 5px 0px;
	padding:5px 5px 5px 220px;
	font-size:120%;
	color: #ffffff;
	background: url(../img_main/hbg_l.gif) repeat-y top left;
}
#contentsBox p {
	margin:5px;
	padding:5px 10px;
	margin-left: 225px;
	font-size:90%;
}
#contentsBox div.conBox {
	width: 50%;
	float: left;
	
	border-right: 3px double silver;
}
#contentsBox div.conBox p {
	margin:5px;
	padding:5px;
	font-size: 90%;
}
#contentsBox table {
	font-size:85%;
	margin-left:10px;
	margin-bottom:10px;
	border-collapse:collapse;
	border-bottom:1px solid #e0e0e0;
}
#contentsBox table td {
	padding:4px;
	width:110px;
	text-align:center;
}
#contentsBox p.address {
	margin:5px 10px;
	text-align:right;
}
#contentsBox span.header {
	font-size:105%;
	font-weight:bold;
}
/* form */
div#contactInput {
	width: 90%;
	padding-left: 5%;
	text-align: right;
	line-height: 1.5em;
}
div#contactInput label {
	font-weight: normal;
}
div#formMessage {
	width: 50%;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	margin-left: 210px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid silver;
	
	position: relative;
	top: -100px;
	left: 0px;
}

