﻿html
{
	background-color: #F4F7FE;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

body
{
	background: #F4F7FE url(../Images/Shell/bg-body.gif) repeat-x;
	min-height: 700px;
	text-align: center;
	color: #707070;
}


#shadow
{
	width: 750px;
	background: transparent url(../Images/Shell/shadow-bg.png) repeat-y;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px 0 15px;
	position: relative;
}

#hd
{
	height: 167px;
	background: transparent url(../Images/Shell/bg-hd.jpg) no-repeat 0 0;
	position: relative;
}

#hd-nav
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 44px;
	background: transparent url(../Images/Shell/bg-hd-nav.jpg) no-repeat 0 0;
	width: 750px;
	padding-left: 6px;
}

#hd-nav li
{
	width: 104px;
	height: 43px;
	display: block;
	float: left;
}

#hd-nav li a
{
	width: 104px;
	height: 43px;
	display: block;
	text-indent: -9000em;
	outline: none;
}

#hd-nav #hd-nav-about
{
	background: url(../Images/Shell/bg-hd-nav-about.gif) no-repeat 0 0;
}

#hd-nav #hd-nav-contribute
{
	background: url(../Images/Shell/bg-hd-nav-contribute.gif) no-repeat 0 0;
}




#hd-join-form
{
	position: absolute;
	width: 152px;
	top: 37px;
	z-index: 50;
	left: 578px;	
}

#hd-join-form img
{
	margin-bottom: 5px;
}

#hd-join-form label
{
	color: #fff;
	font-size: 85%;
	font-weight: bold;
}

#hd-join-form .form-line
{
	margin-bottom: 3px;
}

#hd-join-form input
{
	font-size: 85%;
	padding: 1px;
	border: 1px solid #666;
}

#hd-join-form button
{
	background-color: #C3C9D4;
	border: 1px solid #666;
	color: #333;
	font-size: 77%;
	text-transform: uppercase;
	width: 55px;
	white-space: nowrap;
	padding: 1px 2px;
	font-weight: bold;
}

#hd-home
{
	width: 500px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	outline: none;
}

#bd
{
	background: transparent url(../Images/Shell/bg-bd.gif) no-repeat 0 0;
	min-height: 400px;
	padding: 30px 10px 10px 10px;
	text-align: left;
	position: relative;
}

#bd-section-header
{
	text-align: left;
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 85%;
}

#bd-section-header a, #bd-section-header a:visited
{
	color: #fff;
}

#bd-section-header img
{
	vertical-align: middle;
}


#bd-content
{
	background-color: #fff;
	border: 1px solid #8193AD;
	min-height: 400px;
	text-align: left;
	padding: 10px;
}





#ft
{

	background: transparent url(../Images/Shell/bg-ft.png) no-repeat 0 0;
	height: 32px;
	width: 750px;
	color: #fff;
	font-size: 77%;
	text-align: right;
	line-height: 26px;

}

#ft a, #ft a:link
{
	color:#fff;
	padding: 0 15px;
}
