/* CSS Document */

body {
	background: #004143;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

a:hover {
	text-decoration: underline;
}

#body_container {
	position: relative;
	width: 1587px;
	margin: 0;
	padding: 0;
}

#header {
}

#main_container {
	position: relative;
	width: 1587px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#left_home {
	position: absolute;
	top: 0;
	left: 0;
	width: 540px;
	height: 597px;
	background: url(../images/left_col_main_img.jpg) top left no-repeat;
}

#left_sub {
	position: absolute;
	top: 0;
	left: 0;
	width: 540px;
	height: 597px;
	background: url(../images/left_col_main_img_sub.gif) top left no-repeat;
}

#main {
	width: 1587px;
	height: 597px;
	margin-left: 540px;
	background: url(../images/bg_main.gif) top left no-repeat;
}

#main .content {
	padding: 128px 1283px 0 10px;
}

#header_graphic {
	position: absolute;
	top: 52px;
	left: 490px;
}
