body { 
	margin: 10px 0px;
	background-color: #c4dbea; 
//	background-color: #e2ecf3;

//	font-family: Verdana, Arial, sans-serif;
	font-family: Calibri, 'Andika', sans-serif;
	overflow-y: scroll;
}

h1 {
	color: #222222;
}

h2, h3 {
	color: #222222;
	margin-left: 15px;
}

h4 {
	font-size: 20pt;
	font-weight: bold;
	color: #222222;	
	margin: 25px 0px 0px 0px;
	line-height: 10px;
}

h5 {
	font-size: 16pt;
	font-weight: bold;
	color: #60b2e6;	
	margin: 25px 0px 5px 0px;
}

h6 {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 2px;
	color: #60b2e6;	
	margin: 0px 0px 25px 0px;
	line-height: 5px;
}

div#bg {
	position: absolute;
	margin: 0px;
	background-image: url(img/bg.png);
	width: 100%;
	height: 100%;
}

div#main {
	position: absolute;
	width: 800px;
	left: 50%;
	top: 75px;
	margin-left: -400px;	
}

div#header {
	position: absolute;

	margin: 0px;
	padding: 0px 0px 0px 90px;
	height: 80px;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	z-index: 5;
	
	//background-image: url(ponyball.jpg);
	//background-color: #aaaaaa;
	//color: #ffffff;	
	//font-size: 20pt;
	//font-weight: bold;
}

div#content {
	margin: 0px;
	padding: 20px 30px 20px 30px;
	//aeca7b;
	border: solid 7px #60b2e6;
	border-radius: 10px;
	box-shadow: inset 0 0 4px 1px #222222;
//	box-shadow: 8px 8px 8px #555555;

	background-color: #fafafa;

	color: #222222;
	font-size: 10pt;
}

div#menu {
	position: relative;
	width: 740px;
	left: 50%;
	top: 0px;
	margin-left: -370px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #60b2e6;	
	font-size: 13pt;
	text-align: center;
	border-bottom: solid 1px #60b2e6;
	letter-spacing: 1pt;
}

div#footer {

	position: relative;

	padding: 15px 0px 0px 0px;
	height: 20px;

	text-align: center;

	color: #222222;
	font-size: 7pt;
}

div#center {
	text-align: center;
}

div#mininav {
	position: absolute;
	left: 585px;
	top: -7px;
	padding: 10px 0px 30px 0px;
}

div#miniblock {
	font-size: 6pt;
	text-align: justify;
}

div#kuh {
	padding: 5px 20px 5px 20px;
	text-align: center;
}

div#text {
	padding: 5px 20px 5px 20px;
	text-align: justify;
}

a {
	color: #60b2e6;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: 1px solid #ffffff;
}

a:hover img {
	text-decoration: none;
	border: 1px solid #60b2e6;
}

#kuh a {
	color: #60b2e6;
	text-decoration: none;
}

#kuh a:hover {
	color: #222222;
	text-decoration: none;
}

img {
	box-shadow: 2px 2px 5px #222222;
	border: 1px solid #ffffff;
}

#header img{
	box-shadow: 0px 0px;
	border: 0px none;
}

img.nostyle {
	box-shadow: 0px 0px;
	border: 0px none;
	vertical-align: text-bottom;
}

a:hover img.nostyle {
	box-shadow: 0px 0px;
	border: 0px none;
}

p.center {
	text-align: center;
}

p.left {
	text-align: left;
}

p.justify {
	text-align: justify;
}

#menu a { 
	color: #60b2e6;
	text-decoration: none;
}
#menu a:hover { 
	color: #222222;
	text-decoration: none;

}

#footer a { 
	color: #222222;
	text-decoration: underline;
}

hr {
	color: #60b2e6;
	margin: 25px 0px 25px 0px;
}