@charset "UTF-8";
/* CSS Document */

#wrapper {
	background: #FFF;
	width: 860px;
	height: 580px;
	padding: 10px 10px 0 10px;
	clear: both;
	font-size: 12px;
	color: #001273;
}

#wrapper h2 {
	font-size: 120%;
}

#wrapper p {
	margin: 0;
	padding: 0;
}

#contents_holder_left {
	background: url(/images/contents/landingpage/bg/content_left_bg.jpg) no-repeat bottom;
	width: 440px;
	height: 580px;
	float: left;
}

#contents_holder_right {
	width: 400px;
	height: 580px;
	float: right;
}

#contents_holder_right_top {
	width: 400px;
	height: auto;
	clear: both;
}

#contents_holder_right_bot {
	width: 400px;
	height: auto;
	clear: both;
}

#contents_holder_right_child_left {
	width: 250px;
	height: auto;
	float: left;
}

#contents_holder_right_child_right {
	width: 150px;
	height: auto;
	float: right;
}

/* CLASSES */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.graphic_slogan {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

.txt10 {
	font-size: 10px;
}