body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	margin: 12px 12px 0px 25px;
	background: white url('WW_Background_1.jpg') no-repeat scroll top right; 
}

a, a:link { text-decoration: none; color: #0066CC; }
a:visited { color: #004499; }
a:hover { text-decoration: underline; color: #666688; }

p, li {
	margin-left: 1em;
}

h1, h2, h3 {
	clear: both;
	font-family: Palatino, Georgia, Verdana, Arial, Helvetica, sans-serif;
}

.head h1 {
	color: #442211;
	margin-right: 170px;
}

.head p {
	margin-right: 80px;
}

h2 {
	color: #444444;
	background: #dedede;
	padding-left: .2em;
}

h3 {
	color: #663322;
	border-bottom: 1px solid #999999;
}

.img-right {
	float: right;
	background: #dedede;
	margin: 0px 6px 12px 12px;
	padding: .2em;
	text-align: right;
}
.img-right small {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: .2em;
	padding-top: .2em;
}


.bottom {
	height: 80px;
	background: white url('WW_Background_Bottom.gif') no-repeat scroll bottom center; 
}

