html {
	margin:0;
	padding:0;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #f05f9b;
}
a:visited {
	text-decoration: none;
	color: #f05f9b;
}
a:hover {
	text-decoration: none;
	color: #f05f9b;
}
a:active {
	text-decoration: none;
	color: #f05f9b;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2f97;
	font-size: 12pt;
	text-transform:uppercase;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2f97;
	font-size: 12pt;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ed2f97;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	font-weight: lighter;
}
p.Contributors {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8pt;
	font-weight: lighter;
}
img {
	border-style: none;
}
img.thumb {
	margin: 4px;	
}

#Marquee {	
	position: absolute;
	z-index: 1;
	height: 680px;
	width: 768px;
	top: 20px;
	left: 50%;
	margin-left: -384px;
}
#Marquee-Left {	
	position: absolute;
	z-index: 0;
	height: 680px;
	width: 50%;
	top: 20px;
	left: 0px;
	background-image:url('images/logo-marquee-left.png');
	background-repeat:repeat-x;
}
#Marquee-Right {	
	position: absolute;
	z-index: 0;
	height: 680px;
	width: 50%;
	top: 20px;
	right: 0px;
	background-image:url('images/logo-marquee-right.png');
	background-repeat:repeat-x;
}
#Center-Frame {
	position:relative;
	top: 700px;
	width: 768px;
	left: 50%;
	margin-left: -384px;
	padding: 0px;
}
#Tagline {
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	color: #fbb06b;
	text-align: center;
	text-transform:uppercase;
	font-size: 12pt;
	font-weight: bolder;
	padding-bottom: 36px;
	padding-top: 2px;
}
#Contributors-Frame {
	float: left;
	width: 200px;
}
#Contributor {
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 2px;
	
}
#Contributor-Logo {
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 12px;
	text-align: center;	
}
#Blog-Frame {
	float: right;
	width: 543px;
	padding-left: 25px;
}
#Blog-Header {
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 8px;
}
#Blog-Post {
	padding-left: 5px;
	padding-bottom: 3px;
}
#Footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}
