<?php header('Content-type: text/css'); ?>
<?php // require_once('browser.php'); ?>


* {margin:0; padding:0;}

body {
	background-color:#ffffff;
}

p {
margin:0 0 0.8em 0;
}
a:hover{
	color:#6699ff;
}

#secHead{
	position:absolute;
	left:116px;
	top:21px;
	height:100px;
	padding-left:2px;
	font-family:Times,serif;
	font-size:96px;
	line-height:76px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-.05em;
	color:#cccccc;
	white-space:nowrap;
}

#main_content {
	position:absolute;
	left:120px;
	top:105px;
	font-family:Arial,Helvetica,Geneva;
	font-size:12px;
	line-height:17px;
	width:480px;
	padding-bottom:24px;
}

.picLeft {
	margin:3px 9px 3px 0;
	border: 1px solid;
	float:left;
}
.picRight {
	margin:3px 3px 3px 9px;
	border: 1px solid;
	float:right;
}



.examples {
	line-height: 15px;
	margin:4px 0 7px 0;
}

.examples a {
	text-transform: uppercase;
	font-size:9px;
}





ul#mainNav {
	background:#4774A4;
	position:absolute;
	top:0;left:0;
}

ul#mainNav a:hover {
	background-color:#324D5D;
}


div.entry {
clear:both;
padding-top:18px;

}

div.entry h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

p.introtext {

}



