body {
	text-align: center;
	margin: 0px;
	padding: 10px 0 0 0;
}
div#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
div#header {
	background-color: white;
	width: 960px;
	display: table;
}
div#Vertical {
	display: block;
	background-color: white;
	width: 960px;
	margin-top: 20px;
	height: 240px;
}
div#Horizontal {
	display: block;
	background-color: white;
	width: 960px;
	margin-top: 20px;
	height:160px;
}
div#footer {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color:gray;
	text-decoration: none;
	line-height: 40px;
	display: table;
	background-color: white;
	width: 960px;
	margin: 20px 0px;
	height: 30px;
}
div#footer a{
	color:gray;
	text-decoration: none;
	margin: 0px 20px;
}
a img {
	float: left;
	display: block;
	border: none;
	margin: 0px;
	padding: 0px;
}
div#headertext{
	float:inherit;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 20px;
	color:gray;
	text-decoration: none;
	line-height: 40px;
	display: block;
	background-color: white;
	margin-top: 15px;
}
div#headertext a{
	color:gray;
	text-decoration: none;
	margin: 0px 20px;
}
div#headertext a#blog {
	color: #f36;
	font-weight: bold;
}
div#headertext a#blog:hover {
	background: #ffc0cb;
}
div#text1 {
	padding: 0px 50px 0px 300px;
	font-family: Helvetica, tahoma, arial, sans-serif;
	color:#f99;
}
span#fresh {
	font-size: 11px;
	color: gray;
}