.PageIndent {
	width: auto;
	margin: 0 10px 0 10px;
}

#PageHeaderBar {
	background: url('../images/header.jpg') #A82C3B;
	height: 60px;
}

#PageTabBar {
	background: #651B24;
}

#Logo {
	position: relative;
	top: 10px;
	width: 191px;
	height: 35px;
}

A.Tab {
	color: white;
	background: #982835;	
}

A:hover.Tab {
	color: white;
	background: #0080C0;	
}

A.SelectedTab {
	background: #CB3547;	
}