﻿body 
{
	text-align:center;
}

#divHeaderContainer
{
	margin:0 auto;
	position:relative;
	width:890px;
	height:180px;
}

#divMenu
{
	margin:0 auto;
	text-align:left;
	width:890px;
	height:25px;	
	background-color:White;
	position:relative;
}

#divContentContainer
{
	margin:0 auto;
	text-align:left;
	z-index:99;	
	width:890px;
	height:100%;
	z-index:100;
	position:relative;
}

#divContentBorder
{
	text-align:left;
	width:890px;
	border-bottom:solid 1px black;
	border-right:solid 1px black;
	border-left:solid 1px black;	
	position:absolute;
	top:2px;
}

#imgSiteHeader
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 892px;
	height: 180px;
}

.divMenuItem
{
	position:absolute;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;	
	top:8px;
}

.plain
{
	text-decoration:none;
	color:Black;	
}

.norm
{
	color: Black;
	background-color: White;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
}

h1
{
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	margin-bottom:0px;
	
}

