﻿body {
	width: 800px;
	margin: 10px auto;
	color: #ff9900;
	background-color: #ffffcc;
	font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
}

div#body {
	text-align: center;
	border: 3px outset orange;
	background-color: #ffffcc;
	padding: 0;
	margin: 0 auto;
}

div#header {
	height: 292px;
	background: url(header.jpg) repeat top;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	border-bottom: 3px outset orange;
}

div#content {
	margin:auto;
	padding: 0 20px;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	
	background-color: transparent;
	position: absolute;
	color: #ffc;
	top: 25px;
	z-index: 30;
	opacity: 1;
}

h1#shadow {
	background-color: transparent;
	position: absolute;
	color: #000;
	top: 29px;
	padding-left: 4px;
	z-index: 20;
	opacity: 0.2;
}

h2 {
	text-align: left;
	color:orange;
	font-size: 20px;
	font-style:italic;
}

p {
	font-size: 12pt;
	text-align: justify;
	color: #070;
	background-color: transparent;
	font-style:italic;
}

p.cpyrt img {
	vertical-align: middle;
}

p.large {
	font-size: 16pt;
	font-weight: bold;
}

p.orange {
	font-weight: bold;
	color: #ff9900;
	background-color: transparent;
}

span.im {
	font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif;
}

img {
	border: ridge 4px #ff9900;
}

*.left {
	float:left;
	margin-right: 15px;
}

*.right {
	float:right;
	margin-left: 15px;
}

*.col {
	width: 40%;
}

*.s {
	font-size: 85%;
}

h1 span.s {
	font-size: 75%;
}

*.b {
	font-weight: bold;
}