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

body {background-color:#FFF; color:#404040; margin: 0px; padding:0px;
font-family: Arial, Helvetica, sans-serif; font-size: 11pt; line-height: 1.3em;}

.bgimage{
	position:absolute;
	z-index: 0;
	background-image:url(../img/bg_int.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 950px;
	height: 750px;
	
}

.logo{
	position:absolute;
	top:0px;
	left:0px;
}
.logo img{
	border:0px;
}


.menu{
	position: absolute;
	z-index:1;
	width: 180px;
	height: 360px;
	top: 200px;
}
#menugroup{
	margin-bottom:35px;
}
.menu img{
	border:0px;
	margin-bottom:10px;
}
.copy{
	position: absolute;
	z-index:1;
	width: 300px;
	left:225px;
	top: 600px;
	font-size:10px;
	line-height:13px;
	color: #999;
}
.content{
	position: absolute;
	overflow: auto;
	width: 555px;
	height: 380px;
	z-index:1;
	top:160px;
	left: 225px;
}

h2{	font-size: 16pt; line-height: 1.1em; font-weight:bold;}

img {border: 0px;}

a {	color: #C7EDFF; text-decoration:underline;}
a:hover { text-decoration: none;}