body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #CCCCCC;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #A20E00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
a:active {
	color: #000000;
	background-color: #CC0000;
}


a {
	outline: none;
}
h1 {
	font-family: Impact, Charcoal, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: .2em;
	width: 300px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: -1px;
	margin-left: -10px;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #996600;
	text-transform: capitalize;
	font-weight: normal;
}

#BlogContainer {
	position: absolute;
	z-index: 1;
	margin-top: 210px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 100%;
}
#HSGirl {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	z-index: 20;
	position: absolute;
	width: 100%;
	text-align: center;
}
.CenterContent {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 2px solid #999999;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 30px;
}
address {
	font-size: 0.6em;
	text-align: right;
	font-style: normal;
	text-transform: lowercase;
	color: #999999;
}

