body 
{
	background-color: #ffffff; 
	margin: 0; 
	background: url('images/footer.gif') top center; 
}
#headerContainer
{
	position: relative;
	width: 100%;
	top: 0px;
	height: 50px;
	background-image: url('images/header-left.gif');
}
#header
{
	width: 960px;
	height: 50px;
	margin-right: auto; 
	margin-left: auto;
	color: #DDDDDD;
}
#headerLogo
{
	position: relative;
	float: left;
	padding-top: 0px;
}
#headerMenu
{
	position: relative;
	float: right;
	width: 800px;
	margin: 0px;
	font-size: 18px;
}

#titleContainer
{
	position: absolute;
	top: 50px;
	background-color: #F0F0F0;
	height: 100px;
	width: 100%;
}
#title
{
	height: 100px;
	width: 960px;
	margin-right: auto; 
	margin-left: auto; 
}
#pageTitle
{
	position: relative;
	width: 960px;
	text-align: center;
	float: left;
	margin-top: 28px;
	vertical-align: middle;
	color: #882222;
	font-size: 32px;
	font-weight: bold;
}
#pageMenu
{
	position: relative;
	float: right;
	height: 100px;
	color: #666666;
	font-size: 18px;
	margin-top: 35px;
}
#pageContainer
{
	position: relative;
	float: left;
	margin-top: 100px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 0;
}
#page
{
	position: relative;
	width: 960px;
	margin-right: auto; 
	margin-left: auto; 
	z-index: 0;
}
#page h1
{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #005599;
	margin-bottom: 10px;
}


#pageContent
{
	position: relative;
	float: left;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pageContent input, #pageContent textarea,#pageContent select{
	border: 1px solid #005599;
	background-color: #FFFFFF;
}


#footerContainer
{
	position: relative;
	float: left;
	width: 100%;
}
#footer
{
	position: relative;
	width: 960px;
	margin-right: auto; 
	margin-left: auto;
}
#footerLogo
{
	position: relative;
	text-align: center;
	float: right;
	width: 120px;
	margin: 10px;
}
#footerLogo a:link {color: #000000; text-decoration: none;}
#footerLogo a:visited {color: #000000; text-decoration: none;}
#footerLogo a:hover{color: #000000; text-decoration: none;}
#footerMenu
{
	position: relative;
	float:left;
	width: 780px;
	margin-top: 10px;
	color: #666666;
}
#footerMenu ul { list-style: none; margin: 0px; padding: 0px; margin-top: 16px;}
#footerMenu ul li {}
#footerMenu ul li a:link	{ color: #666666; text-decoration: none;}
#footerMenu ul li a:visited	{ color: #666666; text-decoration: none;}
#footerMenu ul li a:hover	{ color: #333333; text-decoration: none;}

.footerMenuDiv
{
	position: relative;
	float: left;
	width: 150px;
}


#BlogBack {position: relative; float: right; top: 12px;}

#loginBox{
	position:relative;
	margin-left:auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 300px;
	border: 1px solid #005599;
	background-color: #F0F0F0;
}

.loginTitle	{	padding: 10px 0px 10px 0px; color: #882222; text-align: center; border-bottom: 1px solid #882222; font-size: 20px;}

#errorBox{
	position: absolute;
	color:#FF0000;
	text-align: center;
	font-weight: bold;
	top:35px;
	left: 200px;
	width:560px;
}
