﻿/*entire page setup */
#page
{
	width:900px;
	background-color:black;
	float:left;
}
body {
	background-color:black;
	width:900px;
}
#contentxsmall  {
	float:left;
	width:128px;
	text-align:center;
	height:30px;
}
#contentsmall  {
	float:left;
	width:150px;
	text-align:center;
	height:30px;
}
#contentmedium  {
	float:left;
	width:300px;
	text-align:center;
	height:50px;
}
#contentlarge  {
	float:left;
	width:450px;
	text-align:center;
	height:50px;
}
#contentxlarge  {
	float:left;
	width:600px;
	text-align:center;
}
#contentfull  {
	float:left;
	width:900px;
	text-align:center;
	
}
.linkgold {
	color: #FDD017;
	font-family: "Monotype Corsiva";
	font-size:15pt;
	text-decoration:none;
}
.linksilver {
	color: Silver;
	font-family: "Monotype Corsiva";
	font-size:30pt;
	text-decoration:none;
}
h1 {
	color: #FDD017;
	font-family: "Monotype Corsiva";
	font-size:36pt;
	text-decoration:none;
		text-align:center;
font-weight:normal;
}
h2 {
	color:silver;
	text-align:center;
	font-family:Monotype Corsiva;
	font-size:30pt;
	vertical-align:top;
	text-decoration:none;
	font-weight:normal;
}
h3 {
	color:silver;
	text-align:center;
	font-family:Monotype Corsiva;
	font-size:36pt;
	vertical-align:top;
	text-decoration:none;
	font-weight:normal;
}
h4 {
	color: silver;
	font-family: "Monotype Corsiva";
	font-size:18pt;
	text-decoration:none;
		text-align:center;
font-weight:normal;
}
h5 {
	color:#FDD017;
	text-align:center;
	font-family:Monotype Corsiva;
	font-size:18pt;
	vertical-align:top;
	text-decoration:none;
	font-weight:normal;
}
h6 {
	color: silver;
	font-family: "Monotype Corsiva";
	font-size:15pt;
	text-decoration:none;
		text-align:center;
font-weight:normal;
}
.text1 {
	color: silver;
	font-family: "Monotype Corsiva";
	font-size:15pt;
	text-decoration:none;
		text-align:center;
font-weight:normal;

