﻿/* Hea10r */

#header
{
	background-position: right top;
	width: 100%;
	height: 126px;
	margin: 0px 0px 0px 0px;
	background: url(images09/lifebioscroll2.png);
	background-color: #f5ead6;
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	z-index: 0;
}

#header a
{
	text-decoration: none;
	color: #5a798d;
	text-shadow: 1px 1px 1px #000;
}
#headernav
{
	height: 20px;
	position: absolute;
	top: 104px;
	left: 10px;
	width: 600px;
	text-align: left;
}

#headernav a
{
	padding: 12px;
	text-decoration: underline;
	color: #000000;
}
.headeralignleft
{
	float: left;
	width: 400px;
}
.headeralignright {
float: right;
width: 200px;
}
#login
{
	width: 320px;
	height: 124px;
	text-align: left;
	float: right;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox
{
	margin: 0 auto; /* center for now */
	width: 320px; 
	height: 124px;
	background: url(images09/sbbody-r.gif) no-repeat bottom right;
}
.sidebox2
{
	margin: 0 auto; /* center for now */
	width: 800px; 
	height: 124px;
	background: url(images09/sbbody-r.gif) no-repeat bottom right;
}
.boxhead {
	background: url(images09/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2
{
	background: url(images09/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody
{
	background: url(images09/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	font-size: .8em;
}
/* Footer */

#footer
{
	clear: both;
	width: 100%;
	height: 20px;
	margin: 0px;
	background-color: #678496;
	color: #858585;
	text-align:center;
}

#footer p
{
	margin: 5px;
	padding: 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

