body {
font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
	
a:link {
	text-decoration: none;
	color: #434343;
}
a:visited {
	text-decoration: none;
	color: #434343;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #434343;
}
#containerMain {
	position: relative;
	width: 696px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.menuTop {
	width:170px;
	background:#FFF36B url(images/menutop.png) no-repeat;
}
#title {
	margin-left:31px;
}
#toppart {
	background-image: url(images/page_top.png);
	background-repeat: no-repeat;
	height:213px;
}
.leftTopCorner {
	background-image: url(images/lefttopcorner.png);
	background-repeat: no-repeat;
	width:34px;
}
.leftTopCorner {
	background-image: url(images/lefttopcorner.png);
	background-repeat: no-repeat;
	width:34px;
}
.rightTopCorner {
	background-image: url(images/righttopcorner.png);
	background-repeat: no-repeat;
	width:489px;
}
.leftBottomCorner {
	background-image: url(images/leftbottomcorner.png);
	background-repeat: no-repeat;
	width:34px;
}
.rightBottomCorner {
	background-image: url(images/rightbottomcorner.png);
	background-repeat: no-repeat;
	width:489px;
	height:29px;
}
#titleText {
	padding:10px 0px 10px 100px;
	font-size:21px;
	font-weight:bold;
	font-style:italic;
}
.leftSide {
	background-image: url(images/leftside.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	width:34px;
	height:444px;
}
.menuContent {
	background:#FFF36B;
	width:170px;
	border-bottom:1px solid #DFDDC8;
}
.menuEntry {
	background:#FFF36B url(images/menuentrybullet.png) no-repeat;
	width:120px;
	padding-left:35px;
	padding-top:2px;
	margin-left:2px;
	margin-bottom:10px;

	font-size:16px;
	font-weight:bold;
	color:#434343;
}

.contentBack {
	background:#FFF url(images/contentback.png) no-repeat;
}
.menuBottom {
	width:170px;
	background:#FFF36B url(images/menubottom.png) no-repeat;
	height:27px;
}
.thecontents {
	padding:5px 8px 5px 8px;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:20px;
}
.spacer {
	clear:both;
	font-size:1px;
	height:1px;
}
.copyright {
	font-size:11px;
	padding-left:100px;
}

