
body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	background-color: #015eb0;
}

body.main {
	background-color: #fff;
}
	


#main_logo {
	position: absolute;
	width: 400px;
	height: 216px;
	left: 50%;
	top: 30%;
	margin-left: -200px;
	margin-top: -108px;
}

#main_menu {
	position: absolute;
	width: 700px;
	margin-left: -350px;
	height: 2em;
	left: 50%;
	bottom: 10%;
}

#menu {
	width: 700px;
	height: 2em;
	text-transform: uppercase;
	font-size: x-small;
	background-image: url('../images/idoneum_ruler.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
}
	
#inner_menu {
	position: absolute;
	left: 3px;
	top: 127px;
	text-transform: uppercase;
	font-size: x-small;
	color: #fff;
}

#idoneum_decor {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 212px;
	width: 30px;
	background-image: url('../images/idoneum_decor.png');
	background-repeat: no-repeat;
}
	
#calmell_group_logo {
	position: absolute;
	bottom: 4px;
	left: 6px;
	width: 150px;
	height: 32px;
}

#calmell_group_logo img {
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	background-color: #015eb0;
	color: #fff;
}

a:visited {
	color: #999;
}


#contents {
	position: absolute;
	left: 0;
	top: 141px;
	width: 90%;
	margin: 0;
	padding: 5%;
	background-color: #015eb0;
	color: #fff;
}

#contents a {
	color: #00e0ff;
}

#contents a:visited{
	color: #00b0f6;
}

#contents a:hover {
	color: #00b0f6;
	background-color: #fff;
}

#contents iframe {
	margin: 1em 0;
}

#contents li {
	list-style-type: square;
}


address {
	font-style: normal;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 141px;
	background-color: #fff;
}

#logo {
	position: absolute;
	top: 30px;
	right: 5%;
	text-align: right;
}

#logo img {
	border: 0;
}

td.style1{
	padding-left: 20px; 
}
td.style2{
	padding-left: 10px; 
}
td.style3{
	padding-right: 10px; 
}
	
	