body, html
{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-family: Arial;
}

body
{
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	background-position: top left;
}

img
{
	border: 0;
	vertical-align: top;
}

h1 { font-size: 26px; font-weight: normal; display: inline; }
h2 { font-size: 16px; font-weight: bold; }

a { color: #FFF; text-decoration: underline; }

#wrap
{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 121px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content
{
	background-color: #FF6500;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#title
{
	padding: 12px;
	font-size: 26px;
	text-align: center;
	background-image: url(../images/bg-title.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#content-left
{
	width: 450px;
	padding: 15px 15px 15px 60px;
	float: left;
}

#content-right
{
	width: 350px;
	padding: 15px 15px 0px 15px;
	float: right;
}

#content-bottom
{
	clear: both;
	height: 20px;
	background-image: url(../images/bg-content-bottom.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#footer
{
	height: 121px;
	text-align: center;
	padding-top: 80px;
	color: #000;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#footer a { color: #FF6500; }

.tribe-logo { margin-left: 370px; }