﻿body{
	padding:0;
	margin:0;
	font-size:20px;
	color:#000;
	font-family:Arial;
	background:color(transparent);
}

img{
	border:0;
}

a,a:link,a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:yellow;
}
	
.clear{
	clear:both;
}

#container{
	width:100%;
	text-align:center;
}
.link1 a{
	float:left;
	margin-left:180px;

	width:175px;
	line-height:28px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.link2 a, .link3 a{
	float:left;
	margin-left:5px;

	width:75px;
	line-height:28px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.link4 a{
	float:left;
	margin-left:5px;

	width:175px;
	line-height:28px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.link1 a:hover, .link2 a:hover, .link3 a:hover, .link4 a:hover{
	color:#FFFF00;
}

.space{
	width:125px;
	height:28px;
	float:left
}

#footer{
	width:1000px;
	height:100px;
	background:url(images/footer.png) no-repeat scroll center top;
}

#barfixed{
	position:fixed;
	bottom:0;
	width:100%;
	font-weight:bold;
	color:#deae7f;
	font-size:13px;
	background:url(images/fixedbar_bg.png) repeat-x scroll center bottom;
}
#newsticker {
background: transparent;
clear: both;
height: 18px;
left: auto;
margin: auto;
overflow: hidden;
position: relative;

}
#marquee {
float: left;
overflow: visible;
position: relative;
right: 0px;
white-space: nowrap;
width: auto;
}