body {
	font: small Verdana, Geneva, sans-serif;
	background: #999 url(images/global/alephbg.jpg) repeat-y 0 0;
}

#header {
	background-color: gray;
	text-align: center;
	margin: -8px;
}

#smallheader {
	background-color: gray;
	margin: -8px;
	height: 48px;
}

#content {
	padding: 32px;
}

h1 {
	text-shadow: rgba(0,0,0,0.5) 0 2px 4px;
}

a {
	text-decoration: none;
	color: #848;
}

a:visited {
	text-decoration: none;
	color: #525;
}

a:hover {
	text-decoration: underline;
}