div.highlighted-objects
{
	background:#efffc9 url(../images/highlighted_objects_bg.png) repeat;
	min-height:100px;
	color:#5b8e2e;
	border:2px solid #c5e57b;
	padding:10px;
	margin-bottom:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

div.highlighted-objects img
{
	float:left;
	margin-right:10px;
}

div.highlighted-objects h1
{
	margin-bottom:0;
}

div#tabbed-objects
{
	background:url(../images/tab.png) no-repeat left top;
	padding-top:25px;
}

div#tabbed-objects-body
{
	color:#d0a368;
	padding:5px;
	border:1px solid #EF8FBB;
	min-height:100px;
	width:490px;
	margin-bottom:10px;
	background-color:#fffaf1;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

div#subpages div#subpage-content
{
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:#FFF url(../images/subpage_bg.png) repeat-x scroll 0 0;
	border:1px solid #E6F3CB;
	clear:both;
	color:#000;
	margin-top:19px;
	min-height:670px;
	padding:20px 10px 0 5px;
}

div#subpage-content div.articles ul
{
 padding-right:20px;
}

div#subpage-content div.articles li a,div#subpage-content div.sections li a
{
	text-decoration:none;
	color:#5b8e2e;
	padding-left:1.5em;
}

div#subpage-content div.articles li,div#subpage-content div.sections li 
{
	list-style:none;
}

div#subpage-content a
{
	color:#5b8e2e;
}

div#subpage-content div.articles a:hover,div#subpage-content div.sections a:hover,div#subpage-content a:hover  

{
	
	color:#b72764;
}

div#subpage-content div.articles li a
{
	background:url(../images/pen.png) no-repeat left center;
}

div#subpage-content div.sections li a
{
	background:url(../images/sec.png) no-repeat left center;
}


div#subpage-content table#books-list td
{
 text-align:center;
 color:#000;
}

div#subpages div#subpage-title
{
	float:left;
	margin-bottom:10px;
}

div#subpages div#subpage-title h1
{
	color:#b72764;
	padding-right:15px;
	margin-bottom:0;
	height:30px;
	background:url(../images/subpage_title_rpad.png) no-repeat right center;
}

div#subpages div#subpage-title div
{
	background-color:#e6f3cb;
	background:url(../images/subpage_title_lpad.png) no-repeat left center;
	padding-left:15px;
}

div#subpages div#subpage-title span
{
	background-color:#e6f3cb;
	line-height:30px;
	display:block;
}

/* Guestbook */
div.comments div.comment
{
	border:1px solid #EF8FBB;
	background-color:#fff;
	margin:5px;
	padding:5px;
}

div.comments div.comment div.author
{
	text-align:left;
}
