body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #fff;
	text-align: center;
	}
	
#page {
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	border: none;
	border-top: none;
	clear: both;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

.columns-one #page {
	width: 535px;
	}

.columns-two #page {
	width: 900px !important;
	}

.columns-three #page {
	width: 900px;
	}
	
#header {
	position: relative;
	height: 210px;
	background: #191919;
	background-position: top right;
	background-repeat: no-repeat;
	background-image:url("images/headerbg.gif");
	}
	
.content {
	padding: 0 10px 30px;
	}

.columns-two #primary-wrapper {
	float: left;
	margin-right: -300px;
	width: 100%;
	}

.columns-two #primary {
	margin-right: 300px;
	}

#primary {
	position: relative;
	float: left;
	width: 535px;
	padding: 0px;
	}
	
.secondary {
	width: 280px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding: 0 5px;
	overflow: hidden;
	}
	
.menu {
	bottom: 10px;
	}
	
.menu > ul > li { /* Top Menu */
	padding: 0;
	margin-right: 0px;
	width: 106px;
	height: 36px;
	float: left;
	border: none;
	background: none;
	background: url('images/home_menu.png') no-repeat center bottom;
}

.menu > ul > li:hover {
	background: none;
	background: url('images/home_menu_hover.png') no-repeat center bottom;
}

.menu > ul > li.current_page_ancestor,
.menu > ul > li.current_page_item {
	background: none;
	background: url('images/home_menu_active.png') no-repeat center bottom;
}

.menu > ul > li.page-item-22 { /* Register */
	background: none;
	background: url('images/register_menu.png') no-repeat center bottom;
}

.menu > ul > li.page-item-22 > a
{
	background: url('images/register_menu_hover.png') no-repeat -9999px -9999px;
}

.menu > ul > li.page-item-22:hover {
	background: none;
	background: url('images/register_menu_hover.png') no-repeat center bottom;
}

.menu > ul > li.current_page_ancestor.page-item-22,
.menu > ul > li.current_page_item.page-item-22 {
	background: none;
	background: url('images/register_menu_active.png') no-repeat center bottom;
}

.menu > ul > li.page-item-3 { /* Take Part */
	background: none;
	background: url('images/takepart_menu.png') no-repeat center bottom;
}

.menu > ul > li.page-item-3 > a
{
	background: url('images/takepart_menu_hover.png') no-repeat -9999px -9999px;
}

.menu > ul > li.page-item-3:hover {
	background: none;
	background: url('images/takepart_menu_hover.png') no-repeat center bottom;
}

.menu > ul > li.current_page_ancestor.page-item-3,
.menu > ul > li.current_page_item.page-item-3 {
	background: none;
	background: url('images/takepart_menu_active.png') no-repeat center bottom;
}

.menu > ul > li.page-item-2 { /* About */
	background: none;
	background: url('images/about_menu.png') no-repeat center bottom;
}

.menu > ul > li.page-item-2 > a
{
	background: url('images/about_menu_hover.png') no-repeat -9999px -9999px;
}

.menu > ul > li.page-item-2:hover {
	background: none;
	background: url('images/about_menu_hover.png') no-repeat center bottom;
}

.menu > ul > li.current_page_ancestor.page-item-2,
.menu > ul > li.current_page_item.page-item-2 {
	background: none;
	background: url('images/about_menu_active.png') no-repeat center bottom;
}

.menu > ul > li.page-item-70 { /* Organizers */
	background: none;
	background: url('images/speakers_menu.png') no-repeat center bottom;
}

.menu > ul > li.page-item-70 > a
{
	background: url('images/speakers_menu_hover.png') no-repeat -9999px -9999px;
}

.menu > ul > li.page-item-70:hover {
	background: none;
	background: url('images/speakers_menu_hover.png') no-repeat center bottom;
}

.menu > ul > li.current_page_ancestor.page-item-70,
.menu > ul > li.current_page_item.page-item-70 {
	background: none;
	background: url('images/speakers_menu_active.png') no-repeat center bottom;
}

.menu > ul > li.page-item-4 { /* Organizers */
	background: none;
	background: url('images/organizers_menu.png') no-repeat center bottom;
}

.menu > ul > li.page-item-4 > a
{
	background: url('images/organizers_menu_hover.png') no-repeat -9999px -9999px;
}

.menu > ul > li.page-item-4:hover {
	background: none;
	background: url('images/organizers_menu_hover.png') no-repeat center bottom;
}

.menu > ul > li.current_page_ancestor > a,
.menu > ul > li.current_page_item > a {
	color: #191919;
}

.menu > ul > li.current_page_ancestor.page-item-4,
.menu > ul > li.current_page_item.page-item-4 {
	background: none;
	background: url('images/organizers_menu_active.png') no-repeat center bottom;
}

.menu > ul > li:hover  {
	background-color: #191919;
	}

.menu > ul > li > a {
	width: 106px;
	height: 36px;
	text-indent: -9999px;
	}

.menu > ul > li > a:hover {
	color: #191919;
	}
	
#header-logo
{
	background: url('images/ignitebrisbane.png') no-repeat;
	width: 190px;
	height: 148px;
	position: absolute;
	left: 20px;
	top: 0px; 
}

