@import url(lib/reset.css);
@import url(lib/typography.css);
@import url(lib/forms.css);
@import url(lib/plugins/tabs.css);
/*Page
--------------------------------------------------------------*/
#page
{
	margin: 0 auto;
	width: 952px;
}
/*Header
--------------------------------------------------------------*/
#header
{
	margin-top: 20px;
}
#header .tabs
{
	border-bottom: 1px solid #DDD;
}
#header .tabs LI
{
	margin-right: 1px;
}
#header .tabs A
{
	padding: 5px 15px;
	background: #DDD;
	color: #666;
	text-decoration: none;
}
/*Body
--------------------------------------------------------------*/
#body
{
	margin-top: 20px;
}
#introduction
{
	float: left;
	width: 670px;
	margin-right: 20px;
}
#resources
{
	float: left;
	width: 250px;
}
#resources H3
{
	color: #888;
}
#resources UL, #resources OL
{
	color: #888;
}
#resources UL A
{
	color: #555;
}
#contactpic
{
	width: 248px;
	float: left;
	border: 1px solid #000000;
	height: 495px;
}
.partypic
{
	width: 125px;
	height: 125px;
	float: inherit;
	margin: 19px;
}
.tribpic
{
	height: 125px;
	width: 125px;
	margin-left: 22px;
	padding-top: 20px;
}
#tribtext
{
	border: 3px solid #000000;
	width: 350px;
	/*+placement:shift 238px -426px;*/
	position: relative;
	left: 238px;
	top: -426px;
}
#tribside
{
	width: 248px;
	height: 413px;
	/*+placement:shift 0px 57px;*/
	position: relative;
	left: 0px;
	top: 57px;
}
/*Footer
--------------------------------------------------------------*/
#footer
{
	border-top: 1px solid #EEE;
	margin-top: 20px;
}
#footer .tabs
{
	width: 950px;
	border-top: 3px solid #EEE;
}
#footer .tabs A
{
	padding: 10px 30px 10px 0;
	color: #666;
	text-decoration: none;
}
#footer P.quiet
{
	color: #555;
}
