body {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	background-image: url(images/black.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*--- Tags ------------------------------------------------------------------------------------*/	
p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;	
}

h1, h2, h3 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

h1 {
	color: #099;
	font-size: 2em;
}

h2 {
	text-align: left;
}

h3 {
	font-size: 1.6em;
}

h4 {
	text-align: right;
	padding-right: 1.5em;
}

sup, .source {
	font-size: 9px;
}

.source {
	padding-left:30px;
}

img {
	border: none;
}

/*--- Main Content ----------------------------------------------------------------------------*/
#content {
	font-size: 0.95em;
	float: left;
	width: auto;
	background-color: black;
	border: 5px double #667;
	margin-top: 60px;
}