
body {
	background-color: #e0ddd6;
}

a {
	color: #24365A;
}

a:hover {
	 color: #800000;
	 text-decoration: none;
}

#left {
/*	display: none;*/
	float: left;
	width: 230px;
	text-align: center;
	position: absolute;
}

.box {
	width: 230px;
	background-image: url('images/box-bg.png');
	background-repeat: repeat-y;
	font-family: Verdana,arial,helvetica;
	font-size: 12px;
	color: #24365A;
	text-align: left;
}

.box h3 {
	margin: 0px;
	padding: 3px 0px 0px 6px;
	background-image: url('images/box-top.png');
	font-family: Verdana,arial,helvetica;
	font-size: 12px;
	height: 17px;
	font-weight: bold;
	color: white;
}

.box .boxContent {
	padding: 3px 5px 11px 5px;
	background-image: url('images/box-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#main {
	text-align: center;
	padding-left: 230px;
}

#main h1 {
	background-image: url('images/kapulogo.gif');
	background-repeat: no-repeat;
	width: 728px;
	height: 47px;
	margin: 0px auto 15px auto;
}

#main h1 span {
	display: none;
}

#main img {
	border: 2px solid black;
}

#main a:hover img {
	border-color: red;
}

.post {
	width: 728px;
	margin: 0px auto;
	text-align: center;
}

#cardSend {
	margin: 0px auto;
	padding: 20px 20px 15px 20px;
	width: 360px;
	text-align: left;
	border: 1px solid #999999;
	font-family: tahoma,arial,helvetica;
	font-size: 9pt;
	background: #EDEAE5;
}

#cardSend input,
#cardSend textarea {
	border: 1px solid #5F7CAA;
	background: #EAF1FD;
	color: #333366;
	font-family: tahoma,arial,helvetica;
	font-size: 9pt;
	margin-bottom: 5px;
}

#cardSend .fb {
	display: block;
	float: left;
}

#cardSend .feedback {
	display: block;
	float: left;
	margin: 3px 0px 10px 3px;
}

#cardSend input.text {
	width: 250px;
}

#cardSend label {
	display: block;
	float: left;
	width: 90px;
	padding-top: 2px;
}

#cardSend textarea {
	width: 350px;
	height: 200px;
}


.commentsContainer {
	margin: 20px auto;
	width: 500px;
	overflow: hidden;
	padding: 10px 20px 0px 0px;
	background: #EDEAE5;
	border: 1px solid #999999;
	font-family: tahoma,arial,helvetica;
	font-size: 9pt;
	text-align: left;
}

.comment {
	display: block;
	margin: 5px 0px 15px 20px;
	overflow: hidden;
}

.commentHead {
	border-bottom: 1px dotted #999999;
	padding: 4px 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

.commentHead span {
	color: #666666;
	font-weight: normal;
}

.commentHead a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

.ReplyForThis {
	font-weight: bold;
	color: #666666;
	font-size: 10pt;
	padding-left: 20px;
}

#loginForm {
	font-family: tahoma,arial,helvetica;
	font-size: 9pt;
}