@charset "UTF-8";
#sidebox {
	height: 100%;
	align:center;
	text-transform: lowercase;
	width: 20%;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCC;
	font-style: oblique;
	line-height: 1.7em;
	font-weight: lighter;
	text-decoration: none;
	position: fixed;
	left: 0px;
	/* [disabled]right: auto; */
	border-left-style: none;
	top: 0px;
	padding-top: 1%;
	overflow: hidden;
	z-index: 1;
	max-width: 180px;
	min-width: 100px;
	padding-left: 10px;
	background-image: url(images/opacity.png);
	background-repeat: repeat;
	/* [disabled]border-right-color: #FC0; */
	/* [disabled]border-right-style: solid; */
	padding-right: 10px;
}
#bizlogo {
	width: 100%;
	height: 50%;
	position: absolute;
	overflow: visible;
	left: 210px;
	z-index: 2;
	float: left;
	
	bottom: 55px;
}
#logo-outer {
	width: 100%;
	height: 125px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 1;
	max-height: 125px;
	background-repeat: repeat;
}
#biz-contact {
	width: 100%;
	height: 55px;
	position: absolute;
	overflow: visible;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	margin-top: 80%;
	padding-right: 10px;
	float: right;
	border-top-color: #FC0;
	border-top-style: solid;
	border-top-width: medium;
	background-image: url(images/opacity.png);
	background-repeat: repeat;
}
.strip {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	/* [disabled]margin-right: 0%; */
	margin-bottom: 15px;
	/* [disabled]margin-left: 1%; */
	left: 60px;
	text-align: right;
}
#content-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: oblique;
	font-weight: normal;
	text-transform: lowercase;
	color: #CCC;
	text-align: left;
	
	padding: 2.5%;
	height: 95%;
	width: 95%;
	overflow: auto;
	position: relative;
}
