body {
	font: 11px Arial, Helvetica, sans-serif;
	color:#592c00;
}

a {
	color:#592c00;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


.contenthome {
	background-color: #372B13;
	background-image: url(designimgs/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentabout {
	background-color: #372B13;
	background-image: url(designimgs/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentContact {
	background-color: #372B13;
	background-image: url(designimgs/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentSpirit {
	background-color: #372B13;
	background-image: url(designimgs/bg_spirit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentJoin {
	background-color: #372B13;
	background-image: url(designimgs/bg_join.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentDiary {
	background-color: #372B13;
	background-image: url(designimgs/bg_diary.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.leftCont {
	margin-top:40px;
	margin-left:100px;
	width:270px;
	padding-right:10px;
	height:330px;
}

.rightCont {
	margin-top:40px;
	margin-left:15px;
	width:310px;
	padding-right:10px;
	height:330px;
}

.joinText {
	margin: 80px 55px 20px 415px;
	width:320px;
	height:290px;
	overflow:auto;
	padding-right:10px;
	scrollbar-arrow-color:#372b13;
}

.diaryLeft {
	margin-top:50px;
	margin-left:100px;
	width:270px;
	height:520px;
	overflow:auto;
}

.diaryRight {
	margin-top:50px;
	margin-left:20px;
	width:260px;
	height:520px;
	overflow:auto;
}

