/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat;
			
	color: #c7cfb0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#content-area {
	padding: 0;
	margin: 0;
	width: 760px;
	background-image: url(../images/content-area.gif);
	background-position: top;
	background-repeat: repeat;
}

#top {
	background-image: url(../images/header_06.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 50px;
}

#intro {
	font-size: 12px;
	color: #af70a8;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	margin-bottom: 15px;
}

.leaf {
	vertical-align: middle;
	padding: 0;
	margin-right: 5px;
	margin-left: 10px;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 190px;
}

#copyright {
	font-size: 9px;
	margin: 0;
	padding-top: 100px;
	padding-left: 40px;
}

/* /layout */




/* global links */

a {
	color: #666699;
	text-decoration: underline;
}

/* /global links */.right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #B3CCB3;
	border-right-color: #B3CCB3;
	border-bottom-color: #B3CCB3;
	border-left-color: #B3CCB3;
	padding: 5px;
	color: #af70a8;
}
.thumb {
	border: 1px solid #669966;
	margin: 4px;
}
.top-right {
	background-color: #8D5E9F;
	border: 1px dashed #666699;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.right-bottom {
	border: 1px dashed #8D5E9F;
	padding: 5px;
	font-size: 12px;
}
.entries {
	font-size: 10px;
}
.date {
	width: 150px;
	font-size: 9px;
	color: #669966;
	float: right;
	display: block;
	text-align: right;
}
.hr {
	border: 1px dashed #669966;
}
