body {
	background: #ffffff url('images/back.jpg') repeat-y top left; 
	margin: 0; 
	padding: 0;
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	color: #999999;
	text-align: justify;
}

#index01 {
	background: url('images/index_01.jpg') no-repeat;
	width: 750px;
	height: 118px;
}

#index02 {
	background: url('images/index_02.jpg') no-repeat;
	width: 750px;
	height: 117px;
}

#index03 {
	background: url('images/index_03.jpg') no-repeat;
	width: 750px;
	height: 118px;
}

#index04 {
	background: url('images/index_04.jpg') no-repeat;
	width: 750px;
	height: 117px;
}

#main {
	position: absolute; 
	top: 380px; 
	left: 85px; 
	width: 355px; 
	padding-bottom: 10px;
}

#sidebar {
	position: absolute; 
	top: 400px; 
	left: 465px; 
	width: 120px; 
	padding-bottom: 10px;
}

#sidebar ul {
	list-style-image: url('images/li.gif');
	margin: 0 0 0 17px;
	padding-left: 0;
}

#credit {
	position: absolute; 
	top: 206px; 
	left: 370px; 
}

h1 {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #999999; 
	border-bottom-style: solid; 
	border-width: 1px; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	line-height: 9px; 
	text-align: left;
	font-weight: normal;
}

A {
	color: #5F9CAF; 
	text-decoration: none;
}

A:hover	{
	color: #6EE5E8; 
	border-top-style: dotted; 
	border-bottom-style: dotted; 
	border-width: 1px; 
	border-color: #999999; 
	text-decoration: none;
}
