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

body {
	margin: auto;
	background: #000 url(/pub/images/structure/bodybg.jpg) no-repeat 0 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 130%;
	color: #703917;
}

body#sixstep    { background-image: url(/pub/images/structure/bg/bodybg_sixstep.jpg); }
body#boty 		{ background-image: url(/pub/images/structure/bg/bodybg_boty.jpg); }
body#fifa 		{ background-image: url(/pub/images/structure/bg/bodybg_fifa.jpg); }
body#challenge 	{ background-image: url(/pub/images/structure/bg/bodybg_challenge.jpg); }
body#expo 	{ background-image: url(/pub/images/structure/bg/bodybg_expo.jpg); }
body#home 	{ background-image: url(/pub/images/structure/bg/bodybg_home.jpg); }
body#cyber 	{ background-image: url(/pub/images/structure/bg/bodybg_cyber.jpg); }

label {
	display: block;
	width: 30%;
}

input, textarea {
	margin: 5px 0 20px 0;
	width: 300px;
	font-size: 1.2em;
}

.submit {
	width: 150px;
}

legend {
	font-size: 1.5em;
	padding-bottom: 20px;
}

#wrapperMain {
	position: relative;
	margin-left: 100px;
	width: 640px;
	text-align: left;
}

#header {
	height: 95px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 620px;
	width: 130px;
	height: 95px;
	background: url(/pub/images/structure/sixsteplogo.gif) no-repeat 0 0;
}

#header h1 a {
	display: block;
	width: 130px;
	height: 95px;
	text-indent: -200em;
}

#wrapperStage {
	position: relative;
	padding-bottom: 1em;
	background-color: #ede9d3;
	min-height: 650px;
	z-index: 2;
}

#teaser {
	background-color: #333;
	height: 360px;
	margin-bottom: 1.5em;
	overflow: hidden;
}

#stage {
}

#sidebarLeft {
	float: left;
	margin-left: 20px;
	width: 180px;
	border-top: 1px solid #ede9d3;
}

#content {
	float: left;
	margin-left: 30px;
	width: 380px;
}

#content img {
	display: block;
	padding: 1px;
	margin: 5px 5px 5px 0;
	border: 1px solid #555341;
	background: #fff;
}

#content a {
	color: #703917;
}

#content a:hover, #content a:focus {
	color: #703917;
	text-decoration: underline;
}

#content legend	{
	font-size: 1.2em;
	padding: 1em 1em 1em 0;
}


/* Sidebar Right
************************************************/

#sidebarRight {
	position: absolute;
	top: 330px;
	left: 640px;
	z-index: -1;
}

#sidebarRight a{
	color: #555341;
}

#sidebarRight a:hover, #sidebarRight a:focus {
	color: #555341;
	text-decoration: underline;
}

#sidebarRightShadow {
	position: absolute;
	top: 30px;
	left: 0;
	background: url(/pub/images/structure/sbrShadow.png) repeat-y 0 0;
	width: 20px;
	height: 100%;
	z-index: 2;
}

#sidebarRightToggle {
	width: 30px;
	height: 30px;
	background-color: #000;
	overflow: hidden;
}

#sidebarRightToggle a {
	display: block;
	width: 30px;
	height: 30px;
	color: #ffd400;
	background: url(/pub/images/structure/bgnewsbutton.jpg) no-repeat 0 0;
}

#sidebarRightContent {
	float: left;
	background: #b8baa0;
	width: 190px;
	min-height: 170px;
	overflow: hidden;
	display: none;
	padding: 10px 10px 10px 20px;
}

#sidebarRight h2 {
	padding: 10px 2px 15px 20px;
	color: #555341;
}

#sidebarRight p {
	padding: 0 0 20px 20px;
	color: #fff;
}

#sidebarRight img {
	display: block;
	padding: 1px;
	margin: 5px 5px 5px 0;
	border: 1px solid #555341;
	background: #fff;
}

/* Footer
************************************************/

#footer {
	color: #ede9d3;
	font-size: 70%;
	text-align: right;
	padding: 0 0 2em 0;
	line-height: 110%;
}

#footerAddress {
	float: left;
	margin-left: 168px;
}

#footerAddress span#footerAddressA, #footerAddress span#footerAddressB {
	display: block;
	float: left;
	width: 155px;
	border-right: 1px solid #ede9d3;
	padding-top: 20px;
	padding-right: 10px;
}

#footerAddress a {
	color: #ede9d3;
}

#footerLogos {
	float: right;
	min-width: 140px;
	padding-top: 20px;
}

