* {		margin:0;
		paddind:0;
}
body {		background: #ffffff url('../images/backg.gif');
}
.container {	width: 950px;
		margin: 0 auto;
		text-align: left;
		position: relative;
}
#maintable {	background: #ffc4ff url('../images/bgbody.jpg');
}
#leftspace {	background: url('../images/ester_07.jpg') repeat-y;
}
/* ******************************************************** */
h1.sheetname {	position: absolute;
		top: 176px; left: 345px;
		width: 470px; height: 20px;
		text-align: left;
		font: oblique bold 15px Arial, Sans-serif;
		color: #9f3e81;
		letter-spacing: 2px;
		border-bottom: 1px dotted #da9fc7;
		z-index: 12;
}
/* ******************************************************** */
#copyright {	position: absolute;
		width: 250px; height: 15px;
		left: 10; bottom: 0;
		text-align: left;
		font: normal 11px Arial, Sans-serif;
		color: #ffffff;
		margin: 10px;
		z-index: 12;
}
#copyright a {	text-decoration: none;
		color: #ffffff;
		font: 11px Arial, Sans-serif;
}
#copyright a:hover { border-bottom: 1px dotted #ffffff;
}
/* ******************************************************** */

#menu {		position: absolute;
		top: 280px; left: 30px;
		width: 280px;
		text-align: left;
		z-index: 12;
}
#menu a {	font: bold 13px Arial, Sans-serif;
		line-height: 23px;
		text-decoration: none;
		color: #9f3e81;
}
#menu a:hover {	text-decoration: underline;
		color: #ffffff;
}
/*
#menu li.active a { text-decoration: underline;
		color: #ffffff;
}
*/
#menu ul {	list-style: none;
		list-style-type: circle;
		padding: 0;
		margin-left: 25px;
}
#menu ul ul {	list-style-image: url('../images/menumarker--.png');
}
/* ******************************************************** */

#content {	background: #fcbcfe url('../images/ester_09.jpg') no-repeat bottom;
}

#inside {	margin-left: 30px;
		margin-top: 10px;
		margin-right: 30px;
		margin-bottom: 150px;
}
#content h1 {	font: oblique bold 12px Arial, Sans-serif;
		color: #9f3e81;
		letter-spacing: 1px;
		padding-top: 5px;
		padding-bottom: 5px;		
		text-align:left;
}
#content h2 {	font: bold 12px Arial, Sans-serif;
		color: #9f3e81;
		padding-top: 5px;
		padding-bottom: 5px;		
		text-align:left;
}
#content h3 {	font: bold 11px Arial, Sans-serif;
		color: #9f3e81;
		padding-top: 5px;
		padding-bottom: 5px;		
		text-align:left;
}
#content p {	font: 11px Arial, Sans-serif;
		color: #9f3e81;
		padding-top: 5px;
		padding-bottom: 15px;		
		line-height: 1.5;
		text-align: justify;
}
#inside img.left,
#inside img.right { margin-top: 2px;
		margin-bottom: 2px;
		border: 1px solid #ffffff;
}
#inside img.left { margin-left:0px;
		margin-right:10px;
}
#inside img.right { margin-left:10px;
		margin-right:0px;
}
#content a {	text-decoration: none;
		color: #9f3e81;
		font: 11px Arial, Sans-serif;
		
}
#content a:hover { color: bf4f9c;
		border-bottom: 1px dotted #9f3e81;
}
