body
{
	text-align: center;
	background-color: #252525;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#frame
{
	margin: 5px auto;
	padding: 0;
	width: 730px;
	text-align: left;
}

#titleBox, #footerBox
{
	background-color: #fff;
}

#titleBox
{
	background-image: url(logo/cells.jpg);
    background-repeat:no-repeat;
	height: 207px;
}

#footerBox
{
	padding: 1em;
}

#title
{
    padding: 20px 0 0 20px;
    width: 70%;
}

#loginBox
{
    float: right;
    margin: 1em 0 1em 3em;
    text-align: center;
}

#footerBox img
{
    padding: 0 1em 1em 2em;
}

#middle
{
    background-color: #444;
    color: #aaa;
    padding: 1em 2em 1em 2em;
}

h1
{
    display: inline;
    padding: 0.1em 0.8em 0.1em 0.5em;
    line-height: 1.6em;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	background-color: #ddd;
	font-family: Helvetica, Arial, Sans-serif;
}

p
{
    margin-bottom: 1em;
}

p.attribution
{
	font-size: 9px;
	color: #777;
	text-align: right;
}

p.attribution a
{
	color: #999;
}

a, a:visited
{
    text-decoration: none;
    color: #555;
}

a:active, a:hover
{
	color: black;
	text-decoration: underline;
}

a.login
{
	font-size: 11px;
	text-decoration: none;
}

a.login:link, a.login:visited
{
	color: #aaa;
}

a.login:active, a.login:hover
{
	color: black;
	text-decoration: none;
}

img
{
	border: none;    
}

p.small
{
	font-size: 10px;
	color: #333;
    margin: 1em 0 0 0;
}

ul
{
	color: #ddd;
	line-height: 1.5em;
}

h3
{
    padding: 0.3em 0.8em 0.5em 0.5em;
    display: inline;
    line-height: 2.4em;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #aaa;
	font-family: Helvetica, Arial, Sans-serif;
}

