#BlogContent {
	padding: 10px;
	min-height: 700px;
}
#TallContent {
	padding: 10px;
	min-height: 700px;
}
#Container {
	height:100%;
}
#contentWrapper {
	background:#FFFFFF none repeat scroll 0 0;
	margin-top:12px;
	margin-bottom:12px;
	position:relative;
	width:750px;
}
.WidgetHolder{
	margin-bottom:20px;
}
	.NavHeader, .NavBody, .NavFooter{
		width:115px;
		margin-left:84px;
	}
	.WidgetHeader, .NavHeader{
		background: #462d23 url(../images/widget.png) no-repeat scroll left top;
		min-height:10px;
	}
	.WidgetBody, .NavBody{
		background: #462d23;
		border-left:1px solid #99BEC4;
		padding-bottom:1px;
	}
	.WidgetFooter, .NavFooter{
		background: #462d23 url(../images/widget.png) no-repeat scroll left bottom;
		height:10px;
	}
	
#Form_BlogEntryForm .middleColumn{
	width:700px;
}
/* INPUT BOXS
---------------------------------------- */

#Form_BlogEntryForm input.text, #Form_BlogEntryForm select {
	background:transparent url(../images/blog1Row.gif) no-repeat scroll 50% 50%;
	/*border:1px none #A7A7A7;
	color:#4E3227;
	font-size:1.1em;
	font-weight:bold;
	line-height:2em;
	padding:6px 3px;*/
	width:695px;
}

#Form_BlogEntryForm textarea {
	font-family: Verdana, Tahoma, sans-serif;
	background:transparent url(../images/blog10Row.gif) no-repeat scroll 50% 50%;
	/*border:1px none #A7A7A7;
	color:#4E3227;
	font-size:1.1em;
	font-weight:bold;
	line-height:2em;
	padding:6px 3px;*/
	line-height:1.42em;
	width:695px;
}
#Form_BlogEntryForm input:focus span, #Form_BlogEntryForm textarea:focus span {
	/*border: 3px solid #000;*/
}
