BODY {
	background-color: #FFBB00;
	background-image : url(om_bg.jpg);
	background-attachment: fixed;
	margin-top: 10px;
	margin-bottom: 10px;
	font : normal 14px "Times New Roman", Times, serif;
}
TD,TR {
	font : normal 14px "Times New Roman", Times, serif;
}
.small {
	font-size: 13px;
	font-weight: bold;
}
a.menu, a:link.menu, a:visited.menu  {
	font-size: 18px;
	font-weight: bold;
	color: #FFF2CD;
	text-decoration: none;
}
a:hover.menu, a:focus.menu, a:active.menu {
	color: blue;
}
a, a:link, a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: blue;
}
 
#body {
	position: relative;
	border: 3px solid #FFBB00;
	background-attachment: scroll;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFF2CD;
	width: 699px;
	margin-bottom: 10px;
	z-index:1;
}
#text {
	position: static;
	text-align: left;
	left: 105px;
	top: 25px;
	margin-left: 110px;
	margin-right:5px;
	z-index: 3;
	min-height : 508px;
	height: 0px !important height: 535px;
}
#side {
	position: absolute;
	background-color: #ffbb00;
	left:0px;
	width: 105px;
	top:135px;
	z-index: 99;
}
#logo {
	position: relative;
	top: 0px;
	left: 0px;	
}
#float {
	position:relative;
	float:right;
	text-align:center;
	border: 3px solid #ffbb00;
}