body {
	background-image: url(/images/background.jpg);
	background-position-x: center;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#canvas_layout {
	width: 973px;
	text-align: left;
	/* border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF; */
	height: 100%;
}

#header_layout {
	width: 973px;
	height: 78px;
	background-image: url(/images/vermais_header.jpg);
	background-position: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header_left_space_layout {
	width: 10px;
}

#header_logo_layout {
	width: 180px;
}

.cell_link_layout {
	display: block;
	height: 100%;
}

#header_right_space_layout {
	width: 20px;
}

#header_counters_layout {
	width: 47px;
	font-size: 11px;
	font-weight: bold;
}

#header_buttons_layout {
	width: 160px;
	vertical-align: bottom;
}

.header_button {
	width: 26px;
	height: 25px;
}

.header_button_spacer {
	width: 21px;
	cursor: default;
}

#header_buttons_caption {
	font-size: 11px;
	text-align: center;
}

#header_banner_spacer {
	width: 58px;
}

#header_banner_layout {
	width: 468px;
	padding-top: 6px;
	padding-bottom: 9px;
	border: solid 0px red;
}

#menu_layout {
	vertical-align: top;
	background-color: #000066;
	width: 200px;
}

.menu_title_layout {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 3px;
	padding-top: 15px;
	border-bottom: solid 1px #FFFFFF;
}

.menu_option_layout:link,
.menu_option_layout:active,
.menu_option_layout:visited {
	color: #00FFFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
	amargin-left: 15px;
	amargin-right: 15px;
	border-bottom: solid 1px #336699;
	padding: 2px;
	padding-left: 12px;
}

.menu_option_layout:hover {
	background: #000099;
}

#spacer_layout {
	background-image: url(/images/menu_curve.jpg);
	background-repeat: no-repeat;
	width: 14px;
	background-color: #FFFFFF
}

#content_layout {
	vertical-align: top;
	background-color: #FFFFFF;
	width: 761px;
	padding-top: 14px;
}