body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgTile.gif);
	background-repeat: repeat-x;
	background-color: #fff0fc;
	font: .8em "Helvetica";
	color: #4f7f49;
	}
	
#shell {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 619px;
	height: 100%;
	background-color: #fafaff;
	background-image: url(../images/shellBG.jpg);
	}
	
	#shell object {
		position: relative;
		left: 2px;
		top: -5px;
		}
	
#left {
	position: relative;
	top: -10px;
	width: 375px;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	}
	
	#left a {
		text-decoration: none;
		color: #4786b3;
		}
	
	#left a:hover {
		font-weight: bolder;
		}
	
	#left p {
		margin: 0px;
		margin-left: 0px;
		padding: 0px;
		padding-left: 20px;
		}
		
	#left img#divider {
		margin-left: 60px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
	#left img.header {
		margin-left: -20px;
		}
		
	#left dl {
		margin-left: 30px;
		}

/* ======================================================= */

#right {
	position: absolute;
	width: 140px;
	top: 254px;
	right: 25px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
	
	#right img {
		border: none;
		}
		
	#right ul li img a {
		padding: 0px;
		margin: 0px;
		}
	


/* ======================================================= */

#footer {
	text-decoration: none;
	color: #4f7f49;
	text-align: center;
	font-size: .8em;
	}
	
	#footer a {
		text-decoration: none;
		color: #4f7f49;
		}
	#footer a:hover {
		color: #bf60a7;
		font-weight: bolder;
		border-bottom: 1px dotted #bf60a7;
		}
		
	#footer span#vince a {
		color: #4786b3;
		}
		
	#footer span#vince a:hover {
		border: none;
		}
	
	
	
	
	
	
	
	
	
	
	