* {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	padding: 0px;
	margin:0px;
}
* html li {
	display: inline;
}

body	{	font: normal 100.01% tahoma, arial, sans-serif;
			background-color: #fff9f1;
			color: #000000;
			/*
			background-image: url(/img/design/swing4joy/background.gif);
			*/
			margin: 0px;
			padding:0px;
}

td	{
		font: normal 100.01% tahoma, arial, sans-serif;
}
	
div#screen {
	text-align: left;
	font: normal 0.86em arial,sans-serif;
	max-width: 60em;
}

.ignore	{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

p	{
	line-height: 1.4em;
	margin-bottom: 7px;
}

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


#rightblock {
	float:right;
	width: 200px;
}

.newsbox {
	width: 100%;
	border: 1px solid #d70010;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}


#contents	{
	margin-top: 18px;
	margin-left: 0px;
}

#contents h1		{ 
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 14pt;
			font-weight: bold;
			color: #d70010;
			margin-bottom: 14px;
}
#contents h2		{ 
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 12pt;
			font-weight: bold;
			color: #d70010;
			margin-bottom: 12px;
}
#contents h3		{
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11pt;
			font-weight: bold;
			color: #d70010;
			margin-bottom: 11px;
}

#navigation	{
	display: none;
}

#screen {
	position: relative;
	min-height: 500px;
}

#header h1	{	color: #fff9f1;
				background-color: #d70010;
				padding-left: 100px;
				height: 110px; }
#header h1 img {
	width: 50%;
	height: 50%;
}

#topdancer img {
				display: none;
}

#topleftlogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#topleftlogo img {
	width: 50%;
	height: 50%;
}

#langselector {
	display: none;
}

#address {
	position: absolute;
	top: 0px;
	right: 0px;
}

#content_footer {
	margin-top: 20px;
	padding-top: 3px;
	border-top: 1px solid black;
}

.block_left {
	float: left;
}

.block_right {
	text-align: right;
}

.copyright		{
	font: normal 100.01% tahoma, arial, sans-serif;
	font-size: 8pt;
}