/* Global Resetting */
@import "reset.css";
html {
	background-color: #ffffff;
}
body {
	background-color: #ffffff;
	font-size: 12px;
	/* reset font-sizes to 1em == 10px */
}
/* Layout CSS */
#Heading {	
	background-image: url(../images/top_banner_repeat.jpg);
	height:152px;
}
#Main {
	width:970px;
	margin:0 auto;
}
#Content {
	
}
#Info {
	padding:5px;
}
#Journal {
	padding:5px;
}
#Info {	
	margin: 20px 0 0 0;
}
#Info a {
	color:#000000;
	text-decoration: none;
}
#Info a:hover {
	color:#555555;
}
#Info dl {
}
#Info dt {
	margin:5px 0;
}
#LeftPanel {
	width:240px;
	float:left;
	padding: 3px;
	background-color: #fff;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
	font-size:12px;
}
#LeftPanel div h1 {
	margin-bottom:14px;
	color:#0083C8;
	font-size:14px;
}
#BlogManagement {
	margin-left:10px;
	margin-top:10px;
}
#RightPanel {
	float:right;
	width:680px;
}
#CrossfitLogoImage {
	position:relative;
	left:0px;
	top:-5px;
}
.mainNavigationLinks {
	float:left;
	width:100px;
	height:50px;
	text-align: center;
	position:relative;
	top:10px;
}
.mainNavigationLinks a {
	font-family:sans-serif;
	color:white;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.clearFloats {
	clear:both;
}
#Content {
	margin: 20px 20px;
}
#Layout {
	background-color: #fff;
	margin-top: 15px;
	overflow: auto;
	float:right;
	width:690px;
}
#Footing {
	clear: both;
	background-color: #FFF;
	padding: 5px 20px;
	text-align: right;
	margin-bottom: 20px;
}