/* @override http://localhost:8888/loni/loni.css */

/**
 * Style sheet loni
 */

#header {
	background: url(img/header.png) no-repeat;
}

html {
	background-image: url(img/pattern.gif);
}

#menu_up {
	height: 35px;
	background: url(img/navi_up.png) no-repeat;
}

#menu_down {
	height: 35px;
	background: url(img/navi_down.png) no-repeat;
}

ul.level_1 {
	background-image: url(img/navi_space.png);
	margin: 0;
}

#left p.active {
	margin: 0;
}

#left a {
	text-decoration: none;
	color: #ef6e99;
}

#left li {
	list-style-type: none;
	letter-spacing: 0;
}

#left {
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

h1 {
	background: url(img/content_up.png) no-repeat;
	color: #ef6e99;
	height: 44px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	padding-top: 21px;
	padding-left: 20px;
}

#content div.ce_text.block div {
	background: url(img/content.png) repeat-y;
}

#content div.ce_text.block {
	padding-bottom: 41px;
	background: url(img/content_down.png) no-repeat 0 bottom;
}

#content div.ce_text.block div {
	padding-left: 15px;
	padding-right: 15px;
}