	/*
	//Title:        MBUSA STAR TekInfo
	//Version:      1.0
	//Copyright:    Copyright (c) 2002
	//Author:       Chris Cole
	//Company:      Sogeti USA
	//Description:  Layout - 2 Column 
	*/

	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		background-image: url(../images/background.gif);
		background-repeat: repeat;
		background-color: #E1E1E1;
		}
	
	#shell {
     	width:780;
		margin-right:auto;
		margin-left:203px;
		margin-top:15px;
		padding:0px;
		text-align:left;
		background:#E1E1E1;
		border:1px solid #E1E1E1;
		}	

	#leftcontent {
		position: absolute;
		left:2px;
		top:0px;
		width:173px;
		padding:0px;
		background:#E1E1E1;
		border:1px solid #E1E1E1;
		z-index:2;
		}
	
	#sectionimage {
		position: absolute;
		left:15px;
		top:525px;
		width:153px;
		background:#E1E1E1;
		border:1px solid #E1E1E1;
		z-index:2;
		}

	#centercontent {
		padding:0px;
		margin-left:0px;
		margin-top:24px;
		float:left;
		background:#E1E1E1;
   		border:1px solid #E1E1E1;
		z-index:3;
		}

	#navigation {
		width:460px;
		background:#E1E1E1;
		border:1px solid #E1E1E1;
		}
		