body /*POSITION AND STYLE OF BODY, THIS IS THE MAIN BODY WHERE ARTICLES ARE AND INCLUDES THE BACKGROUND REPEAT*/
{

	width: 1024px;

	margin: 0px;

	padding: 0px;

	background-color: #fff;

	background-image: url(../images/alm_02.jpg);

	background-repeat: repeat-y;

	background-position: left top;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #333333;

	letter-spacing: 0px;




	}


#container  /*POSITION AND STYLE OF CONTAINER, THIS IS THE TOP OF THE PAGE WHERE MOST OF WHAT YOU SEE IS*/
{

	position: absolute;

	width: 1024px;

	top: 0px;

	left: 0%;

	text-align: left;

	background-image: url(../images/alm_01.jpg);

	background-repeat: no-repeat;

	height: 700px;

	z-index: 2;

	}



#seperator{

		background-repeat: no-repeat;

		left: 20px;

		z-index: 3;

		height: 20px;


	}


#mamboTopModule /*POSITION AND STYLE OF TOP MODULE*/
{

    position: absolute;

	top: 7px; /*orig 10*/

	width: 400px;

	margin-left: 10px;    /*208*/

	margin-right: 0px;

	line-height: 14px;margin-bottom: 0px;

	padding-bottom: 0px;

	margin-top: 2px;

	padding-top: 2px;

	height: 60px;

	overflow: hidden;

	}


#mamboMainBody /*POSITION AND STYLE OF MAIN BODY*/
{

	position: absolute;  

	top: 255px;   /*ORIG 330*/

	left: 220px;

	width: 560px;    /*orig 350*/
	
	border: 1px solid #cccccc;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	margin-bottom: 0px;

	padding-bottom: 0px;

	margin-top: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	margin-left: 0px;

	margin-right: 0px;


	}



#mamboLeftModule /*THIS IS WHERE THE MENU IS*/
{

	position: absolute;

	top: 254px;

	left: 20px;

	clear: both;

	width: 155px;
	
	font-family: Verdana, Arial;
	
	

   }





#mamboRightModule /*THIS IS WHERE OTHER MODULES SHOW WHEN YOU PUBLISH THEM ON THE RIGHT*/
        {

	position: absolute;

	top: 255px;

	left: 820px;

	clear: both;

	width: 140px;
	
	font-family: Verdana, Arial;
	
	
   }

#banners_bottom /*THIS IS WHERE THE BOTTOM BANNER SHOWS*/
{



}


#mod_bottom {




}