*{ margin:0px; padding:0px;}
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	}
.WhatisOneBox{
	background:url(../backgroundImg/WhatisOne.jpg) no-repeat top center;
	background-color:#141412;
	}
.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;
	top: 0;
	border: 1px solid #463d28; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#7d6340;
	width: 200px;
	visibility: hidden;
	}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #463d28; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	color:#ffe8ce
	}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #9b7747;
	color:#fff
	}	
	
.Footer{
	text-align:right;
	position:absolute;
	margin-left:600px;
	color:#666a6a;
	margin-top:200px;
	}	
/*---------------------*/
	
.Container{
	width:700px;
	padding-left:20px;
	color:#fff
	}
.WhatisOneLeft{
	width:310px;
	height:445px;
	float:left;
	}
	
/*WhatisOneRight*/
.WhatisOneRight{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:10px;
	margin-left:30px;
	height:445px;
	width:345px;
	float:left;
	overflow-y:auto;
	scrollbar-face-color: #49441e; 
	scrollbar-shadow-color: #969167; 
	scrollbar-highlight-color: #49441e; 
	scrollbar-3dlight-color: #969167; 
	scrollbar-darkshadow-color: #49441e; 
	scrollbar-track-color: #2a270c; 
	scrollbar-arrow-color: #CCCCCC;
	}
.WhatisOneRight p{
	margin-bottom:10px;
	text-align:left;
	}
.WhatisOneRight a{
	color:#f1be6d;
	text-decoration:none;
	}
