@import url(main.css); 
 
h1 
{
	position : absolute;
	top : 500px;
	left : 60px;
}
 
h2 
{
	font-size : 120%;
	padding-top : 30px;
	padding-left : 30px;
	margin-bottom : 10px;

	background : transparent url("../../image/h2.gif") left bottom no-repeat scroll;

	border-style : dotted;
	border-color : #999;
	border-width : 0 0 1px 0;
}
 
.section2 ul 
{
	margin-left : 2em;
}

.section2 li
{
	border-style : dotted;
	border-color : #999;
	border-width : 0 0 1px 0;
}
 
p, li 
{
	font-size : 90%;
}
 
.section1 
{
	background : #fff url("../../image/leftline.gif") left top repeat-y scroll;
}
 
.right_navigation 
{
	position : absolute;
	top : 460px;
	left : 620px;
	width : 180px;
}

.right_navigation li
{
	list-style-type : none;
	margin-bottom : 30px;
}
 
