#outtershell {
	position:relative;
	margin: auto;
	width:100%;
	background-color:#290b13;
	text-align:center;
	height:auto;
	min-height:100% !important;
}
#headershell {
	position:relative;
	margin:auto;
	text-align:center;
	width:100%;
	height:141px;
	background-image:url(../images/head_bg.jpg);
	background-repeat:no-repeat;
	background-position: center;
}

#navshell{
	position:relative;
	padding-top:58px;
	width:814px;
	margin:auto;
	text-align:left;
}
#navigation{
	float:right;
	top:0px;
	margin-right:0px;
	line-height:24px;
}

#midshell { 
	position:relative;
	margin:auto;
	text-align:center;
	width:100%;
	background-color:#18050a;
	height:auto;
}

#innershell{
	position:relative;
	text-align:left;
	margin:auto;
	width:840px;
	height:auto;
	min-height:100% !important;	
}

#designershell{
	float:left;
	top:0px;
	left:0px;
	height:100%;
	width:220px;
	margin-left:20px;
	margin-right:0px;
	background-color:#000;
	background-image: url(../images/designer_bg.gif);
	background-repeat:repeat-y;
}

#contentshell{
	top:0px;
	width:572px;
	height:351px;
	margin-left:241px;
	left:241px;
	/*background-color:#FFF;*/
}
#newsshell{
	position:absolute;
	top:200px;
	left:540px;
	width:280px;
	text-align:left;
	height:120px;
	/*overflow:hidden;
	overflow-y:scroll;*/
}
#calloutshell{
	text-align:left;
	margin:auto;
	width:814px;
	height:85px;
}

div.callout{
	margin-right:2px;
}
/*
.featureImg{
	float:left;
	top:0px;
	margin:0px;
	width:283px;;
	height:351px;
}
*/

.featureImg{
	float:left;
	top:0px;
	margin:0px;
	width:572px;;
	height:351px;
}

.featureText{
	top:0px;
	float:right;
	margin-left:283px;
	/*position:absolute;
	top:400px;
	left:400px;*/
}

