html * {
	padding: 0;
	margin: 0;
}
body {
	font-size: 12px;
	font-family: Helvetica, Ariel, sans-serif;
	z-index: -10;
	/*background: url(../images/backTile.gif) 0 0;*/
	background: #e5eee7 url(../images/background.png) no-repeat 58% 0;
}
p, li {
	font-family: Helvetica, Ariel, sans-serif;
}
ul {
	list-style-type: none;
}
a:link, a:visited {
	color: #999;
	border: 0;
	text-decoration: none;
}
a:hover {
	color: #666;
}

#container {
	position: relative;
	width: 710px;
	margin: 0 auto; 
	/*background: url(../images/symbol.png) no-repeat -298px 0;*/
	/*background: url(../images/background.png) no-repeat -298px 0;*/

}
	
#heading {
	width: 683px;
	color: #333;
}	
#heading h1, #heading h2, #heading h3 { /*This is temporary, the sIFR is coming...*/
	display: none;
}
#heading ul {
	margin: 0 0 0 500px;
	padding: 25px 0 0 0;
}
#heading ul li {
	color: #666;
	width: 205px;
	height: 19px;
}
#heading ul.for li {
	text-align: right;
}

#content {
	color: #666;
	line-height: 20px;
	width: 434px;
}
#content p.first {
	padding: 0 0 47px 91px;
}
#content p {
	padding: 0 78px 28px 91px; 
}

#sidebar {
	color: #999;
	position: absolute;
	left: 488px;
	top: 505px;
	width: 205px;
	font-size: 11px;
	line-height: 16px;
}
#sidebar p {
	padding: 0 0 48px 0;
}
#sidebar p.dark {
	color: #666;
}
#sidebar h4 {
	font-size: 11px;
	color: #666;
}
#sidebar ul {
	padding: 0 0 48px 0;
	color: #666;
}

.hide {
	display: none;
}
.blue {
color: #62839f;
}