@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 0; margin: 0;
}

#page {
	margin: 0 auto;
	width: 600px;
	/* border: 1px solid red; */
}

#header {
	background-image: url(/img/labs/header_reviewr.jpg);
	background-repeat:no-repeat;
	height: 204px; /* 204px - padding */ 
	/* padding: 40px 10px 10px 390px; */
}

#header A.labslogo {
	float: left;
	width: 170px;
	height: 204px;
	background-image:url(/img/labs/logo_labs.gif);
}

#header A.labslogo:hover {
	background-image:url(/img/labs/logo_labs_active.gif);
}

DIV.promo {
	clear:both;
	padding: 0.5em 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

DIV.promo H2 {
	margin-top: 0;
}


#intro {
	float:right;
	width: 200px;
	margin-right: 50px;
	margin-top: 20px;
	height: 150px;
	font-style: italic;
	font-size: 13px;
	line-height: 1.4em;
}


#footer {
	background-image: url(/img/labs/creoff_labs_footer.jpg);
	background-repeat:no-repeat;
	height: 50px;
	padding: 23px 0 0 10px;
	color: #666;
	font-size: 11px;
}

#footer p {
	display: block;
	text-align:center;
	padding: 0 auto;
	margin: 0 auto;	
}

#footer A {
	color: #666;
	text-decoration: none;
}

#footer A:hover {
	color: #000000;
	text-decoration: underline;
}

#content {
	padding: 0px 52px 16px 52px;	
	/* border:1px solid green; */
}

#content P {
	margin: 0.5em 0;
}


.info {
	font-style:italic;
	font-size: 10px;
}

H2 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

IMG.visual {
	border:4px solid #ccc;
}

DIV.left {
	float: left;
	width: 230px;
}

DIV.right {
	float: right;
	width: 230px;
}

IMG.left {
	float: left;
	margin-right: 0.75em;
	margin-bottom: 1em;
}

LI {
	margin-bottom: 0.25em;
}
.style1 {line-height: 1.4em; margin-bottom: 1.5em; margin-top: 0.5em; font-size: 14px;}
