@charset "utf-8";
body  {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../img/BG.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.home {
	width:127px;
}

.layout #home {
	width:127px;
	position:absolute;
	top:20px;
	left:20px;
}
*+html .layout #home {
	position:relative;
}
.layout #home_over {
	display:none;
	margin-top:-131px;
}
*+html #home_over {
	top:-10px;
}
.layout #Title {
	text-align:left;
	padding-left:185px;
	height:30px;
	text-indent:35px;
	margin-top:110px; 
}
*+html .layout #Title {
	margin-top:0;
}
.layout #container { 
	width:1015px;
	margin: 0;
	text-align: left;
} 
.layout #menu {
	margin-top:60px;
	width:200px;
	float:left;
}
.layout #commentsanddata {
	margin-top:15px;
	padding:2px;
	width:170px;
	float:right;
	border: 5px solid #151B23;
}
.commentsanddata p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:0;
	padding:3px 5px;
	font-size:12px;
	color:#666;
	text-align:justify;
}

.commentsanddata h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:-6px;
	margin-bottom:0;
	padding:3px 5px;
	font-size:11px;
	color:#999;
	font-weight:normal;
	text-align:justify;
}

.commentsanddata h1 {
	margin-top:0;
	margin-bottom:0;
	padding:3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color: #FFCC00;
}

.commentsanddata a:link {
	margin-top:0;
	margin-bottom:0;
	padding:3px 5px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color: #00CCFF;
	text-decoration:none;
}

.commentsanddata a:hover {
	color: #66FFCC;
	text-decoration:underline;
}

.commentsanddata a:visited {
	color: #66FFFF;
	text-decoration:none;
	border-bottom:1px #66CCFF dotted;
}

#image_container_frame {
	margin: 0 170px 0 203px;
	width:627px;
	height:382px;
	background-image:url(../img/image_containerBG.png);
	background-position:center;
}
#indications {
	padding-top:15px;
	width:400px;
	height:40px;
	margin:0 auto;
	background-image:url(../img/indications.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}