html, body {
    height: 100%;
	font: normal 100% Georgia, serif;
	line-height: 200%;
	margin:0px auto;
	clear:both;
	text-align: center;
	color: #FFF;
	background:#000;
	position:inherit;
}
a, a:link, a:visited, a:active {
	color:#FFFFFF
}
a:hover {
	color: #FF0000;
}
/*The margin order is top, right, bottom, left*/
.wrapper {
	position: relative;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0px;
	font: normal 100% Georgia, serif;
	line-height: 150%;
}
h1 {
  	margin: 10px 0 10px 0;
  	color: #FFF;
  	font: 225% Georgia, serif;
	text-decoration: underline;
  	padding-bottom: 1.25em;
  	line-height: 150%;
  	text-align:center;
}
h2 {
  	margin: 10px 0 10px 0;
  	color:#FFF;
  	font: 200%  Georgia, serif;
	text-decoration: underline; 
  	line-height: 150%;
  	padding-bottom: 1.25em;
  	text-align:center;
}
h3{
	font: bold 140%  Georgia, serif;
 	color: #FFF;
	line-height: 150%;
	padding-bottom: 1.25em;
	text-align:center;
}
h4{
	margin: 10px 0 10px 0;
  	color:#FFF;
  	font: 130%  Georgia, serif; 
  	line-height: 150%;
  	padding-bottom: 1.25em;
  	text-align:center;
}
h5{
	margin: 10px 0 10px 0;
	font: 120%  Georgia, serif;
	color: #FFF;
	line-height: 150%;
	padding-bottom: 1.25em;
	text-align:center;
}
div{
	text-align:center;
}
ul, li{
	padding-bottom: 1em;
	margin: 0 0 0 .5em;
}
.spacer{
height:30px;
}
.copyright{
	font: 75%  Georgia, serif;
	color: #FFF;
	line-height: 150%;
	padding-bottom: 1em;
	text-align:center;
	vertical-align: bottom;
}
.valiation{
	vertical-align: bottom;
	left:auto;
	text-align:left;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto;}
.clear {clear:both;}
.td img {display: block;}

