﻿@import url('Frontier-Basic.css');
@import url('Frontier-Core.css');
.placeholder {
	background: #ddd;
	color: #fff;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 924px; /* = content width (508px) + content margin (20px) + currentNav width (176px) + sidebar width (220px) */
	margin: 0 8px;
	text-align: left;
}
/*
p {
	margin-top: 0;
}*/
#mainBody, #ctl00_mainBody {
	background: url('FauxColumn-Fixed-3Col.png') repeat-y;
}
#mainBody.twoColumnBody, #ctl00_mainBody.twoColumnBody {
	background: url('FauxColumn-Fixed-2Col.png') repeat-y;
}
#header {
	margin-top: 8px;
}
#header .placeholder {
	font-size: 250%;
}
#content, #ctl00_content {
	float: left;
	width: 520px;
	padding-left: 4px;
	padding-right: 4px;
}
#content.twoColumnBody, #ctl00_content.twoColumnBody {
	float: left;
	width: 728px;
	padding-left: 10px;
	padding-right: 10px;
}
#content h2 {
	margin-right: -5px;
}
#sidebar {
	float: left;
	width: 214px;
	margin-left: 5px;
}
#sidebar ul li {
	padding-right: 0;
}
#currentNav {
	float: left;
	width: 176px;
}
#footer {
	clear: both;
	padding-top: 10px;
}
#footer .placeholder {
	font-size: 120%;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix, * html .clearfix * {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

