BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image:url("../gfx/mainbackground.jpg");
	background-repeat:repeat;
	background-position:top left;
	margin:0;
	margin-bottom:20px;
}

#wrapper {width: 1020px;height:650px;margin:0 auto;background-image:url("../gfx/sitebackground.png"); background-repeat:no-repeat; background-position:bottom left;position:relative;}

#logo {
	background-image:url("../gfx/labellogo.png");
	background-repeat:no-repeat; 
	background-position:top left;
	position: absolute;
	right: 0px;
	left: 50px;
	height: 260px;
	width: 200px;
	z-index: 3;
}
#logo H1 {display:none;}


#navigation {
	position: absolute;
	right: 0px;
	top: 27px;
	height: 40px;
	width: 500px;
	z-index: 3;
}

#navigation ul li {
	display: inline;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	display: inline;
	float:left;
	margin-right: 6px;
}

#navigation ul li a {
	background-image: url(../gfx/navbackground.png);
	height: 25px;
	line-height: 21px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	color: #fff;
	font-size: 11px;
	letter-spacing:0px;
	text-decoration: none;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}


#content {
	position:absolute;
	top: 72px;
	left: 280px;
	width: 685px;
	height: 533px;
	overflow:auto;
	padding-left:20px;
}

#content img {
	border: 1px solid #555;
}
#content p {
	line-height: 18px;
}

#content a {
	font-weight: bold;
	color: #FF0066;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content H1 {
	font-family: "Century Gothic";
	font-size: 34px;
	color:#FF0066;
	letter-spacing: -2px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content H2 {
	font-family: "Century Gothic";
	font-size: 20px;
	color:#FF0066;
	letter-spacing: -2px;
	font-weight: normal;
	margin-bottom:0;
	height: 20px;
}


#footer {	
	position:absolute;
	top: 620px;
	right: 35px;
	width: 200px;
	height: 30px;
	font-size: 10px;
	color:#555;
	text-align: right;
}
#footer a {
	color:#555;
	text-decoration: none;
}
#footer a:hover {
	color:#888;
	text-decoration: none;
}

#errorie6 {
	display: none;
}
