body {
	background: #fff url(/img/header.jpg) no-repeat 50% 0;
	font-family: arial, sans-serif;
	color: #666;
}

#cont {
	position: relative;
	margin: 0 auto;
	width: 942px;
	top: 13px;
}

#nav {
	position: relative;
	top: 0px;
	left: 31px;
}
	
	#nav li {
		display: block;
		float: left;
	}
	
	#nav a, #nav a:link, #nav a:visited {
		text-decoration: none;
		color: #6f0940;
		height: 36px;
		line-height: 36px;
		display: block;
	}
	
	#nav span {
/*		padding: 0 20px 0 10px;*/
		padding: 0 15px 0 10px;
		height: 36px;
		line-height: 36px;
		display: block;
	}
	
	#nav a:hover, #nav .active a {
		color: #fff !important;
		background: url(/img/menu-l.png) no-repeat 0 0;
	}
	
	#nav a:hover span, #nav .active a span {
		background: url(/img/menu-r.png) no-repeat 100% 0;
	}
	
	#info-wrap {
		background: url(/img/info-top2.png) no-repeat 0 0;
		width: 650px;
		float: left;
		margin: 244px 0 0 8px;
	}
	
	#info {
		background: url(/img/info-bottom.png) no-repeat 26px 100%;
		width: 536px;
		color: #666666;
		padding: 10px 45px;
	}
	
	#content-wrap {
		background: url(/img/content-top2.png) no-repeat 100% 0;
		float: left;
		width: 280px;
		margin: 244px 0 0 3px;
	}
	
	#content {
		background: url(/img/content-bottom.png) no-repeat 100% 100%;
		padding: 30px 0 30px 20px;
		font-size: 12px;
		line-height: 20px;
	}
	
#footer {
	clear: both;
	border-top: 10px solid #fff;
	width: 889px;
	height: 67px;
	margin: 0 0 0 30px;
	background: url(/img/footer.png) no-repeat;
}
	#footer img {
/*		float: left;*/
		margin: 15px 0 0 25px;
	}
	
#sponsor-worden {
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: 330px;
	width: 132px;
	height: 131px;
}

#info h1 {
	color: #a3623f;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 15px 0;
	padding-right: 70px;
}

#content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #e3007a;
}

	a, a:link, a:visited {
		color: #e3007a;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#content p {
		padding-right: 30px;
	}

strong {
	font-weight: bold;
}

#content h2 { margin: 0; padding: 0; font-weight: bold; }
#content p { margin-top: 0!important; }




/*
**	comments
*/

.comment {
	margin: 0 0 20px 0 !important;
	border: 1px solid #ddd;
	padding: 5px;
	word-wrap: break-word;
	width: 500px !important;
	background: #f1f1f1;
	clear: both !important;
}
.comment * { font-size: 12px; }
.comment p {
	width: 500px !important;
	margin: 0;
	font-size: 10px;
	color: #fff;
}
.comment p.postedby {
	width: 500px !important;
	font-weight: bold;
	border-top: 1px solid #ddd;
	margin-top: 5px;
	padding-top: 5px;
	color: #fff;
}

/*
**	add_comment
*/

.comment-row {
	clear: both;
/*	background: #efefef;*/
	width: 400px;
	clear: both;
	margin: 10px 0 0 90px;
	_margin: 0 0 0 90px;
	padding: 0.5em 0 0 0;
	_padding: 2px 0 0 0;
	font-size: 12px;
}

.jot-form label {
	float: left;
	width: 22%;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #333;
	padding-top: 3px;
	margin-right: 4px;
}

.jot-form input, textarea {
	float: right;
	padding: 2px;
	margin-right: 5px;
	width: 65%;
	text-align: left;
	border: 1px solid #ddd;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	background: #fff;
	color: #333;
}

#add_comment input:focus, #contact textarea:focus {
	background-color: #555;
}

#add_comment input:hover, #add_comment textarea:hover {
	background-color: #FEFFF3;
}

#add_comment textarea {
	height: 100px;
}

.comment-submit { 
	width: auto !important;
	background-color: #000 !important;
	color: #fff !important;
	cursor: pointer !important;
	float: none !important;
	clear: both;
	border: 0 !important;
	margin: 0 0 30px 130px;
}

	.comment-submit:hover {
		background-color: #333 !important;
	}
	
.comment-header { clear: both; border-bottom: 1px solid #ddd; height: 24px; margin-bottom: 5px; /*width: 200px;*/}
.comment-user { float: left; padding: 0 10px; }
.comment-date { float: right; padding: 0 10px;  }
.comment-content { clear: both; padding: 0 10px; }