body{background-color: #D2BDD2;
	color: inherit;}

.outershell {background-color: #D2BDD2;
	color: inherit;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;}

.headernav{background-image: url(../assets/Image/commercial_header.jpg);
	width: 778px;
	height: 213px;
	background-color: #ffffff;
	color: inherit;
	margin-top: 0px;
	margin-left: 70px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}

.content{background-color: #ffffff;
	color: inherit;
	width: 778px;
	
	margin-left: 70px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;}

.footer{color: #000000;
	background-color: #E4E4E4;
	margin-left: 70px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 6px #800080;
	width: 753px;
	padding-left: 25px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: bold;
	clear:both;
}

.content img{
	border: solid 1px #800080;
}

a{font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color:#800080;}

a:hover {font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	
	text-decoration: none;
	color:#D2BDD2;}


