/* hide from ie on mac \*/
html { height: 100%; }
#simpleViewer { height: 92%;}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0 auto;
	background: #333;
	color:#fff;
	font-family: arial, helvetica;
}
p {
	font-size:12px;

}

#menu {
	color:#d22;
	margin-bottom:12px;
	font-size:14px;
}

a { color: #FFF; }
a:hover { text-decoration:none; }

h1 {
	font-size:18px;
	margin-top:18px;
	margin-bottom:14px;
	font-weight:400;
}
h2 {
	font-size:14px;
	margin-top:8px;
	margin-bottom:5px;
}

#container {
	margin: 0 auto 20px auto;
	width:890px;
	height:650px;
}

#contact, h1, #simpleViewer, #home {
	border-bottom:1px solid #666666;	
}

#contact, #home {
	background:#333;
	width:890px;
	margin-top:20px;
	padding-bottom:20px;
}

#home img {
	margin: 25px 0;
	border: 12px solid #fff;
}