body
{
	text-align: center;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

	div#topbar
	{
		background: #000000;
		height: 300px;
	}

	div#topbar div.container
	{
		background: url(../gfx/grid/topbar_bg.jpg) no-repeat;
		height: 300px;
	}

	div#mainmenu
	{
		height: 300px;
		background: #222222;
	}

	div#content
	{
		background: #000000 url(../gfx/grid/bg.gif) repeat-x;
		padding-bottom: 20px;
		min-height: 300px;
	}

	* html div#content
	{
		height: 300px;
		heigh\t: 300px;
	}

	div.container
	{
		width: 750px;
		margin: auto;
		text-align: left;
	}

		div#mainmenu ul
		{
			margin: 0;
			padding: 0;
			height: 300px;
		}

			div#mainmenu ul li
			{
				list-style: none;
				display: block;
				float: left;
				padding: 0 23px 0 22px;
				background: url(../gfx/grid/mainmenu_separator.gif) left top no-repeat;
			}

			div#mainmenu ul li.end,
			div#mainmenu ul li.label
			{
				background: none;
			}

			div#mainmenu ul li.label,
			div#mainmenu ul li.label a
			{
				font-weight: bold;
				padding-left: 0;
			}

				div#mainmenu ul li a
				{
					display: block;
					float: left;
					text-decoration: none;
					padding: 6px 10px;
					color: #ffcc00;
					height: 300px;
					heig\ht: 13px;
				}

				div#mainmenu ul li.active a
				{
					color: #FFFFFF;
					
				}

				div#mainmenu ul li a:hover
				{
					text-decoration: underline;
				}
	div#localizer
	{
		padding: 17px 0;
		color: #000000;
	}
		div#localizer a
		{
			color: #000000;
		}

	div#footer
	{
		height: 300px;
		width: 100%;
		background: #000000 url(../gfx/grid/footer_bg.jpg) center center no-repeat;
	}

	div#footer a
	{
		position: relative;
		top: 20px;
		text-decoration: none;
	}

	div#friko
	{
		font-size: 9px;
		text-align: left;
	}

		div#friko a
		{
			text-decoration: none;
			color: #BCC1CF;
		}
a
{
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover
{
	text-decoration: none;
}

