HTML, BODY
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
BODY
{
	font: 0.7em/1.25 "Trebuchet, Arial, Helvetica, sans-serif;
	text-align: center;
	

}
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
P, TH, TD, LI, DD, DT, UL, OL, BLOCKQUOTE, Q, ACRONYM, ABBR, A, INPUT, SELECT, TEXTAREA
{
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.2 Trebuchet, Arial, Helvetica, sans-serif;
}
BLOCKQUOTE
{
	margin: 1.25em;
	padding: 1.25em;
}
Q
{
	font-style: italic;
}
ACRONYM, ABBR
{
	cursor: help;
	border-bottom: 1px dashed;
}
SMALL
{
	font-size: 0.85em;
}
BIG
{
	font-size: 1.3em;
}




A, A:link, A:visited, A:active, A:hover
{
	text-decoration: none;
}
IMG
{
	border: none;
}
TABLE
{
	margin: 0;
	padding: 0;
	border: none;
}
LABEL
{
	cursor: pointer;
}
.clear
{
	clear: both;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.textLeft
{
	text-align: left;
}
.textRight
{
	text-align: right;
}
.textCenter
{
	text-align: center;
}
.textJustify
{
	text-align: justify;
}
.blockCenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.noindent
{
	margin-left: 0;
	padding-left: 0;
}
.nomargin
{
	margin: 0;
}
.nopadding
{
	padding: 0;
}
.nobullet
{
	list-style: none;
	list-style-image: none;
}

HTML, BODY, P, TH, TD, LI, DD, DT
{
	font: 11.6pt Trebuchet, Arial, Helvetica, sans-serif;
}
H1, H2, H3, H4, H5, H6
{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
H1
{
	font-size: 2em;
}
H2
{
	font-size: 1.5em;
}
H3
{
	font-size: 1.2em;
}
H4
{
	font-size: 1em;
}
H5
{
	font-size: 0.9em;
}
H6
{
	font-size: 0.8em;
}
A:link
{
	color: #931D11;
}
A:visited
{
	color: #010101;
}
A:hover
{
	color: #32435D;
}
A:active
{
	color: #010101;
}


#wrapper { text-align: left;
width: 840px; margin-right: auto; margin-left: auto; position:
relative;
}


DIV.background
{
	width: 500px;
	height: 900px;
	background: url(grass.jpg) repeat;
	border: 2px solid black;
}
DIV.transbox
{
	width: 800px;
	height: 850px;
	margin: 55px 50px;
	background-color: #FAF7F0;
	border: 1px solid black;
/*for IE*/
	filter: alpha(opacity=80);
/*CSS3 standard*/
	opacity: .8;
}
DIV.transbox P
{
	margin: 50px 40px;
	font-weight: bold;
	color: #000000;
}
