#container {
	position: absolute;
	width: 800px;
	left: 50%;
	margin: 0 0 0 -400px;
	background-color: #ffffff;
}
/*header*/
#header {
	position: relative;
	width: 800px;
	height: 153px;
	background: #ffffff url(../images/src/header_background.png) no-repeat;
}
#logo_costa {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo_costa a {
	display: block;
	width: 140px;
	height: 70px;
	background: url(../images/src/logo_costa.png) no-repeat;
	margin: 0;
}
#logo_costa span { display: none; }
/*content*/
#content {
	position: relative;
	width: 800px;
	background-color: #fff0c1;
}
#column_left {
	position: absolute;
	width: 160px;
	background-color: #fff0c1;
}
#column_right {
	position: relative;
	left: 160px;
	width: 620px;
	background-color: #ffffff;
	padding: 15px 10px 10px 10px;
}
.nopadding { 
	padding: 0 !important;
	width: 640px !important;
}
/*submenu: begin*/
.menu_left {
	list-style-type: none;
	margin: 0;
}
.menu_left li {
	font-size: 11px;
	margin: 5px;
}
.menu_left a {
	display: list-item;
	padding: 8px;
	font-weight: normal;
	color: #006699;
	border-bottom: 1px dotted #006699;
	text-decoration: none;
}
.menu_left a:hover {
	color: #ff8a28;
	border-bottom: 1px dotted #ff8a28;
}

