body {
	margin: 0px;
	padding: 0px;
	background-color: #6B7598;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x; 
}



#content {
	position: relative;
	width: 770px;
	height: 100%;
	margin: 0px auto;
	background-color: #C7CAD6;
	font: .8em "Helvetica";
	color: #000;
	/*color: #6D6D6D;*/
	}
	
	#content a {
		color: #4C5976;
		text-decoration: none;
		}
		
	#content a:hover {
		color: #DB1C29;
		font-weight: bolder;
		}

	#content .headerPic {
		position: relative;
		width: 760px;
		height: 242px;
		padding: 0px;
		margin: 0px;
		border-left: 5px solid #fff; 
		border-right: 5px solid #fff; 
		border-top: 5px solid #fff; 
		}

	#content .headerPic img {
		border-left: 5px solid #fff; 
		border-right: 5px solid #fff; 
		border-top: 5px solid #fff; 
		padding: 0px;
		margin: 0px;
		}

	#content .headerPic object {
		padding: 0px;
		margin: 0px;
		}

	#content .topBar {
		position: relative;
		height: 30px;
		width: 575px;
		right: -190px;
		text-align: right;
		background-color: #C7CAD6;
		border-bottom: 1px solid #A9ADB8; 
		border-right: 5px solid #fff;
		}
		
	#content .topBar #images {
		padding-right: 10px;
		}
		
	#content .topBar #images img {
		border: none;
		}
		


/* LEFT ################################################## */
#left {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 185px;
	height: 632px;
	background-color: #7983A5;
	background-image: url(../images/navBg.gif);
	background-repeat: no-repeat;
	top: 246px;
	left: 0px;
	border-left: 5px #fff solid;
	border-bottom: 5px #fff solid;
	line-height: 100%;
	}
	
	#left #nav {
		padding-top: 2px;
		padding-left: 2px;
		padding-right: 2px;
		}

	#left #nav img {
		border: none;
		}
		

	


/* MIDDLE ################################################## */

#middle {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 390px;
	height: 600px;
	background-color: #F0F1F5;
	background-image: url(../images/contentSliver.gif);
	background-repeat: repeat-x;
	top: 278px;
	left: 190px;
	border-bottom: 5px #fff solid;
	text-align: justify;
	line-height: 100%;
	}
	
	#middle #divMid2 {
		position: absolute;
		height: 550px;
		width: 2px;
		right: 0px;
		margin-top: 25px;
		background-image: url(../images/divideMid.gif);
		}
	
	#middle #subNav {
		text-align: center;
		margin-top: 5px;
		}
	
	#middle p {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		}
	
	#middle p#start {
		padding-top: 20px;
		}
		
	#middle h3 {
		padding: 0px;
		margin: 0px;
		text-align: center;
		}
	
	#middle h3 span {
		display: none;
		}
		
	#middle h3#header {
		position: relative;
		top: 20px;
		left: 5px;
		height: 64px;
		width: 364px;
		margin-left: 5px;
		background-image: url(../images/headers/overview.gif);
		}
		
	#middle h2 {
		padding: 0px;
		margin: 0px;
		}
	
	#middle h2 span {
		display: none;
		}
	
	#middle h2#location {
		position: relative;
		left: 0px;
		height: 13px;
		width: 135px;
		background-image: url(../images/headers/overview/sub_location.gif);
		margin-top: 0px;
		margin-left: 125px;
		}
		
	#middle h2#shipp {
		height: 13px;
		width: 135px;
		background-image: url(../images/headers/overview/sub_shipping.gif);
		margin-top: 0px;
		margin-left: 125px;
		}
		
	#middle .sepBar1 {
		height: 1px;
		width: 363px;
		padding: 0px;
		margin: 0px;
		background-image: url(../images/sepbar.gif);
		}
		
	#middle .sepBar1 span {
		display: none;
		}
		

/* RIGHT ################################################## */

#right {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 185px;
	height: 600px;
	background-color: #F0F1F5;
	background-image: url(../images/contentSliver.gif);
	background-repeat: repeat-x;
	top: 278px;
	right: 0px;
	border-right: 5px #fff solid;
	border-bottom: 5px #fff solid;
	text-align: right;
	line-height: 100%;
	}
	
	
	#right img {
		margin-top: 5px;
		margin-right: 5px;
		}
	
	#right object {
		position: relative;
		width: 170px;
		height: 104px;
		top: 5px;
		margin-top: 5px;
		margin-right: 5px;
		}
		
	#right a img {
		border: none;
		}
		
	#right p {
		padding: 0px;
		padding-top: 5px;
		margin: 0px;
		text-align: center;
		}
				
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
