/* CSS Document */

.hide{
	display:none;
}

#shell{
	position:relative;
	width:804px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	background:#FFFFFF;
	/*border: 1px solid #000000;*/
}

#header{
	position:relative;
	left:0px;
	top:0px;
}

#red{
	background:#8F181E;
/*	position:absolute;
	left:0px;
	top:0px;*/
	height:28px;
	width:804px;	
}

#header_area{
	position:absolute;
	top: 278px;
	width: 800px;
	height:48px;
}

#wrapper {
/* background: url(images/bckgrd.jpg);*/
 margin-bottom: 0px;
/* overflow: auto; *//* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}


#left_column{
	display:inline;
	float:left;
	width:201px;
	margin-top:101px;
	margin-left:20px;
	background-image: url(images/left_box.jpg);
	background-repeat: no-repeat;
}

#center_column {
	display:inline;	
	float:left;	
	width:385px;
	margin-top:101px;
	position:relative;	
	margin-left:18px;
	padding-right:15px;
}
	
#right_column {
	display:inline;
	float:right;
	width:135px;
	position:relative;
	margin-top:101px;
	padding-right:20px;
}

#left_column_interior{
	display:inline;
	float:left;
	width:201px;
	margin-top:25px;
	margin-left:20px;

}


#center_column_interior {
	display:inline;	
	float:left;	
	width:520px;
	margin-top:25px;
	position:relative;	
	margin-left:18px;
	padding-right:15px;
}
	
#right_column_interior {
	display:inline;
	float:right;
	width:5px;
	position:relative;
	margin-top:25px;
}

#footer_a{
	clear:both;
	height:18px;
}	

#footer_b{
	clear:both;
	text-align:center;
	line-height: 20px;
	background-color: #fff;
	background-image: url(images/grey_line.jpg);
	background-repeat: repeat-y;	

/*	margin-top:25px;*/
}
#footer_c{
	text-align:center;
	line-height:20px;
}

#orange_box{
	width:195px;
	height:40px;

	background:#E2AD3B;
}

#white_area{
	width:195px;
	height:22px;

}

