body {
	font-family: Arial;
	margin: auto;
	background: url(/modx/assets/templates/bit/images/bg-repeat.png) repeat;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
#seo-titles h1 {
font-size: 1px;
}
#page {
	background: url(/modx/assets/templates/bit/images/site-frame.png) no-repeat;
	height: 780px;
	width: 1024px;
	padding-top: 80px;
	padding-left: 100px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: auto;
}
#page-splash {
	background: url(/modx/assets/templates/bit/images/site-frame-splash.png) no-repeat;
	height: 780px;
	width: 1024px;
	padding-top: 80px;
	padding-left: 100px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: auto;
}


#container {
	width: 820px;
}

#header {
	height: 90px;
}
#header #right {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
#header #right #links {
	padding-bottom: 5px;
}
#header #right #links a {
	font-size: 11px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

#col-splash { 
padding-top: 100px;
}

#content {
	float: right;
	width: 562px;
	font-size: 12px;
}

#content #content-layout {
	padding: 10px;
	padding-left: 0px;
}
#content #content-layout .post {
	border: 5px solid #dedede;
	overflow-y: auto;
	height: 525px;
	padding-left: 10px;
	padding-right: 10px;
}
#content #content-layout .post-splash {
	height: 280px;
	border: 5px solid #dedede;
	overflow-y: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#content #content-layout .B_crumbBox {
	font-size: 10px;
}


#sidebar {
	float: left;
	width: 258px;
}
#sidebar #sidebar-layout {
	padding-top: 10px;
}

#sidebar-layout a img { border: none; }

#footer {
	margin: auto;
}
#footer p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}

.clear { clear: both; height: 0px; }

.ltblue { color: #00aeef; }
.orange { color: #faa61c; }
.navyblue { color: #2d3691; }
.ltblue-bg { background: #00aeef; }
.orange-bg { background: #faa61c; }
.navyblue-bg { background: #2d3691; }
.ltblue-bdr { border: 1px solid #00aeef; }
.orange-bdr { border: 1px solid #faa61c; }
.navyblue-bdr { border: 1px solid #2d3691; }
