body
{ 
margin:0 0 0 0;
font-family: arial;
font-size:15px;
color:#000000;
background-color:#3a719c;

background-repeat:repeat-y;
background-position:center;

}

#container
{
	margin: auto;
	width: 1000px;
	 min-height: 1300px;
	background-image:url('images/back-home.jpg');

	background-repeat:no-repeat;
	position:relative;
	 z-index:1;
	
}

#bg {
  width: 1000px;
  margin: auto;
  background-image: url('images/main-back-home.gif');
  background-repeat: repeat-y;
  z-index:2;
  
}

A.menulink {
display: block;
height: 29px;
width:162px;
padding-top:3px;
padding-right:12px;
text-align: right;
text-decoration: none;
font-family: 'Abel', sans-serif;
font-weight:bold;
font-size:13px;
color:#ffffff;
text-transform:uppercase;
background-color:#b31d17;

}
A.menulink:hover {
color:#ffcf06;

}
A.menulinkE {
display: block;
height: 29px;
width:177px;
padding-top:3px;
padding-right:25px;
text-align: right;
text-decoration: none;
font-family: trebuchet, arial, verdana;
font-size:10px;
font-weight:bold;
color:#ffffff;
background-image:url(images/link-e1a.png);
background-repeat:no-repeat;
text-transform:uppercase;
letter-spacing:1px;
}
A.menulinkE:hover {
background-image:url(images/link-e1b.png);
}


