* {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;	
}
html,
body {
	font: normal 12px arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
}

#container {
	height: 800px;
	margin: 0 auto 0;
	width: 900px;
}
#head {
	height: 155px;
}
	#head .logo {
		background: url(images/logo_rcl_big.png);
		float: left;
		height: 155px;		
		width: 262px;
	}
	#head .welcome {
		float: right;		
		margin: 45px 0 0 0;
		width: 560px;
	}
	#head .welcome h1 {
		color: #2D45D8;
		font-size: 20px;
	}
	#head .welcome p {
		color: #666666;		
		text-align: justify;
		width: 400px;
	}

.message {
	color: #900;
	background: #FEDEDF;
	border: #C30 1px solid;
	padding: 5px;
	margin: 0 20px 20px 20px;
}

.left {
	float: left;	
	margin-left: 20px;
	width: 413px;
}
.right {
	float: right;	
	margin-right: 20px;
	width: 413px;
}

.block {
	background: #EAFBE5;
	margin: 0 0 30px 0;
	padding: 10px;
	position:relative;
}
.block_background {
	display: block;
	width: 390px;
	height: 209px;
	background-color: #F2F2F2;
	background-repeat: no-repeat
}
.block_box,
.block_content {
	position: absolute;
	top: 194px;
	width: 390px;
	height: 25px;
	line-height: 23px;
	text-align: center;
}
.block_box.top,
.block_content.top {
	top: 10px;
}
.block_box {
	background-color: #282828;
	opacity: .70;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

.block_content h2 a {
	color: #F1F1F1;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.block_content h2 a:hover {
	text-decoration: underline;
}
