* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url('../assets/Image/wio/bg.gif') no-repeat;
	color: #252525;
	font: bold 110% arial, verdana, sans-serif;
	margin-bottom: 15px;
}

h1 a {
	background: url('../assets/Image/wio/working-it-out.gif') no-repeat;
	display: block;
	width: 718px;
	height: 120px;
	float: right;
	margin-top: 23px;
}

h2 {
	background: url('../assets/Image/wio/tomorrows-people.gif') no-repeat;
	width: 226px;
	height: 75px;
	float: right;
	margin: 0 19px 0 0;
	display: inline;
}

h3#aged {
	width: 158px;
	background: url('../assets/Image/wio/aged16-24.gif') no-repeat;
}

h3#interested {
	width: 150px;
	background: url('../assets/Image/wio/interested.gif') no-repeat;
}

h3#helped {
	width: 571px;
	height: 29px;
	background: url('../assets/Image/wio/how-working-it-out-helped.gif') no-repeat;
}

h1 span, h2 span, h3 span {
	display: none;
}

p {
	font-size: 70%;
	margin: 10px 0;
}

address {
	font-size: 70%;
	font-style: normal;
}

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

a:hover, a:active {
	color: #f5831f;
}

#wrap {
	width: 900px;
	overflow: hidden;
	text-align: center;
}

#content {
	overflow: hidden;
	float: right;
	width: 700px;
	margin: 0 0 12px 0;
	position: relative;
}

#content div {
	background: #fff;
	float: left;
	width: 300px;
	margin: 12px;
	padding: 20px 10px;
	border: 3px solid #005c94;
	opacity: .9;
	filter: alpha(opacity=90);
	height: 290px;
	display: inline
}

#content div.b {
	width: 650px;
	height: auto;
	overflow: hidden;
}

#content div.b p {
	margin: 0;
}

#content h3 {
	height: 28px;
	margin: auto;
}

#content h4 {
	font-size: 90%;
	margin: 15px 0;
}

#footer {
	width: 630px;
	background: #fff;
	overflow: hidden;
	clear: both;
	margin: 12px 12px 0 212px;
	padding: 0 20px;
	border: 3px solid #005c94;
	opacity: .9;
	filter: alpha(opacity=90);
	font-size: 90%;
}

#footer h3 {
	margin: 15px 0;
}

#design {
	position: absolute;
	top: 183px;
	left: 118px;
	z-index: 1;
}

#swirls {
	position: absolute;
	top: 290px;
	left: 240px;
}

* html #design, * html #swirls {
	display: none
}


