body{
	background-image:url(images/bg.png);
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: tahoma, arial;
	font-size: 12px;
}

p.bodytext{
	font-family: tahoma, arial;
	font-size: 12px;
	
}


a{
	text-decoration: underline;
	color: #000;
}

#north{
	height: 238px;
	width: 850px;
	background-image:url(images/top.png);
}

#center{
	min-height: 500px;
	width: 706px;
	margin-left: 63px;
	background-image:url(images/center.png);
}

#south{
	background-image:url(images/bottom.png);
	margin-left: 63px;
	height: 53px;
	width: 700px;
}

#menu{
	width: 151px;
	height: 120px;
	background-color: #EFEEEA;
	margin-left:31px;
	float: left;
}

#content{
	float: right;
	width: 470px;
	padding-right: 20px;
	padding-left: 20px;
}

#clear{
	clear: both;
}

#menu ul{
list-style-type:none;
margin:0;
padding:0;
}

#menu li{
	background-color: #FCCC7F;
	border-bottom: solid 1px #FB9A00;
	margin-top: 10px;
}

#menu a{
	font-family: tahoma, arial;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

div{
	margin: 0px;
	padding: 0px;
}

.csc-header h1{
	font: small-caps 110% Verdana;
	font-size:18px;
	text-decoration: underline;
}

.tx-guestbook-field label{
	width: 190px;
	display: block;
	float: left;
}

.tx-guestbook-field input.text {
	width: 220px;
}

.tx-guestbook-field-captcha label{
	width: 100%;
	display: block;
}


.tx-guestbook-field-captcha img {
	margin-left: 190px;
	display: block;
}
.tx-guestbook-field-captcha input.text{
	margin-left: 190px;
	width: 220px;
	display: block;
}