﻿html, body
{
	height: 100%;
}
body
{
    font-size: 9pt;
    color: Black;
    background: White;
    background-image: url('../Images/bg.jpg');
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,body,dl,dt,dd,form
{
	padding: 0;
    margin: 0;
}
p
{
	margin: 10px 0px 10px 0px;
}
#wraper
{
    font-size: 9pt;
    min-height: 100%;
    background: White;
	padding: 6px 12px 8px 12px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
    margin: 0px auto;
    width: 678px;
    text-align: left;
}
#banner
{
	position: relative;
	height: 179px;
	background-color: White;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
#banner img
{
	margin: 0px auto;
	border: solid 1px Black;
}
#RightSidePanel
{
	float: right;
	width: 150;
}
#RightSidePanel img
{
	border: solid 1px Black;
}
#main
{
	position: relative;
	float: left;
	width: 520px;
	padding: 0px 0px 10px 0px;
}
#nav
{
	font-size: 9pt;
	color: Black;
	height: 25px;
}
#nav a
{
	color: Blue;
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}
#search
{
	min-height: 520px;
}
#results
{
	width: 400px;
	margin-left: 20px;
	font-size: 10pt;
}
.FoundCount
{
	color: #666666;
	font-size: 7pt;
}
#SearchResults
{
	margin-top: 10px;
}
#video
{
	width: 320px;
	margin-left: 60px;
	padding: 5px 0px 5px 0px;
}
#Player
{
	border: solid 1px Black;
}
#download
{
	font-size: 8pt;
	text-align: center;
}
#download a
{
	color: Blue;
	text-decoration: none;
}
#download a:hover
{
	text-decoration: underline;
}
#donate
{
	clear: left;
	float: left;
	width: 300px;
	padding: 15px 0px 0px 0px;
	font-size: 11pt;
	text-align: center;
}
#donors
{
	clear: left;
	float: left;
	width: 300px;
	padding: 15px 0px 10px 0px;
	font-size: 8pt;
	text-align: center;
}
.total
{
	display: inline;
	font-weight: bold;
	color: Red;
}
.name
{
	display: inline;
	font-weight: bold;
}
.charity
{
	display: inline;
	color: Blue;
	font-weight: bold;
}
#foot
{
	clear: both;
	position: relative;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
#notice
{
	color: #333333;
	font-size: 7pt;
}
#social
{
	font-size: 9pt;
	padding: 10px;
}
#social img
{
	vertical-align: top;
}
#credit
{
	color: #666666;
	font-size: 11pt;
	padding-top: 10px;
}
#credit a
{
	color: #666666;
	text-decoration: none;
}
#credit a:hover
{
	text-decoration: underline;
}
#copyright
{
	color: #cccccc;
	font-size: 7pt;
}