body {
	margin: 0px;
	padding: 0px;
	
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#line1 {
	height: 190px;
	background-image: url('../image/top_bg.png');
	background-repeat: repeat-x;
}

#line1_v {
	height: 190px;
	background-image: url('../image/top_bg_v.png');
	background-repeat: repeat-x;
}

#line1_b {
	height: 190px;
	background-image: url('../image/top_bg_b.png');
	background-repeat: repeat-x;
}

#line1_g {
	height: 190px;
	background-image: url('../image/top_bg_g.png');
	background-repeat: repeat-x;
}

#line1a {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

#line1a_l {
	float: left;
}

#line1a_c {
	position: absolute;
	right: 50%;
	width: 260px;
	margin-right: -130px;
}

#line1a_r {
	float: right;
}

#menu {
	position: absolute;
	top: 150px;
	right: 50%;
	width: 880px;
	margin-right: -440px;
}

#menu ul {
	display: inline;
}

#menu li {
	float: left;
	margin: 0px 5px 0px 5px;
	list-style-type: none;
        padding: 3px;
}

#menu a {
	color: #000000;
	font-size: 1.4em;
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: none;
}

#menu li._v {
        background-color:#3f9dea;
}

#menu li._b {
        background-color:#f48934;
}

#menu li._g {
        background-color:#9bd950;
}

#line2 {
}

#line2a {
	position: relative;
	left: 50%;
	width: 960px;
	margin-left: -480px;

	background-image: url('../image/center_bg.png');
	background-repeat: repeat-y;
}

#line2b {
	position: relative;
	left: 50%;
	width: 860px;
	margin-left: -430px;
	padding: 10px 0px 20px 0px;
}

#line3 {
	height: 50px;
	
	background-image: url('../image/footer_bg.png');
	background-repeat: repeat-x;
}

#line3a {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

#line3a_l {
	float: left;
}

#line3a_c {
	position: absolute;
	right: 50%;
	width: 900px;
	margin-right: -450px;
	padding-top: 20px;
	
	text-align: center;
	color:#AA8888;
}

#line3a_r {
	float: right;
}

h1 {
	padding: 0px 0px 20px 20px;
	margin: 0px;
	color: #442222;
}

.highlight {
  font-size:11pt;
  color: #880000;
}

#pub {
	position: absolute;
	top : 0px;
        left: 50%;
	width: 120px;
	margin-left: 490px;
}
