*
{
	margin:0;
	padding:0;
}

body
{
	background: url(img/background.gif) repeat-x top left #0b69a0;
	font-family: Lucida Grande, Verdana, Arial, Sans-Serif;
	color:#e8f6ff;
	font-size: 0.66em;
	cursor:default;
}

h1
{
	font-size:1.1em;
	padding:4px 10px 0px;
}

p
{
	padding:4px 5px 4px 10px;
}

a:link, a:visited
{
	color:white;
}

a:hover, a:active
{
	text-decoration:none;
}

h1 a
{
	text-decoration: none;
}

div#page_container
{
	width:490px;
	margin:10px auto;
	background: url(img/logo.png) no-repeat top left;
	padding-top:26px;
}

* html div#page_container
{
	background-image: url(img/logo.gif);
}

div.googlead
{
	width:468px; 
	margin:18px auto 8px; 
	#padding-left:18px
}

div.footer
{
	clear:both;
	height:100px;
}

p.footer_text, p.footer_text a 
{
	color:#70cae1 !important;
}

.page_not_found
{
 margin-top:38px;
}

/*
 Components
*/
.html_unit { margin-bottom: 8px;}