/* Last Updated 01 March 2007 */

/* ===================== global ============================= */


body {
	background: none;
}


/* =================== navigation =============================== */


h1 {
	text-indent: 0;
	font-size: 36px;
}

h1 a {
	width: 500px;
	height: 30px;
	background: none;
	text-decoration: none;
}

#navigation {
	display: none;
}


/* ===================== inside pages only ============================= */


#main ul {
	list-style-type: disc;
	margin-left: 20px;
}

#main ul li {
	background: none;
	padding-left: 0;
}


/* ====================== index page only ============================ */


#index-text h3 {
	background: none;
	text-indent: 0;
}

#index-list ul {
	margin-left: 20px;
}

#index-list ul li{
	list-style: disc;
	padding: 0;
}


/* ==================== footer ============================== */


#footer {
	background: none;
}