/*  index page  */
div#quote {
	font-family: verdana,tahoma,sans-serif;
	font-size:10px;
	text-align:left;
	border-width:2px;
	border-color:#4c4619;
	border-style:double;
	width:163px;
	padding:6px;
	margin-right:5px;
	background-color:#7e3136;
	color:#ffe3cb;
}

div#glories {
	font-size:9px;
	color:#7e3136;
	font-family: verdana,tahoma,sans-serif;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	padding:2em 2em 1em 1em;	
}

.announcement {
	font-size:10px;
	text-align:left;
	font-family: tahoma,verdana,sans-serif;
	color:black;
	font-weight:bold;
}

.welcome {
	font-size:10px;
	text-align:left;
	font-family: verdana,tahoma,sans-serif;
	color:#4c4619;
	font-weight:normal;
}

div#personal_text {
	font-family: verdana,tahoma,sans-serif;
	font-size:11px;
	margin-top: 24px;
	padding: 0 6px 12px 6px;
	border: 2px #7e3136 solid;
	background-color: #ffdada;
}
div#personal_text h1 {
	font-size: 14px;
}
div#personal_text h2 {
	font-size: 10px;
}

.whatsnew , .whatsnew a {
	text-align:left;
	font-size:14px;
	font-family: verdana,tahoma,sans-serif;
	color:#4c4619;
	font-weight:bold;
	padding:0;
	margin:10px 0 10px 0;
}


/* infoBox news text */
.infoBox_item_over {
	position:relative;
	width:203px;
	padding:10px;
	border:1px solid #000066;
	border-collapse:collapse;
	background-color:#B0AEFF;
}
.infoBox_item_out {
	position:relative;
	width:203px;
	padding:10px;
	border:1px solid #b4a98e;
}
	.infoBox_item {
		padding:0;
		margin:0;
		height:100%;
		clear:both;
	}
		.infoBox_title {
			font-size: 12px;
			text-align: left;
			padding:0px 0px 4px 4px;
			margin:0;
		}
		.infoBox_title a {
			font-weight: bold;
		}
		.infoBox_description {
			text-align: left;
			padding:0px 0px 4px 4px;
			margin:0;
		}
		.infoBox_date {
			font-size:9px;
			color:#666666;
			float: right;
		}
.infoBox_line {
	width:183px;
	margin:0px 20px 0px 20px;
	height:0px;
	border-bottom:1px dotted #666666;
}

/* image thumbnails with text */
.news_item_over {
	position:relative;
	width:203px;
	padding:10px;
	border:1px solid #000066;
	border-collapse:collapse;
	background-color:#B0AEFF;
}
.news_item_out {
	position:relative;
	width:203px;
	padding:10px;
	border:1px solid #b4a98e;
}
	.news_item {
		padding:0;
		margin:0;
		height:100%;
		clear:both;
	}
		.news_photo {
			float:left;
			width:60px;
			padding:0;
			margin:0;
		}
		.news_text {
			float:left;
			width:105px;
			padding:0px 10px 0px 10px;
			margin:0;
		}
		.news_date {
			position:absolute;
			font-size:9px;
			color:#666666;
			right:10px;
			bottom:10px;
		}
.news_line {
	width:183px;
	margin:0px 20px 0px 20px;
	height:0px;
	border-bottom:1px dotted #666666;
}


/* image border + hover */
div#whatsnew img {
	border:2px solid #7e3136;
}
div#whatsnew img:hover {
	border:2px solid #5e2528;
}
/* text to the gallery items */
div#whatsnew a {
	color:#7e3136;
 	text-decoration:none;
}

div#whatsnew a:hover {
	color:#ffffff;
 	text-decoration:none;
}

/* greeting left */
div#greeting_left_pictures {
	float:left;
	width:190px;
	padding:10px 0 0 10px;
}


/* greeting middle */
div#greeting_middle_text {
	float:left;
	width:229px;
	padding:10px 10px 0 10px;
}


/* greeting right */
div#greeting_right_whatsnew {
	float:left;
	width:225px;
	padding:0 10px 0 10px;

	font-size:10px;
	font-family: verdana,tahoma,sans-serif;
	color:#4c4619;
	font-weight:normal;

	text-align:left;
	color:#7e3136;
	border-width:2px;
	border-color:#4c4619;
	border-style:double;
	background-color:#b4a98e;
}
div#greeting_right_whatsnew ul li {
	list-style-type:none;
}
div#greeting_right_whatsnew a:link {
	color:#7e3136;
 	text-decoration:none;
}
div#greeting_right_whatsnew a:hover {
	color:#ffffff;
 	text-decoration:none;
}



.sub_menu {
	padding:3px;
	text-decoration:none;
}