.container {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 0px;
	width: 700px;
	text-align: left;
}
.header {
	width: 700px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: 236px;
}
.body {
	width: 670px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	top: -5px;
	position: relative;
}
.menu {
	width: 400px;
	position: relative;
	left: 272px;
	top: 28px;
	text-align: right;
	
	
}
.menulink {
	font-size: 18px;
	padding: 4px;
}

.menulink a{
	background-color: #333333;
	color: #D3C59E;
	text-decoration: none;
	padding: 1px 4px;
	margin: 1px;
	filter: Alpha(Opacity=80);
}
.menulink a:hover{
	text-decoration: none;
	background-color: #DCD193;
	color: #333333;
}

.loading {
	color: #818181;
	background-color: #E9DEB0;
	margin: 5px;
	padding: 5px;
	position: absolute;
	visibility: hidden;
}
.homelink {
	position: absolute;
	width: 246px;
	height: 150px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
.footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.countdown {
	position: absolute;
	width: 400px;
	top: 190px;
	margin-left: 42px;
	color: #DDD099;
	font-weight: bold;
}

.day {
	font-weight:bold;
}
.dos {
	margin-left:15px;
}


.announce {
	border:solid 2px #CC0000;
	padding: 15px;
	background-color:#FFF2EF;
	width:410px;
	
}


/* --- FORM ------------------------------- */

.validation-advice {

  color:red;
  font-weight:bold;
  padding: 1px 4px 4px 0px;

}

#promise-donate div{
  padding-bottom:5px;

}