﻿/* CSS layout */
body {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#masthead {
	height: 70px;
	background-color: #FDECF3;
}
#top_nav {
	height: 1px;
	background-color: #FDECF3;
}
#pagecontainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 815px;
	height: 500px;
}
#pagecontainerBuzz {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 815px;
	height: 100%;
	background-color: #FDECF3;
}
#container {
	width: 815px;
	height: 100%;
	background-color: #FDECF3;
}
#left_col {
	width: 280px;
	background-color: #FDECF3;
	position: absolute;
	float: left;
	text-align: right;
}
#page_content {
	text-align: left;
	width: 535px;
	float: right;
}
#page_contentBuzz {
	height: 800px;
}
#footer {
	height: 37px;
	background-repeat: no-repeat;
	background-image: url('images/page/footer.gif');
	clear: both;
	background-color:white;
}
#footertext p {
	font-size: small;
	color: #808080;
	background-color:white;
}
p {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
h1 {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: large;
	font-weight: bold;
	text-align: left;
	padding-top: 14px;
}
img {
	border-width: 0px;
}
#links {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FF00FF;
	font-size: small;
	margin-left: 175px;
	margin-top: 10px;
}
#links a {
	font-weight: bold;
	text-decoration: none;
	color: #FF00FF;
}
#links a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF00FF;
}
a:active {
	text-decoration: underline;
	color: #808080;
}
#links a:hover {
	text-decoration: underline;
	color: #808080;
}
