/* OneCowMedia layout stylesheet - Copyright 2007 OneCowMedia *//* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2007 OneCowMedia and may not be reproduced. */html, body, h1, h2, h3, h4, h5, h6, ol, dl, table, td, div, span, img {	margin: 0;	padding: 0;	border: 0;}body {	color: #000000;	background: #ffffff url(../images/header_bg.gif) 0 0 repeat-x;	text-align: center;	font-family: "Gill Sans", sans-serif;	font-size: 100.01%;}#container {	position: relative;	margin: 0;	padding: 0;	width: 790px;	height: auto;	margin: 0 auto;	text-align: left;}#topbar {	position: absolute;	top: 11px;	left: 0;	height: 75px;	width: 790px;	}#topbar h1 {	position: relative;	left: 0;	height: 75px;	background: transparent url(../images/header_h1.gif) 0 0 no-repeat;	text-indent: -9999px;}#topnav {	position: absolute;	right: 0px;	width: 700px;	top: 80px;	margin: 0;	padding: 0;	display: block;	height: 32px;	color: #FFFFFF;}	#topnav, #topnav ul { /* all lists */	padding: 0;	margin: 0;	list-style: none;	line-height: 32px;	text-align: right;	}#topnav li {	display: inline;	padding-right: 40px;	font-family: "Gill Sans", sans-serif;	font-size: 120%;	}	#mainbox {	position: absolute;	top: 132px;	width: 100%;}#maintext {	position: relative;	text-align: justify;	font-size: 110%;	padding-left: 40px;	padding-right: 15px;	width: 495px;	border-right: 1px dotted #CCCCCC;	}#maintext p {	margin-top: 4px;}#maintext h2{	font-weight: 100;	line-height: 1.8em;	}	#maintext br{	line-height: 0.8em;	}#maintext h4 {	border-bottom: 1px dotted #CCCCCC;	padding-bottom: 5px;	margin-bottom: 13px; }#maintext h5{	font-weight: 700;	font-size: 80%;	padding-bottom: 4px;	border-bottom: 1px dotted #CCCCCC;	width: 100%;}#maintext ul {font-size:14px; }#maintext ul li { line-height: 1.4em; }#maintext a {	color: #0099FF;	}	#footer {	position: absolute;	height: 23px;	left:0;	margin:0;	bottom: 0;	background-color:#05A5FF;	color: #ffffff;	width: 100%;	padding-top: 12px;	text-align: right;	font-size:80%;	}#rightbox {	padding-top: 35px;	width: 225px;	float: right;	}	#rightbox img { padding-bottom: 15px; }	