body {
	background-color: #B8FFC5;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #214C21;
	font-size: 10pt;
}

a img {
	border: 0;
}

a {
	color: #5872A5;
}

.clear {
	clear: both;
}

#head {
	background: url('../images/top-img.jpg') no-repeat right;
	height: 167px;
}

h1 {
	margin: 0;
}

#menu {
	background: url('../images/m-menu-bg.gif') repeat-x top;
	margin: 0;
	list-style: none;
	padding: 0 0 0 65px;
	height: 24px;
	font-family: "Comic Sans MS", "Courier New", Courier, monospace;
	font-size: 1.2em;
}

#menu, #menu a {
	color: #214C21;
}

#menu a {
	text-decoration: none;
}

#menu li {
	float: left;
	background: url('../images/m-menu-s.gif') no-repeat left top;
	padding-left: 30px;
	height: 24px;
	text-transform: lowercase;
}

#menu .first {
	background: none;
	padding-left: 0;
}

#menu img {
	position: relative;
	top: 1px;
}

#menu .submenu {
	display: block;
	position: absolute;
	background-color: #8da1e9;
	list-style: none;
	padding: 0 5px 5px 5px;
	z-index: 1;
	visibility: hidden;
}

#menu .submenu li {
	float: none;
	background: none;
	padding: 0;
}

#sidebar {
	float: left;
	background: url('../images/bg-top-left.gif') no-repeat left top;
	padding: 98px 0 0 35px;
	min-height: 130px;
	width: 90px;
	text-align: center;
}

#breadcrumbs {
	position: relative;
	left: -25px;
	margin-top: 5px;
}

#main {
	background: url('../images/bam-l.gif') no-repeat left top;
	padding-left: 45px;
	min-height: 231px;
	margin: 12px 137px 0 110px;
}

#content {
	background: url('../images/bam-l-2.gif') no-repeat left top;
	border-top: 33px solid #B8FFC5;
	padding: 27px 0 0 10px;
	position: relative;
	left: -6px;
	min-width: 181px;
}

#content ul {
	margin-left: 30px;
	list-style-image: url('../images/inyan.gif');
}

#content li {
	padding-left: 10px;
}

#dragon {
	float: right;
	padding: 0 5px 5px 5px;
}

#footer {
	text-align: center;
	background: url('../images/bam-b.gif') no-repeat center top;
	padding-top: 25px;
	margin-top: 2em;
}

.author {
	font-weight: bold;
}

.comment {
	font-style: italic;
}

.item {
	margin: 1em 0;
}

#content h2 {
	color: rgb(64, 89, 143);
	font-family: 'Comic Sans MS', Geneva, sans-serif;
	font-size: 24pt;
	margin: -5px 5px 20px 5px;
	text-align: center;
}

img.right {
	float: right;
	margin: 0 0 1em 1em;
}

.photo {
	float: left;
	text-align: center;
	margin-right: 1em;
	width: 250px;
}