#wrapper {
	background-color: #CCC;
	height: 1360px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	color: #000;
}
#header {
	background-color: #999;
	height: 400px;
	width: 900px;
}
#links {
	background-color: #FFF;
	height: 55px;
	width: 920px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
#maincontent {
	background-color: #FFF;
	height: 880px;
	width: 595px;
	float: left;
	margin-top: 0px;
	font-size: 18px;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	font-family: "franklin gothic book";
}
#rightdiv {
	background-color: #CCC;
	height: 870px;
	width: 225px;
	float: right;
	font-weight: bolder;
	text-align: left;
	font-size: 11px;
	white-space: normal;
	vertical-align: text-top;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}
#links {
	background-color: #FFF;
	height: 45px;
	width: 920px;
	float: right;
	padding-top: 20px;
	font-size: 24px;
	font-family: Garamond, "Franklin Gothic Book";
	text-transform: uppercase;
	word-spacing: 0.3em;
}
strong {
	font-family: Garamond, "Franklin Gothic Book";
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}
#bottomdiv {
	background-color: #FFF;
	height: 85px;
	width: 920px;
	font-size: 10px;
	font-weight: normal;
	font-family: "franklin gothic book";
	float: right;
}


a:hover,a:active
{
	background-color:#999;
}h1 {
	font-family: Garamond, "Franklin Gothic Book";
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-size: 24px;
	color: #000;
}
h2 {
	font-family: Garamond, "Franklin Gothic Book";
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
h3 {
	font-size: 30px;
	text-align: center;
	font-family: Garamond, "Franklin Gothic Book";
	font-weight: bolder;
	font-style: normal;
}
h4 {
	font-family: Garamond, "Franklin Gothic Book";
	font-size: 13px;
	text-decoration: underline;
}
h5 {
	font-family: Garamond, "Franklin Gothic Book";
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
}
h6 {
	font-size: 20px;
	font-weight: bolder;
	font-family: Garamond, "Franklin Gothic Book";
}

