
/* Layout Stylesheet */

body
{
	background: #ffffff url(../images/bg-old-hert-new.jpg) repeat-X;	
	margin: 0px 0px 0px 0px;
	font-family: arial,helvetica,clean,sans-serif; /*Arial, Helvetica, sans-serif;*/
	font-size: 11px;
}

#main-wrapper
{
	height: 100%;
	margin: 0 auto;
	width: 1050px;
}

.bar-bottom
{
	padding: 10px 0px 0px 0px;
	font-weight: normal;
	border-top: solid 1px #000000;
	position: relative;
	background: #ffffff;
	color: #333333;
	width: 100%;
	text-align: center;
	font-family: arial,helvetica,clean,sans-serif; /*MS Sans Serif;*/
	font-size: 14px;
}
.bar-bottom a:link
{
	text-decoration: none;
	font-weight: normal;
	color: Gray;
}
.bar-bottom a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: Gray;
}



#content
{
	padding: 0px 70px 0px 40px;
	height: 100%;
	position: relative;
	border-width: 0px 0px;
	background: #ffffff url(../images/bg-shadow.jpg) no-repeat;
	color: #333333;
	width: 100%;
	overflow:hidden;
	clear: both;
}

#content-left-image {
	PADDING-RIGHT: 15px; FLOAT: left;
}
#content-right-text {
	PADDING-LEFT: 0px; PADDING-RIGHT: 20px; FLOAT: left; width: 400px; height: 100%;
	padding-bottom: 10px; border-bottom: #e8e8e0 2px solid;
}

.content-right-text p{
	padding: 0px 0px 0px 0px;
}

#mainmenu
{
	content:".";
    display:block;
    height:36;
    clear:both;
    visibility:visible;
    overflow:hidden;
    
    height: 35px;
	
	border-width: 0px 0px;
	width: 100%;
	
	margin-top: 3px !important /*Non-IE6*/;
	margin-top: 0px /*IE6*/;
	margin-bottom: 2px;
}



#copy
{
	margin: 10px 0px;
	height: 45px;
	clear: none;
	width: 100%;
	vertical-align: bottom;
	text-align: center;
}


.nav1
{
	clear: none;
	vertical-align: top;
	float: right;
	width: 100%;
	color: #797979;
	z-index: 3;
	padding: 18px 0px 2px 0px;
}
.nav1 ul
{
	float: right;
	padding: 0 15px 0 0;
	font-weight: bold;
}
.nav1 li
{
	display: inline;
	list-style: none;
}
.nav1 li a
{
	display: block;
	float: left;
	padding: 0px 25px 2px 0px;
	color: #797979;
	text-decoration: none;
	font-size: 14px;
}
.nav1 a:hover
{
	text-decoration: none;
	color: #ffffff;
}



/*Color subcells hovering mode*/





















