#contents {
}

#contents hr {
    border: 0;
    color: #166d9f;
    background-color: #ccc;
    height: 1px;
}
#contents_left {
	background-image:url(../../images/parchment/bg_trees.png);
	background-repeat: no-repeat;
}
#contents_right {
}
#contents_left_content {
	margin: 10px;
}
#contents_right_content {
	margin-top: 220px;
        margin-right: 16px;
}
#contents_right_image {
	background-image:url(../../images/parchment/bg_monk.png);
	width: 240px;
	height: 300px;
	background-repeat:no-repeat;
	position: absolute;
	margin-left: 30px;
	margin-top: -85px;
}
/** text styles **/
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
        font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents p, #contents ul, #contents ol {
	margin-top: 7px;
	margin-bottom: 18px;
	font-size: 12px;
}
#contents h1, #contents h2, #contents h3 {
	margin-top: 15px;
	margin-bottom: 25px;
}
#contents h1 {
	font-size: 18px;
}
#contents h2 {
	font-size: 15px;
}
#contents h3 {
	font-size: 14px;
}
#contents h4 {
	font-size: 13px;
}
#contents h5, #content h6 {
	font-size: 12px;
}
#contents p {
	text-align: justify;
}
#contents a {
	color: #135982;
}
#contents a:visited {
	color: #166d9f;
}
#contents a:hover {
	text-decoration: none;
	color: #002f4a;
}

#contents li {
	list-style-image:url(../../images/parchment/sparklet.png);
}

#contents img {
	background: #FFF;
	padding: 4px;
	margin: 4px 8px 4px 8px;
	border: 1px solid #AAA;
}

#contents_right_content h1, #contents_right_content h2, #contents_right_content h3, #contents_right_content h4, #contents_right_content h5 {
	margin-bottom: 10px;
	padding-top: 20px;
}

#contents_right_content li {
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 14px;
}

/* form stuff */
#contents form div {
    margin-top: 10px;
}

#contents form div label {
    float: left;
    width: 80px;
}

#contents ul.error_list, #contents ul.error_list li {
    color: red;
	display: inline;
	font-weight: bold;
	margin-left: 2px;
}
