body {
	padding: 10px 0 20px 0;
	color: #333;
	background: #cdd0d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4;
}

.strapline {
	margin-bottom: 25px;
	color: #000;
	font-size: 26px;
}

.red {
	color: #cc071e;
}

.clear {
	clear: both;
}

h1 {
	margin-bottom: 10px;
	color: #d20040;
	font-size: 46px;
	font-weight: bold;
}

h2 {
	color: #cc071e;
	font-size: 40px;
	font-weight: bold;
}

h3 {
	color: #cc071e;
	font-size: 26px;
	font-weight: normal;
}

p {
	margin-bottom: 15px;
	color: #000;
	font-size: 16px;
}

a {
	color: #cc071e;
}

a:hover, a:focus {
	color: #b50031;
	text-decoration: none;
}

label {
	color: #cc071e;
	cursor: pointer;
	font-size: 16px;
}

#snail {
	margin: 10px 0 0 187px;
}


/*    Structure    */

#centered {
	margin: 0 auto;
	width: 980px;
	background: #fff;
	text-align: left;
}

#header {
	height: 110px;
	background: url(common/header.gif) no-repeat;
}

#divide {
	padding-left: 480px;
	height: 27px;
	background: url(common/bg_topmenu.gif) repeat-x;
	color: #555; /* cc071e */
	font-size: 14px;
	line-height: 27px;
	text-align:right;
	padding-right:50px;
}

#main .left {
	width: 455px;
	float: left;
}

#main .right {
	margin-right: 50px;
	width: 450px;
	float: right;
}

#footer {
	height: 30px;
	background: url(common/footer.gif) no-repeat bottom;
	text-align:center;
	padding-top:7px;
	color:white;
}

#footer A {
	MARGIN: 0px 5px; COLOR: white; LINE-HEIGHT: 17px; TEXT-DECORATION: none
}
#footer A:hover {
	COLOR: #e89693; TEXT-DECORATION: none
}
#footer SPAN {
	FONT-WEIGHT: bold; COLOR: yellow; MARGIN-RIGHT: 30px
}


/*    Left    */

.image img {
	margin: 30px auto;
	display: block;
}

#exit-advert{
	margin:10px 20px 0px 20px;	
	padding-bottom:15px;
	background-image:url(seasons-of-giving-image.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#exit-advert h3{
	margin-bottom:10px;
}
#exit-advert p{
	color:black;
	font-size:95%;
}
#exit-advert p.nomargin{
	margin-bottom:0px;
}
#exit-advert a{
	text-decoration:underline;	
}

#exit-advert a:hover{
	text-decoration:none;	
}
/*    Right    */

.vote {
	background: url(common/box-repeat.png) repeat-y;
}

.vote .top {
	height: 15px;
	background: url(common/box-top.png) no-repeat;
}

.vote .bottom {
	height: 15px;
	background: url(common/box-bottom.png) no-repeat;
}

.vote-left {
	margin-left: 30px;
	width: 120px;
	float: left;
}

.vote-right {
	margin: 7px 20px 0 0;
	width: 274px;
	float: right;
}

.vote p {
	color: #cc071e;
}

.vote-checkbox {
	padding: 0 20px 0 5px;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}

.vote form {
	margin-bottom: 9px;
}
strong{
	font-weight:bold;	
}