body, html {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #333333;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.2em;
  height: 100%;
}

#mainLayer {
	position: absolute;
	top: 20px;
	right: 0px;
	bottom: 20px;
	left: 0px;
	width:800px;
	min-height: 100%;
	z-index:1;
	margin: 0 auto;
	/*background-image: url(images/top.png);
	background-repeat: no-repeat;*/
	display: table;
	background-color: #FFFFFF;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}
.menu a {
	color: #8E1E1E;
}

.menu a:hover { 
	color: #FFFFFF;
	background-color: #FF760E;
}

a {
	color: #FF760E;
	text-decoration: none;
}

a:hover { 
	color: #FFFFFF;
	background-color: #8E1E1E;
}

.heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	color: #8E1E1E;
	font-weight: bold;
	text-transform: uppercase;
}

.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
}
.drkText {
	color: #000000;
}

.client {
	color: #666666;
	font-style: italic;
}

.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

.image_view {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	padding: 3px;
}

.lg-text {
	font-size: 1.5em;
	color: 8E1E1E;
	font-weight: bold;
}