/* CSS Document */

body {
	background: url(images/insp-bg.jpg) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	text-align: center;
}
#insp_wrapper {

	position: relative;

	min-height: 100%;
	height: auto;
	width: 300px;
	
	margin: 0 auto;
	
	top: 0px;
}
img {
	border: 0px;

}
div {
	position: relative;
}
div.image {

}
td.logo {
	text-align:left;
	vertical-align:top;
	width: 25%;
	background-image: url(images/insp-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
 

* html .logo{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/insp-logo.png", sizingMethod="scale");
	}
	
td.info {
	color:#FFCC00;
	font-size:10px;
	text-align:right;
	vertical-align:top;
	width: 75%;

}

.quote {
	color:#FFFFFF;
	font-weight: bold;
	text-align:justify;
	width: 300px;
}
.bigger {
	font-size:18px;
}
.gray {
	color:#EAEAEA;
	text-align:right;
	width: 300px;

}
