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

div.intro
{
	position:absolute;
	top:18.05em;
	height:auto;
	width:auto;
	left:37%;
	z-index:-1;
}

.introline
{
	position:absolute;
	right:0px;
	top:22.1em;
	width:100%;
	height:16px;
	background-image:url('images/box.png');
	background-repeat:repeat;
	z-index:-2;
}

.logoleft
{
	position:absolute;
	height:auto;
	width:auto;
	left:6.25em;
	top:2.25em;

	z-index:-1;
}
.menuright
{
	position:absolute;
	left:6.25em;
	top:7em;
	height:50px;
	width:400px;
	padding:10px;
}
.main
{
	position:absolute;
	left:6.25em;
	top:11em;
	width:800px;
	height:466px;
	padding:10px;
	border:0px;
	margin:0px;
	text-align:left;
	z-index:+2;
}
.foot
{
	position:absolute;
	left:6.25em;
	top:38em;
	width:800px;
	height:50px;
	padding:10px;
	border:0px;
	margin:0px;
	text-align:left;
}
.yellowband
{
	position:absolute;
	left:50.561em;
	top:18.85em;
	width:500px;
	height:48px;
	background-image:url('images/band.png');
	background-repeat:x-repeat;
	z-index:+1;
}

.box
{
	position:absolute;
	left:0em;
	top:8.15em;
	width:500px;
	height:30px;
	background-image:url('images/box.png');
	background-repeat:repeat;
	z-index:-2;
}
.boxshadow
{
	position:absolute;
	left:0px;
	top:9.8em;
	width:500px;
	height:10px;

	z-index:-3;
}

.contact
{
	position:absolute;
	left:31.25em;
	top:15em;
	z-index:-1;
}
.burn
{
	position:absolute;
	right:0.938em;
	bottom:0.938em;
	height:auto;
	width:auto;
	z-index:-1;
}
body
{
	background-image:url(images/bkg.png);
	background-repeat:repeat;
	background-position:topleft;
	margin-left:0px;
	font-size:100%;
}
img.logo
{
	width:200px;
	height:50px;
}
.img
{
	width:auto;
	height:auto;
}
.icon
{
	width:100px;
	height:20px;
}

/*Title*/
h1, h2, p
{
	color:#000;
	font-family:"arial";
	text-align:left;
}
h1
{
	font-size:1.875em;/*30px*/
	font-weight:bold;
}
h2
{
	font-size:1.063em;/*30px*/
	font-weight:bold;
}
p
{
	font-size:0.94em;/*15px*/
}
.bold
{
	font-weight:bold;
}
.small
{
	line-height:50%;
}
.footer
{
	font-size:0.563em;/*9px*/
}
</style>
