/* CSS Document */

body {
	background-image: url(http://kt-online.org/graphics/csslayout/bgmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2D0908;
	background-attachment: fixed;
	margin: 0px;
}

/*-- BULLTED LISTINGS --*/

ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 20px;
}

li {
	list-style-type: square;
	padding: 0px 0px 7px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #61615F;
}

/* -- FORMS -- */

.inputbar01 {
	width: 370px;
	font-size: 18px;
	color: #343434;
}

.inputbar02 {
	width: 125px;
	font-size: 18px;
	color: #343434;
}

.inputbar03 {
	width: 250px;
	font-size: 18px;
	color: #343434;
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #343434;
}
