*
{
	margin: 0; padding: 0;
	border: 0;
	outline: none;
}

body
{
	width: 760px;
	margin: auto;
	background-color: #E8E5E0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

.center
{
	text-align: center;
}

#header
{
	height: 85px;
	margin: auto; padding: 0;
	background: #52C6DD url("header-back.jpg") top center repeat-x;
	color: #FFFFFF;
}

h1
{
	float: left;
}

h1 a
{
	display: block;
	overflow: hidden;
	width: 375px; height: 75px;
	background: transparent url("logo.jpg") 0 15px no-repeat;
	text-indent: -5000px;
}

#info
{
	float: right;
	width: 385px;
	text-align: right;
}

#menu
{
	clear: both;
	height: 48px;
	margin: auto;
	background: #2A2A2A url("menu-back.jpg") top center repeat-x;
	color: #FFFFFF;
}

#menu .extra
{
	height: 72px !important;
}

#menu ul
{
	height: 24px;
	list-style-type: none;
}

#menu li
{
	float: left;
	display: block;
	margin-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}

#menu li a
{
	display: block;
	padding: 0 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li a:hover
{
	background-color: #666666;
	color: #FFFFFF;
}

#menu li.active a
{
	background-color: #52C6DD;
	color: #000000;
}

#menu .up a
{
	font-size: 13px;
}

#menu .down a
{
	font-size: 11px;
}

#content
{
	clear: both;
	margin: auto; padding: 10px 0;
}

#content p
{
	margin-bottom: 10px; padding: 0 10px;
}

#content h2
{
	width: 540px; height: 45px;
	margin-top: 10px; padding-top: 35px; padding-left: 220px;
	background: #E8E5E0 url("content-betsson.jpg") top center no-repeat;
	font-size: 20px;
}

#content h2 a
{
	text-decoration: none;
}

#footer
{
	clear: both;
	margin: auto; padding: 10px 0;
	background: #5291B4 url("footer-back.jpg") top center repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	text-align: center;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}