﻿body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#Main
{
	padding: 30px;
	float: left;
	vertical-align: top;
	width: 600px;
}
#Cover
{
	width: 640px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-image: url('images/bg.png');
	background-repeat: repeat-y;

}
#Footer
{
	text-align: center;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;

}

h4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;

}
.Quote
{
	font-style: italic;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-family: Arial;
	font-size: 16px;
}
.Referer
{
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 0em;
	word-spacing: 0em;
}
.last_update
{
	font-size: x-small;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #000000;
}