* { margin: 0; padding: 0; } 
img { border: 0; }
a { outline: 0; }

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(/img/background.gif) repeat-x top left;
}

#container {
	position: relative;
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: transparent url(/img/masthead.gif) no-repeat top left;
}

#debugHeader {
}

#header{
	width: 980px;
	height: 80px;
}

#flashMessage {
	position: absolute;
	top: 26px;
	left: 350px;
}

#linkToHome {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 350px;
	height: 75px;
}

#stage {
	width: 900px;
	padding: 0px 40px 0px 40px;
	background: transparent url(/img/content_background.gif) repeat-y top left;
}

#content {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}

#footer {
	clear: both;
	width: 980px;
	height: 33px;
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 0px 0px;
	background: #ffffff url(/img/footer_background.gif) no-repeat top left;
}

#navBar {
	margin: 1px 0px 0px 0px;
	width: 980px;
	height: 44px;
	background: #ffffff url(/img/menu_background.gif) no-repeat top left;
}

#navBar li {
	/*	display: inline; */
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 21px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navBar li.last {
	float: right;
	margin: 0px 0px 0px 21px;
}

#navBar li a:hover, #navBar li.selected a {
	background-position: top right;
}

#sidebar {
	float: right;
	width: 240px;
	padding: 0px 0px 20px 0px;
}


div.columnFull {
	float: left;
	width: 100%;;
	overflow: auto;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

div.columnEdit {
	width: 640px;
	float: left;
	overflow: auto;
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

div.columnMain {
	float: left;
	clear: both;
	width: 600px;
}

div.columnMainLeft {
	float: left;
	clear: both;
	width: 360px;
}

div.columnMainRight {
	float: right;
	width: 360px;
}

div.columnBlock {
	float: left;
	width: 100%;
	overflow: auto;
	padding: 0px 0px 10px 0px;
	/* border-bottom: 1px dotted #ccc; */
}

div.borderedBlock {
	float: left;
	width: 420px;
	clear: both;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	background: #fff;
}

#formColumns {
	clear: both;
	float: left;
	width: 940px;
	padding: 0px 0px 20px 0px;
}

#formColumnRight {
	float: right;
	width: 272px;
}

div.post {
	/* border-bottom: 1px solid #ccc; */
	overflow: auto;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

