body {
	background: #fff url(../imgs/bak_body01.jpg) no-repeat left top;
	margin: 26px auto 0 auto;
	text-align: center;
}

body.one { background-image: url(../imgs/bak_body01.jpg); }

body.two { background-color: #010101; background-image: url(../imgs/bak_body02.jpg); }

body.three { background-image: url(../imgs/bak_body03.jpg); }

body {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 888px;
}

/* Skip Navigation
-----------------------------------*/
ul#skip {
	display: none;
}


/* Site Header
-----------------------------------*/
div#header,
body.one div#header {
	height: 400px;
	left: 30px;
	position: absolute;
	top: 263px;
	width: 254px;
	z-index: -1;
}

body.two div#header {
	left: 9px;
	height: 340px;
	top: 280px;
}

div#header h1 {	margin: 0; }

div#header a {
	display: block;
	height: 501px;
}

div#header a em {
	position: absolute;
	margin-left: -999em;
}


/* Navigation
-----------------------------------*/
div#navigation {
	float: left;
	padding: 2.8em 0 0 0;
	text-align: right;
	width: 126px;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation ul a {
	background: #000;
	color: #fff;
	display: block;
	margin: 5px 0 5px auto;
	padding: 2px 4px;
	text-align: left;
	text-decoration: none;
	width: 82px;
}

div#navigation ul a.registernow {
	background: #00abeb;
	padding: 2px 35px 22px 5px;
	width: 49px;
}

div#navigation ul a:hover {
	color: #ccc;
}

div#navigation ul li.current a {
	background: #fff url(../imgs/li_tick.png) no-repeat 98% 5px;
	color: #000;
	width: 116px;
}

div#navigation ul li.current li a {
	background: #fff none;
	width: 82px;
}

div#navigation ul li.current a.registernow {
	padding: 2px 65px 22px 5px;
	width: 56px;
}

div#navigation ul li li a {
	background: #fff;
	color: #000;
}

div#navigation ul li.current li.current a {
	color: #00abeb;
}

div#navigation ul li li a:hover {
	color: #666;
}


/* Column 1 (content)
-----------------------------------*/
div#col1 {
	float: left;
	margin: 0;
	width: 480px;
	z-index: 10;
}

h2.title {
	color: #fff;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	margin: 3px 1px;
}

div#content {
	background: #fff;
	border: 4px solid #b7b7b7;
	height: 494px;
	overflow: auto;
	padding: 12px;
}

div#content.landing {
	height: 246px;
}

div#featured {
	border: 4px solid #00aeef;
	height: 225px;
	margin: 15px 0 0 0;
	overflow: hidden;
}


/* Column 2 (right column)
-----------------------------------*/
div#col2 {
	margin: 0 0 0 620px;
	width: 268px;
}

div#ad1 {
	border: 4px solid #00aeef;
	height: 289px;
	margin: 0 0 14px 0;
	overflow: hidden;
}

div#ad2 {
	height: 167px;
}

div#subscribe {
	height: 34px;
	margin: 14px 0 0 0;
}


/* Column 3 (footer)
-----------------------------------*/
div#col3 {
	clear: both;
	margin: 0 0 0 125px;
	text-align: right;
	width: 480px;
}

ul#footer {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#footer li {
	float: right;
}

ul#footer a {
	display: block;
	height: 42px;
	margin: 5px 7px 0 16px;
	width: 40px;
}

ul#footer a em {
	left: -999em;
	position: absolute;
}

ul#footer a.fto {
	background: transparent url(../imgs/icn_logo_fto.png) no-repeat left top;
	width: 53px;
}

ul#footer a.avid {
	background: transparent url(../imgs/icn_logo_avid.png) no-repeat left top;
	width: 47px;
}

ul#footer a.spaa {
	background: transparent url(../imgs/icn_logo_spaa.png) no-repeat left top;
	width: 44px;
}