*{ margin:0px; padding:0px;}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	}
.PhotoBox{
	background:url(../backgroundImg/PhotoGallery.jpg) no-repeat top center;
	background-color:#222;
	}
.DonationCont{
	width:760px;
	margin:auto;
	padding-top:140px;
	height:789px;
	}
	
.chromestyle{
	font-weight: bold;
	margin-bottom:60px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul{
	padding: 1px 0;
	margin: 0;
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li a{
	color: #fff;
	margin-right:7px;
	margin-left:6.5px !important;
	margin-left:7px;
	text-decoration: none;
	}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	z-index:1000;
	top: 0;
	border: 1px solid #3a3a3a; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	background-color:#6e6e6e;
	width: 200px;
	visibility: hidden;
	}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #3a3a3a; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	color:#e9e9e9
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color:#e9e9e9
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #878787;
	color:#fff
	}	
	
.VideoFooter{
	text-align:right;
	position:absolute;
	margin-left:350px;
	color:#000;
	margin-top:450px;
	}	
/*---------------------*/
	
.VideoContainer{
	width:733px;
	height:510px;
	color:#fff;
	margin-left:6px;
	position:absolute;
	margin-top:-38px;
	z-index:1;
	background:#000;
	text-align:center;
	padding-top:1px;
	} 
