body {
	margin: 0px;
	padding: 0px;
/*	font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;*/
	font-family: Garamond, Georgia, "New York", Times, "Times New Roman";
	font-size: 1em;
	color: #000000;
	line-height: 1.5em;
	background-color: #000000;
	height: 100%;
}
html {
	height: 100%;
}
/* Links */
a:link, a:visited {
	color: #EF4223;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
:link img, :visited img {
	border: 0 none inherit;
}

/* Image border */
img {
	border: 0 none !important;
}

.clearBoth {
	clear: both;
	height: 0.01em;
	font-size: 0.01em;
	line-height: 0.01em;
}

p {
	margin: 0em 0em 1.5em 0em;
	padding: 0;
}
hr {
	display: none;
}

h1 {
	margin: 0em 0em 1em 0em;
	padding: 20px 0px 0px 0px;
	font-size: 200%;
	background-color: #EF4223;
}
h2 {
	margin: 0em 0em 0.25em 0em;
	padding: 0;
	font-size: 150%;
}

#whole {
	position: relative;
	width: 970px;
/*	margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	z-index: 1;
}
#intro {
	position: relative;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
}

img#logo {
	position: absolute;
	top:0;
	left: 0;
	width: 250px;
	height: 200px;
	margin: 0;
	display: block;
}

ul#nav {
	position: absolute;
	top: 250px;
	left: 0px;
	margin: 0;
	padding: 20px 0px 20px 0px;
	font-family: Garamond, Georgia, "New York", Times, "Times New Roman";
	font-size: 400%;
	font-weight: bold;
	list-style-type: none;
/*	background: transparent url("img/transblack.png") 0px 0px repeat;*/
	z-index: 100;
}
ul#nav li {
	line-height: 75%;
}
ul#nav li a {
	margin: 0px 30px 0px 30px;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li a#active {
	color: #EF4223;
	text-decoration: none;
}

#page {
	width: 480px;
	_height: 600px;
	min-height: 600px;
	padding: 0px 40px 30px 30px;
	margin: 0px 0px 0px 400px;
	font-size: 150%;
	line-height: 150%;
	color: #FFFFFF;
/*	background: transparent url("img/transblack.png") 0px 0px repeat;*/
}

#home {
	width: 510px;
	_height: 600px;
	min-height: 600px;
	padding: 30px 40px 30px 30px;
	margin: 0px 0px 0px 400px;
	color: #FFFFFF;
}

.imgF {
	border: 1px solid #FFFFFF !important;
}
.imgV {
	width: 240px;
	height: 168px;
	margin: 0px 0px 5px 0px;
	display: block;
}
.imgL {
	width: 240px;
	margin: 0px 0px 10px 0px;
	display: block;
	float: left;
	font-size: 75%;
}
.imgR {
	width: 240px;
	margin: 0px 0px 10px 0px;
	display: block;
	float: right;
	font-size: 75%;
}

/* ex–post additions */

html {
/*	-webkit-text-size-adjust: none; */
	-webkit-overflow-scrolling: touch; /* Native iOS5 inertia scrolling: http://ow.ly/5qmPD */
}

#page h3.works {
	margin-bottom: 0;
}

#page table {
	font-size: 60%;
	line-height: 140%;
	width: 470px;
}

#page table th {
	text-align: right;
}

#page table th,
#page table td {
	vertical-align: top;
}

