body	{
	margin: 0 20px;
	padding: 0 155px;
	min-width: 600px;
      	color: #222;
	background-color: #eee;
      	font-family: "Tempus Sans", "Open Sans", sans-serif
}
#container{
	background-color:#eee;
	float:left;
	width:100%;	
	border-left:155px solid #eee;
	border-right:155px solid #eee;
	margin-left:-155px;
	margin-right:-155px;
	display:inline; /* So IE plays nice */
}
#left	{
	float:left;
	width:150px;
	margin-left:-155px;
	position:relative;
}
#center	{
	float:left;
	width:100%;
	background-color:#eee;
	margin-right:-100%;
}
#right	{
	float:right;
	width:150px;
	margin-right:-155px;
	position:relative;
}
header	{display:block;
	margin-left:-155px;
	margin-right:-155px;
	text-align: center;
	font-size: xx-large;
	font-weight: bolder;
}

aside	{display:block;}

.splash	{display: inline;
	background-color:yellow;
	padding:1em;
	border-radius: 1em;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
        font-size: 1em; font-weight: heavy; color:red}

table	{max-width:80%}
table tr:nth-child(even) { background: #ccc; }
table.centred {margin-left:auto; margin-right:auto;}
TD {font-weight: bold; text-align: left;}

A:link {color: #00f;
        text-decoration: none;}
A:visited {color: #00f;
           text-decoration: none;}
A:hover {color: #222;
         text-decoration: underline;}

audio	{max-width:425px}

p	{font-family: "Tempus Sans", "Open Sans", sans-serif}

h4	{font-family: "Tempus Sans", "Open Sans", sans-serif;}

.quote {font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular, "Sans Serif", sans-serif;
        font-weight: bold;
        font-size: small;}

.faint {font-family: sans-serif;
	font-size: xx-small;
	font-weight: lighter;
	color: gray;}
sub, sup {font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup	{ top: -0.5em; }

sub	{bottom: -0.25em; }

hr	{ color: #444; width: 80%; }

img	{max-width: 100%
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius:5px}
#bottom img { width: 32% }
.justify {text-align: justify;}	
  
footer {text-align: center;}

.centred {text-align: center;}

.right {text-align: right;}

