@font-face{
	font-family: fish-bone;
	src:url(fonts/fishbone.ttf);
}
@font-face{
	font-family: medusa;
	src:url(fonts/MEDUSA__.ttf);
}
body {
	background-color: #C3EBEB;
	background-position: 100% 1%;
	background-size: 19%;
	background-image: url("images/css_background.jpg");
	background-repeat: no-repeat;
	background-size: fixed;
	background-attachment: fixed;
}

body.chimeric {
	background-color: #EEBA67;
	background-image: linear-gradient(to bottom right, #EEBA67, #3A2323);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/*--------------------------*/
/*HERE IS STUFF FOR TITLE*/
/*--------------------------*/

div.title-block {
	font-family: fish-bone;
	font-size: 170%;
	color: #131B1B;
	padding-left: 2%;
	vertical-align: center;
	text-align: center;
	width: 60%;
	height: 10%;
}

div.khema-title-block {
	font-family: medusa;
	font-size: 170%;
	color: #131B1B;
	padding-left: 2%;
	vertical-align: center;
	text-align: center;
	width: 60%;
	height: 22%;
}

div.title-below {
	color: #131B1B;
	padding-left: 2%;
	vertical-align: center;
	text-align: center;
	height: 4%;
}

/*--------------------------*/
/*HERE IS STUFF FOR CONTENT*/
/*--------------------------*/

div.index-list{
	width: 70%;
	word-wrap: break;
	padding-bottom: 0.5%;
	padding-left: 2%;
}

div.index-end{
	padding-bottom: 0.5%;
	padding-left: 3.5%;
}

div.khema-bg{

}

div.khema-cardgroup{
	background-color: #585D83;
	padding: 1%;
}

div.khema-card{
	background-color: #6E75BA;
	padding: 0.5%;
	margin: 1%;
}

p {
	text-indent: 60px;
	font-size: 100%;
	font-family: arial;
	letter-spacing: 1%;
	line-height: 2;
}

img.to_left {
	padding-right: 1.8%;
	padding-top: 1.4%;
	padding-bottom: 1.4%;

	//border-image-width: 5px;
	//border-image-style: solid;
	//border-image-color: #053030;
}

img.to_right {
	padding-left: 1.8%;
	padding-top: 1.4%;
	padding-bottom: 1.4%;

	//border-image-width: 5px;
	//border-image-style: solid;
	//border-image-color: #053030;
}

img.title {
	padding-left: 1.4%;
	//padding-bottom: 57%;
	//border-image-width: 5px;
	//border-image-style: solid;
	//border-image-color: #053030;
}

/*HERE IS JUST TAIL CONTENT*/
