/**************
**OMNIPRESENT**
**************/

html{
	overflow: scroll;
}

body{
	margin: 0px;
}

img{
	border: 0px;
}

a{
	color: #000000;
}
a:hover{
	color: #8c7302;
}

/*********
**layout**
*********/

.toptile{
	background: url('images/troupeelogo_02.gif') repeat-x bottom;
}

.lefttile{
	background: url('images/troupeelogo_07.gif') repeat-y left;
}

.righttile{
	background: url('images/troupeelogo_06.gif') repeat-y left;
	
	padding-bottom: 2px; /* FireFox hack */
	*padding-bottom: 1px; /* IE hack... can no one get it right? ;_; */
}

.bottomtile{
	background: url('images/troupeelogo_11.gif') repeat-x top;
}

.content{
	vertical-align: top;
	background-color: #FBF5DC;
	color: #000000;
	padding: 10px;

	font: 10pt verdana, sans-serif;
}

/*************
**formatting**
*************/

.header{
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 1px solid #000000;
}
.body{
	margin: 10px 50px 50px 50px;		
}