body {
	background: #fff;
	padding: 0px;
	font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #000;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

a {
	color: #000;
	text-decoration: none;
}

#main {
	width: 100%;
	overflow: hidden;
}

#container {
	width: 880px;
	overflow: hidden;
	float: left;
	margin-left: 28px;
	margin-top: 28px;
}

#logo {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#first {
	width: 130px;
	margin-right: 20px;
	float: left;
	line-height: 1.1em;
}

#second {
	width: 225px;
	margin-right: 20px;
	float: left;
}

#second {
	width: 225px;
	margin-right: 20px;
	float: left;
}

#third {
	width: 225px;
	margin-right: 20px;
	float: left;
	line-height: 1.5em;
}

#fourth {
	width: 220px;
	float: left;
	line-height: 1.5em;
}

#thirdfourth {
	width: 485px;
	float: left;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	list-style-type: none;
	padding: 1px 1px 1px 2px;
}

ul.menu li a.over {
	background: #000;
}
ul.menu li a.over {
	color: #fff;
}

ul.menu li.legal {
	margin-top: 10px;
}

#thirdfourth img {
	position: absolute;
	top: 86px;
	left: 800px;
	opacity: 0.0;
	filter:alpha(opacity=0);
}

#label {
	z-index: 9000;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #000;
	padding: 5px;
	display: none;
}

#clickaction {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0px;
	left: 0px;
	z-index: 1000000 !important;
	background: #fcf;
	opacity: 0.0;
	cursor: pointer;
	filter:alpha(opacity=0);
}

#mail:hover {
	background: #000;
	color: #fff;
}

#second a, #third a, #fourth a {
	color: #000;
	text-decoration: none;
}
#second a:hover, #third a:hover, #fourth a:hover {
	background: #000;
	color: #fff;
}
#prev {
	position: absolute;
	width: 20px;
	top: 0px;
	left: 0px;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #000;
}
#next {
	position: absolute;
	width: 20px;
	top: 0px;
	left: 0px;
	font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #000;
}

#ticker {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	background: #000;
}
#ticktxt {
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 2px;
	margin-left: 25px;
}
#ticktxt a {
	color: #fff;
	text-decoration: none;
}
#ticktxt a:hover {
	color: #fff;
	text-decoration: underline;
}