/* CSS Document */

#header div.content_left {
	float: left;
	width: 300px;
	}

#header img.logo {
	margin-left: 10px;
	}

#header div.content_right {
	margin-left: 300px;
	}

#header img.banner {
	margin-top: 10px;
	}

#header .padding {	font-size: 0; height: 0; }		/* ff ignores this, ie spills the menu without it */
#header .spacer {	font-size: 0; height: 8px; }

/* STATS */

#stats {
	color: #ffffff;
	text-align: center;
	width: 468px;
	background: #3c6be5;
	}

#stats .content {	padding: 3px 15px 0 15px; }
#stats .padding {	font-size: 0; height: 3px; }

#stats li {
	display: inline;
	margin: 0 0 0 15px;
	}

#stats li.first {
	margin-left: 0;
	}

#stats .t {			background: url( "/images/header/stats/t.gif" ) repeat-x top; }

#stats .tl {		background: url( "/images/header/stats/tl.gif" ) no-repeat top left; }
#stats .tr {		background: url( "/images/header/stats/tr.gif" ) no-repeat top right; }
#stats .bl {		background: url( "/images/header/stats/bl.gif" ) no-repeat bottom left; }
#stats .br {		background: url( "/images/header/stats/br.gif" ) no-repeat bottom right; }


/* MENU */

#menu {				background: #ffffff; }
#menu .content {	padding: 12px 58px 0 58px; }
#menu .padding {	height: 16px; }

#menu li {
	display: inline;
	margin: 0 5px 0 20px;
	}

#menu li.first {
	margin-left: 0;
	}

#menu .t {			background: transparent url( "/images/header/menu/t.gif" ) repeat-x top left; }
#menu .b {			background: transparent url( "/images/header/menu/b.gif" ) repeat-x bottom left; }
#menu .l {			background: transparent url( "/images/header/menu/l.jpg" ) repeat-y left; }
#menu .r {			background: transparent url( "/images/header/menu/r.jpg" ) repeat-y right; }

#menu .tl {			background: transparent url( "/images/header/menu/tl.jpg" ) no-repeat top left; }
#menu .tr {			background: transparent url( "/images/header/menu/tr.jpg" ) no-repeat top right; }
#menu .bl {			background: transparent url( "/images/header/menu/bl.jpg" ) no-repeat bottom left; }
#menu .br {			background: transparent url( "/images/header/menu/br.jpg" ) no-repeat bottom right; }
