body {
	/*background: url(bg-3.png) repeat-x;*/
	background-color: #233c0e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	}

a:link, a:active, a:visited { text-decoration: underline; color: #0e4f78; }
a:hover, a:focus { text-decoration: underline; color: #7a81b5; }
a.external {
	background: transparent url(external.png) no-repeat scroll right center;
	padding-right: 13px;
	}

.content {
	background: url(bg-4.png) repeat-x;
	background-color: #43761c;
	border: 1px solid #339966;
	color: #1f2211;
	margin: 20px auto;
	padding: 10px 20px;
	position: relative;
	width: 800px;
	}

.content p {
	clear: both;
	margin-top: 1em;
	text-align: justify;
	}

.clear {
	clear: both;
	}

#header {
	background-color: #88dd88;
	background-image: url(merrychristmas.png);
	background-repeat: no-repeat;
	clear: both;
	height: 153px;
	margin-top: 30px;
	width: 818px;
	text-indent: -5000px;
	}
	#header.merrychristmas {
		background: url(merrychristmas.png) 0 15px no-repeat;
		}
	#header.happyhanukkah {
		background: url(happyhanukkah.png) 0 0 no-repeat;
		}
	#header.ukrainianchristmas {
		background: url(ukrainianchristmas.png) 0px 15px no-repeat;
		}

ul.links {
	float: right;
	font-size: 0.7em;
	}
ul.links li {
	display: inline;
	margin: 0 10px 0 0;
	}

ul.icons {
	display: block;
	float: left;
	height: 25px;
	}

ul.icons li {
	display: block;
	float: left;
	height: 32px;
	margin: 0 10px 0 0;
	cursor: pointer;
	text-indent: -5000px;
	width: 32px;
	}
	ul.icons li span {
		/*background-image: url(button-off.png);*/
		border: 2px outset #77b10d;
		display: block;
		height: 30px;
		width: 30px;
		}
	ul.icons li.merrychristmas {
		background: url(christmastree.png) 50% 50% no-repeat;
		}
	ul.icons li.happyhanukkah {
		background: url(menorah.png) 50% 50% no-repeat;
		}
	ul.icons li.ukrainianchristmas {
		background: url(ukraineflag_small.png) 50% 50% no-repeat;
		}
	ul.icons li.toggle-snow {
		background: url(snowshower.png) 50% 50% no-repeat;
		}

img {
	margin: 10px 10px 5px 10px;
	}
	img.left {
		float: left;
		}
	img.right {
		float: right;
		}

