body {
	font: 11px georgia, sans-serif;
	color:  #000000;
	background-color: #C5CFC6;
	font-style:  italic;
	margin: 0px;
	background-image: url('bg.jpg');
}

div#layout {
	position:absolute;
	top: 30px;
	left:30px;
	width:780px;
	height:543px;
	margin:0px;
	z-index: 1;

}

div#menu {
	position: absolute;
	left:640px;
	top:125px;
	width:140px;
	height:155px;
	margin:0px;
	font: 13px georgia, sans-serif;
	font-weight:  bold;
	font-style:  italic;
	color:  #000000;
	text-align:right;
	z-index: 2;
}

div#content {
	position: absolute;
	left:300px;
	top:50px;
	width:280px;
	height:425px;
	margin:0px;
	padding: 5px;
	text-align:justify;
	overflow: auto;
	background-color:transparent;
	scrollbar-face-color: #E6E6FE;
	scrollbar-highlight-color: #E6E6FE; 
	scrollbar-shadow-color: #E6E6FE; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #E6E6FE; 
	scrollbar-darkshadow-color: #000000; 
      filter: chroma (color=#E6E6FE);
	z-index: 2;
}

img.floatLeft {
float: left;
}

img.floatRight {
float:right;
}

a:link {
	font-weight:  bold;
	color:#000000;
}

a:visited {
	font-weight:  bold;
	color:#000000;
}

a:hover {
	font-weight: bold;
	color:#FFFFFF;
}

a:active {
	font-weight:  bold;
	color:#FFFFFF;
}

a {
	text-decoration: none;
} 

input, textarea, option, select {
	background-color: #FFFFFF;
	font: 10px verdana,arial,helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #000000;
	padding:1px; }