﻿body 
{
	margin:0px;
	padding:0px;
	background-color:Black;
}

.banner
{
	height: 154px;
	width: 100%;
	background-color: #000000; /* #ffe23e; */
	background-image: url(images/header_fixed.jpg);
	background-repeat: no-repeat; 
}

.footer
{
	width:100%;
	position:relative;
	height:61px;
	left:0px;
	background-image: url('images/backmen.jpg');
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Verdana;
	font-size:12pt;
}

.bodym
{
	width:90%;
}

.header
{
	width: 100%;
	position: absolute;
	top: 158px;
	height: 61px;
	left: 0px;
	background-image: url('images/backmen.jpg');
	text-align:center;
	background-repeat: no-repeat; 
}

.men
{ 
	width: 100%;
	height:59px;
	background-image: url(images/backmen.jpg); 
	text-align:center;
}
	 
.SB
{
	float:left;
	position:absolute;
}

.LO
{
	top:0px;
	left:100%;
	position:absolute;
	margin-left:-220px;
}





.Title
{
	width:100%;
	color:#e84600;
	font-family:Verdana;
	font-size:16pt;
	margin-left:10px;
}

.Text
{
	width:100%;
	color:#ffffff;
	font-family:Verdana;
	font-size:12pt;
	margin-left:10px;
}

.menu
{
	color:#ffffff;
	font-family:Verdana;
	font-size:12pt;
	 font-weight:bold;
	 margin-left:20px;
	 margin-right:20px;
	 text-decoration:none;
}

p{
	margin:0px;
	padding:0px;
}