body  {
	background: #CCC url(../images/IMG_0003%20layout.jpg);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: fixed;
}

.twoColElsLt #container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000; /* this overrides the text-align: center on the body element. */
	height: 100%;
	opacity:0.9;
	filter:alpha(opacity=90);
	margin: -8px auto 0px -8px;
	position: fixed;
} 


.twoColElsLt #sidebar1 {
	float: left;
	width: 13em; /* top and bottom padding create visual space within this div */
	height: 40em;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsLt #mainContent {
	margin: 0 5em 0 13em;
	height: 98%;
	width: 78%;
	position: fixed;
	z-index: 100;
	padding-top: 100px;
} 

/********* MENU ***********/

#menu{	/* Menu object */
	margin:0px;
	width:180px;	/* Width of menu */
	height: 180px;
	padding-left: 10px;
	}
	#menu li{
	margin-top:10px;	/* Space between each menu item */
	/* Don't change these four values */
		list-style-type:none;
	clear:both;
	display:block;
	overflow:auto;

	}
	
	#menu li a{	/* Text rules for the menu items */
	color:#000;	/* Black text color */
	text-decoration:none;	/* No underline */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;	/* Font to use */
	letter-spacing:1px;	/* Extra space between each letter of the menu items */
	font-size:15px;	/* Fixed font size */
	font-weight:bold;	/* Bold font */
	float:left;
	/*background-color:#F1F1F1;*/
	
	padding-left:3px;
	line-height:30px;	/* Height of menu links */
	}
	#menu li div{
		float:left;

	}

.txtbrand
{
	font-family: "Eras Light ITC", "Lucida Grande", sans-serif;
	font-size: 15em;
	line-height: 50px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 55px;
}
.block-news {
	padding:27px 33px 30px;
	border:5px solid #999;
	background:#f9f9f9 url(images/block-news-tail.gif) repeat-x 0 0;
	border-radius:18px;

	behavior: url(border-radius.htc)
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	opacity:0.9;
	filter:alpha(opacity=90);
	letter-spacing: 1px;
	vertical-align: 1%;
}
	
