body {
	padding: 0;
	margin: 0;
	background-color: #F8F5EC;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	position: absolute;
	width: 726px;
	height: 445px;
	top: 50%;
	left: 50%;
	margin-top: -222px;
	margin-left: -363px;
	background: url(../img/bg.jpg) top left no-repeat;
}
#wrappadder {
	padding: 11px 11px 11px 9px;
}
#logo {
	text-align: right;
	height: 90px;
}
#topnavi {
	background: url(../img/navi-bg.gif) top left repeat-x;
	float: left;
	width: 706px;
}
#topnavi ul {
	padding: 0;
	margin: 0;
}
#topnavi ul li {
	list-style-type: none;
	height: 22px;
	float: left;
}
#topnavi ul li a {
	line-height: 22px;
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
#topnavi ul li.active {
	background: url(../img/navi-active.gif) top left repeat-x;
}
#topnavi ul li.active a {
	color: #544635;
}
#main {
	width: 706px;
	float: left;
}
#mainpadder {
	padding-top: 24px;
}
#left {
	float: left;
	width: 254px;
}
#content {
	float: right;
	width: 425px;
	height: 235px;
	overflow-y: auto;
}
#contentpadder {
	padding-right: 2px;
}
#left div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
	margin: 0px !important;
}
#content {
	font-size: 11px;
	color: #656565;
}
#content h1 {
	font-size: 11px;
	color: #554535;
	margin: 0px;
}
#content .padding {
	padding-right: 10px;
	height: 235px;
}
.csc-textpic-text p {
	margin-top: 2px;
}
#content a {
	color: #554535;
	font-weight: bold;
}

#content a.lst {
	text-decoration: underline;
	font-weight: normal;
	color: #656565;
}
#content a.lst:hover {
		font-weight: bold;
	
}
img {
	border: 0px;
	
}


