/* CSS Document */
body
{
	background: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #6699FF;
}
a:hover
{
	color:#FF9900;
}
.viewlink
{
	font-size: 11px;
}
#logo
{
	background:url(images/logo_bg.jpg) repeat-x;
	height: 101px;
	padding-left: 40px;
}	
#sep
{
	background:url(images/separator.jpg) no-repeat;
	width: 40px;
}
#flags
{
	background:url(images/flags.jpg) no-repeat;
	width: 368px;
	height: 40px;
}
#topplay
{
	background:url(images/head_bg.jpg) repeat-x;
	height: 61px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#memberbg
{
	background: #6699FF url(images/members_bg.jpg) repeat-x bottom;
	height: 192px;
	padding: 5px;
}
#bottom
{
	background:url(images/bot_bg.jpg) repeat-x;
	height: 43px;
	color:#FFffff;

}

#bottom a
{
	color:#FFffff;
	text-decoration: none;
}
#bottom a:hover
{
	color:#FFcc00;
}
