@CHARSET "UTF-8";

#primary {
	width: 100%;
	height: 465px;
	padding: 0px;
}

body.it #primary{
	height: 485px;
}
body.bg #primary{
	height: 520px;
}

#primary #image {
	display: table;
	float:left;
	height:100%;
}

#image_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 530px;
}

#primary h3{
	font-weight: bold;
	font-size: 21px;
	color: rgb(23, 98, 152);
	margin-bottom: 20px;
}

#primary #text{
	float: right;
	width: 250px;
	margin-left: 10px;
	padding: 15px 10px 0px 0px;
}

#primary #text p{
	margin-top: 10px;
	color: rgb(102, 102, 102);
}

#primary #text .link{
	margin-top: 10px;
}
	
#secondary {
	width: 800px;
	margin-top: 10px;
	margin-left: 0px;
}

.focus {
	width: 260px;
	margin-left: 10px;
}

.focus .content {
	color: rgb(102, 102, 102);
	padding: 10px 10px 10px 25px;
	height: 100px;
	position: relative;
}

body.bg .focus .content{
	height: 110px;
}
body.fr .focus .content {
	height: 120px;
}
 
.focus .content .link {
	position: absolute;
	bottom: 10px;
	left: 25px;
}

#first_focus {
	margin-left: 0px;
}

#first_focus h4 {
	background-image: url("../images/arrow_red.gif");
}

body.bg #first_focus h4 {
	font-size: 17px;
}

#second_focus h4 {
	background-image: url("../images/arrow_green.gif");
}
