body {
	background-color: #9A4C25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/background.jpg);
  background-repeat: repeat-x
}




A:link {text-decoration: underline; color: #ffffff;}
A:visited {text-decoration: underline; color: #ffffff;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #A76334;}


.clear {clear: both}

#maincontainer { 	width: 729px;
					height: auto;
					background-color:#365221;
					background-repeat:repeat-y;
					background-position:center;
					margin-left: auto;
					margin-right: auto;
				
										
				}
					
					
#navcontainer ul
{
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
list-style-type: none;
text-align: center;
background-color:#000000;
height:30px;
background-image:url(../images/navBg.jpg);
width: 729px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
margin-top: 5em;
color: #c8d2da;
padding: 10px;
}

#navcontainer ul li a:hover
{

text-decoration:underline;
color: #fff;
background-color: #369;
}


	
#baladoTxt
	{float: right;
		padding: 90px 10px 0px 0px;}

#welcomeTxt
	{float: left;
	padding: 5px 0px 0px 0px;
	width:700px;
	}
		
#txtContainer
	{width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}	


#footer
	{
	width:729px;
	height: 25px;
	clear:both;
	text-align: center;
	font-size: 9px;
			}

		
					



