@CHARSET "UTF-8";

body {
	color: #203240;
	background-color: white;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	font-family: Arial, sans;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}

div.cleardiv_left {
	clear: left;
}

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

a:hover {
	color: #1ABEE1;
	text-decoration: underline;
}

.link {
	color: #AAAAAA;
	text-decoration: none;
}

.link:hover {
	color: #1ABEE1;
	text-decoration: underline;
}

.link_hover {
	color: #1ABEE1;
	text-decoration: underline;
}

.top {
	height: 30px;
	width: 100%;
	background: url(border_top.png) repeat-x;
}

.box_corner_top_left {
	background: url(box_tl.png);
	width: 104px;
	height: 45px;
}

.box_corner_bottom_left {
	background: url(box_bl.png);
	width: 118px;
	height: 185px;
}

.box_corner_top_right {
	background: url(box_tr.png);
	width: 130px;
	height: 188px;
}

.box_corner_bottom_right {
	background: url(box_br.png);
	width: 49px;
	height: 32px;
	margin-left: 49px;
}

.box_border_top {
	background: url(box_border_top.png) repeat-x;
	width: 100%;
	height: 4px;
}

.box_border_left {
	background: url(box_border_left.png) repeat-y;
	background-position: right;
	width: 54px;
	height: 300px;
}

.box_border_right {
	background: url(box_border_right.png) repeat-y;
	width: 4px;
	height: 323px;
	margin-left: 78px;
}

.box_main {
	width: 639px;
	position: absolute;
	left: 104px;
	float: left;
	background: url(box_border_bottom.png) repeat-x;
	background-position: bottom;
	height: 525px;
}

.left {
	float:left;
	background: url(left.png) repeat-y;
	height: 500px;
	width: 3px;
	margin-left: 8px; /* IE6 margin-left: 4px; */
}

.right {
	background: url(right.png) repeat-y;
	height: 500px;
	width: 3px;
	margin-left: 811px; /* IE6 margin-left: 808px; */
}

.domain {
	margin-left: 45px;
	margin-top: 45px;
	position: absolute;
	z-index: 2;
	float: left;
	width: 222px;
}

.map {
	position: absolute;
	padding: 5px 0px 0px 175px;
}
