html, body {
	height: 99%;
}

img {
	behavior: url("/includes/pngbehavior.htc");
}


body {
	background-color: #000000;
	background-image: url(/images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	height: 90%;
    font-family: Arial, Tahoma, Verdana, Arial Narrow, Sans-Serif;
    font-size: 82.0%;
}

h1 {
	font-weight: normal;
	font-size: 1.8em;
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
}

a {
	color: #a81d16;
}

.right {
    text-align: right;
}

.clear {
	clear: both;
}

#bodyWrapper {
	xbackground-color: #009966;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 27px;
}


#logoWrapper {
	height: 145px;
	width: 355px;
	position: relative;
	top: 15px;
	right: 0px;
}
#secondaryWrapper {
	clear: both;
	width: 726px;
	position: relative;
	top: 30px;
	Xbackground-color: #FFCC00;
	min-height: 400px;
	padding-right: 47px;
}


#contentWrapper {
	background-color: #e6d4b2;
	background-image: url(/images/bg_content.jpg);
	width: 575px;
	float: right;
	position: relative;
}
#leftColumnWrapper {
	Xbackground-color: #FF99FF;
	width: 120px;
}
	#leftColumnWrapper a img {
		border: 1px solid #a81d16;
	}

#footerWrapper {
	Xbackground-color: #33FFFF;
	width: 575px;
	float: right;
	margin-bottom: 10px;
}

#flower {
	width: 240px;
	height: 145px;
	xbackground-color:#CCCC00;
	float: right;
	position: absolute;
	top: -40px;
	left: 382px;
	z-index: 10;
}

#print {
	width: 190px;
	height: 345px;
	background-color:#CCCC00;
	float: right;
	position: absolute;
	top: 340px;
	left: 385px;
	z-index: 11;
}

#text {
	width: 330px;
	padding-top: 45px;
	padding-left: 40px;
	Xbackground-color:#CC66FF;
	float: left;
	z-index: 1;
	line-height: 1.5em;
	color: #362d2a;
	min-height: 500px;
}

p.subnav {
	background-color: #fff8d2;
	padding: 10px;
}

.menuTable td {
    background-image: url(/images/bg_td.png);
}