body {
 background-color: #FFFFE4;
 margin: 0;
 padding: 0;
 width: 100%;
 font:  10pt Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, Geneva, sans-serif;
 text-align: center;
 color: #FFFFE4;
}

a {
	color: #FFCCCC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

.none {
	position: absolute;
	top:-10000px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0 0 5px 10px;
	list-style: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

p {
	margin: 0;
}
h1 {
 	font:  18pt Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, Geneva, sans-serif;
	margin: 15px 0 10px 0;
	padding:0;
	color: #ffcccc;
}
h2 {
 	font:  14pt Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, Geneva, sans-serif;
	margin: 15px 0 10px 0;
	padding:0;
	color: #ffcccc;
}

h3 {
 	font:  12pt Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, Geneva, sans-serif;
	margin: 30px 0 10px 0;
	padding:0;
	font-weight: bold;
	color: #ffff99;
}
h4 {
 	font:  10pt Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, Geneva, sans-serif;
	margin: 15px 0 10px 0;
	font-weight: bold;
	color: #ffcccc;
}

#outsidecontainer {
	width: 800px;
    position: relative;
	top: 50px;
	margin: 0 auto;
	padding: 5px;
    text-align: left;
	border: 1px solid;
	border-color: #330808;
	background-color: #FFCCCC;
}

#insidecontainer {
	background-color: #330800;
	width: 100%;
	min-height: 490px;
	background-image:url(img/tree.gif);
	background-repeat: no-repeat;
	background-position: 250px 25px;
}

#flashbg {
	position: absolute;
	top: 25px;
	left: 185px;
	z-index: 0;
	background-color:#330800;
}

#logo {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#logosm {
	position: absolute;
	bottom: 30px;
	right: 60px;
}

#nav ul.nav1{
	position: absolute;
	top: 30px;
	right: 50px;
	font-size: 13pt;
	z-index:30;
}

#nav ul.nav2{
	position: absolute;
	top: 30px;
	LEFT: 30px;
	font-size: 13pt;
	z-index:30;
}

#nav li {
	display: inline;
	background: none;
}

#nav a {
 	color: #FFFFE4;
	text-decoration: underline;
}

#nav a:hover {
	text-decoration: none;
}

img#corner1 {
	position: absolute;
	top:-30px;
	left: -48px;
}

img#corner2 {
	position: absolute;
	top:-48px;
	right: -32px;
}
img#corner3 {
	position: absolute;
		bottom:-30px;
	right: -48px;
}
img#corner4 {
	position: absolute;
	bottom:-47px;
	left: -30px;
}

#frame {
	width: 495px;
	height: 288px;
	position: relative;
	top:75px;
	left: 20px;
	text-align: center;
}

table#imgframe {
	margin: 0 auto 0 auto;
	padding:0;
}
table#imgframe td#frameupperleft{
	background-image: url(img/frame_corner4.gif);
	width: 34px;
	height:31px;
	background-repeat:no-repeat;
}
table#imgframe td#frameupperright{
	background-image: url(img/frame_corner1.gif);
	width: 33px;
	height:31px;
	background-repeat:no-repeat;
}
table#imgframe td#framelowerleft{
	background-image: url(img/frame_corner3.gif);
	width: 34px;
	height:35px;
	background-repeat:no-repeat;
}
table#imgframe td#framelowerright{
	background-image: url(img/frame_corner2.gif);
	width: 33px;
	height:35px;
	background-repeat:no-repeat;
}
table#imgframe td#frametop{
	background-image: url(img/frame_top.gif);
}

table#imgframe td#frameleft{
	background-image: url(img/frame_left.gif);
}

table#imgframe td#frameright{
	background-image: url(img/frame_right.gif);
}

table#imgframe td#framebottom{
	background-image: url(img/frame_bottom.gif);
}

table#imgframe td#framedimg img{
	display: block;
	margin:0;
	padding:0;
}
.alternate {
	position: absolute;
	top:-300px;
}
.clear {
	clear: both;
}
.examplebox{
	float:right;
	width: 110px;
	margin: 0 0 20px 20px;
}
.examplebox img{
	border: 1px solid #ffffe4;
	margin: 0 0 15px 0;
}
