body {
	background: #2d2d2d;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Lucida Grande, Verdana, Sans-Serif;
	color: #333333;
}

img {
	border: 0px;
}
.clr { clear: both; }

a:link { color:#690; font-weight: none;}
a:visited { color: #690;} 
a:hover { color: #000;}
a:active { color: #e54625; }

.blueborder { color: #b0d8e0; }
.bluebackground { color: #c5e8ee; }
.babyblue { color: #c1e8ef; }

div#container {
	
	margin: 0px;
	
}

div#pageCenter {
	position: relative;
	left: 50%;
	margin-left: -450px;
	margin-top: 0px;
	padding-top: 0px;
	width: 900px;
	font-size: 1.2em;
}




div#mainPageBoxLower {
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	background: #fff;
	padding: 0px;
	padding-bottom: 10px;
}

.TL { position: absolute; top: 0; left: 0; background: url('../images/upper_left_border1.gif') no-repeat; font-size: 0%; width: 9px; height: 10px; }
.TR { position: absolute; top: 0; right: 0; background: url('../images/upper_right_border1.gif') no-repeat; font-size: 0%; width: 9px; height: 10px; }
.TM { position: absolute; top: 0; right: 0; background: url('../images/top_border1.gif') repeat-x; font-size: 0%; width: 900px; height: 0px; }
.BL { position: absolute; bottom: 0; left: 0; background: url('../images/lower_left_border1.gif') no-repeat; font-size: 0%; width: 9px; height: 10px; }
.BR { position: absolute; bottom: 0; right: 0; background: url('../images/lower_right_border1.gif') no-repeat; font-size: 0%; width: 9px; height: 10px; }

.BM { position: absolute; bottom: 0; left: 0; background: url('../images/brn_bottom_border1.gif') repeat-x; font-size: 0%; width: 900px; height: 0px; }

.featuredTip { position: absolute; top: 0; left: 430px; background: url('images/featuredTip2.gif') repeat-x; font-size: 0%; width: 34px; height: 10px; }



.innerLower {
	margin: 6px;
}



.msgThread {
	float: right;
	width: 660px;
	padding: 0px;
	line-height: 150%;
	
	
}

/* Migrate leftThread to .mainSpace*/
.mainSpace {
	float: right;
	width: 640px;
	padding: 10px;
	line-height: 150%;
	background-color:#fff;
	border-top: 1px solid #E0E0E0;
}

/*.commentTool {
	float: right;
	width: 650px;
	padding: 10px;
	line-height: 150%;
	
}*/


/* use .mainSpace. phase this out*/
.leftThread {
	float: right;
	width: 650px;
	padding: 10px;
	line-height: 150%;
	background-color:#fff;
	border: 1px solid #E0E0E0;
}

/*migrate rightThread to sidebarcolumn*/
.sideBarColumn {
	float: left;
	padding-left: 10px;
	width: 200px;
	
	
}

.rightThread {
	float: left;
	padding: 10px;
	width: 200px;
	background-color:#EFEFEF;
	border: 0px solid #E0E0E0;
	
}

.left { width: 48%; float: left; }
.right { width: 48%; float: right; }

.line{
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
	margin-top: 15px;
}

.linesbtop{
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	
}

