/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}
#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;

}
/* end hide */
* {
	margin:0;
	padding:0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #e8e5d4;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:70%;
}
#error {
	width:600px;
	margin:100px auto 0;
}
img {
	padding-bottom:15px;
}
h1{
	padding-top:15px;
	padding-bottom:15px;
	font-size:2em;
}
	h1 span{
		display:block;
		font-weight:normal;
		font-size:0.5em;
	}
hr{
	margin:20px 0;
	height:1px;
	border:none;
	background-color:#666;
	color:#666;
}
p{
	margin-top:10px;
}
p.description{
	padding-bottom:0.5em;
	font-size:0.8em;
	color:#666;
	line-height:150%;
}

a, a:visited {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

a:hover {
	text-decoration:none;
	border-bottom:none;
	color:#000;
}