@CHARSET "UTF-8";

html {
	height: 99%;
}

body {
	margin: 0;
	padding: 0;
	height: 101%;
	text-align: center;
	background: #d7e4bd;
}

div#layerContainer {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: none;
	padding: 0;
	width: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 999;
}
div#overlayContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

div#distance {
	margin-bottom: -286px;
	width: 1px;
	height: 50%;
	float: left;
}

div#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 572px;
	width: 1016px;
	clear: left;
	border: 1px solid #00b686;
	background: #f0fff0 no-repeat bottom left;
	text-align: left;
}

div#header {
	margin-left: 155px; /* width of left column */
	padding-right: 200px; /* width of right column */
	height: 135px;
}
a#logo {
	position: absolute;
	top: 0;
	right: 0;
}

div#left {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 155px;
	height: 100%;
	background: #00b686;
}
a#logo75 {
	position: absolute;
	bottom: 39px;
	left: 30px;
}

div#content {
	position: relative;
	margin-left: 155px; /* width of left column */
	padding: 0 10px;
	height: 404px; /* full height - header height - footer height */
	overflow: auto;
}

div#right {
	position: absolute;
	top: 155px; /* header height */
	right: 0;
	margin: 0;
	padding: 0 10px;
	width: 180px;
	height: 404px; /* full height - header height - footer height */
}

div#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 861px; /* full width - left column width */
	height: 33px;
	background: #00b686;
	font-size: 80%;
}

.bottomline {
	position: absolute;
	bottom: 0;
	left: 2em;
}

div#page_links {
	position: absolute;
	bottom: 1ex;
	right: 57%;
}

div.widget_container_footer {
	position: relative;
	top: 1em;
	display: inline;
	margin-left: 1em;
}

div.widget_container_boxed {
	position: relative;
	margin: 8em 1em 0 1em;
	padding: 8px 0;
	background: #ccf0e7;
	color: #2b73b5;
}
div.widget_title_boxed {
	display: none;
}
div.widget_head_left_boxed, div.widget_head_right_boxed, div.widget_foot_left_boxed, div.widget_foot_right_boxed {
	position: absolute;
	width: 12px;
	height: 8px;
}
div.widget_head_left_boxed {
	top: 0;
	left: 0;
	background: transparent url('../img/box_top_left.gif') no-repeat;
}
div.widget_head_right_boxed {
	top: 0;
	right: 0;
	background: transparent url('../img/box_top_right.gif') no-repeat;
}
div.widget_foot_left_boxed {
	bottom: 0;
	left: 0;
	background: transparent url('../img/box_bottom_left.gif') no-repeat;
}
div.widget_foot_right_boxed {
	background: transparent url('../img/box_bottom_right.gif') no-repeat;
	bottom: 0;
	right: 0;
}
