html, body {
	margin:0px;
  	padding:0px;
	height:100%;
	width: 100%;
	line-height:150%;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	background:url(../media/background.jpg) repeat-x;
	background-color:#2b292a;
}

#container {
	width: 800px;
	background: #ffffff;
	margin: auto;
	padding: 0 20px 0 20px; /*padding: 0 24px 0 24px;*/
}

#header {
	background:url(../media/Topbanner1.png) no-repeat;
	height: 100px;
}

#toplinks{
	text-align:right;
	padding-top:10px;
	color:#000;
}

#toplinks a:hover{
	text-decoration:none;
	text-transform:capitalize;

}

/*#toplinks a:visited{
	color:#F00;
	text-decoration:none;
}

#toplinks a:active{
	color:#eb8211;
	text-decoration:none;
}*/

#banner {
	height: 300px;
	margin: 10px 0 3px 0;
	background: #000;
}

#content {
/*background: url(../media/top.gif) no-repeat;*/
}

#title_page {
	font-size:14px;
	font-weight:bold;
	padding-top:0;
	
}

#footer {
	height:30px;
	clear: both;
	margin: auto;
	width: 840px;
	color:#ffffff;
	text-align: right;
	padding: 10px 0 0 0;
	background-image:url(../media/footer.jpg) repeat-x;
}

#photo_homepage{
	padding: 0 2px 2px 8px;
	margin: 2px 0;
}

#news_highlight{
	list-style:none;
	text-align:justify;
}

#news_highlight a:hover {
	color:#6f1100;
	font-weight:bolfd;
}

#news_date{
	color:#a3a3a3;
}

#news_article{
    color:#525252;
	text-decoration:none;
}

#campaign_highlight{
	height:2px;
	list-style:none;	
	font-weight:bold;
	text-align:justify;
}

.title_label{
	height: 30px;
	list-style: none;
	font-size:12px;
	font-weight:bold;
	padding: 6px 0 0 12px; /*TRBL*/	
	background:url(../media/homepage/label_info.jpg) no-repeat;
}

/*..promo_campaign{
	list-style: none;
	text-align:left;
	font-weight:bold;
}

promo{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:url(../media/title_bg.gif) no-repeat;
	width:222px;
	height:40px;
	padding:6px 0 0 0;
}*/

.dot{
 	background:url(../media/dots.gif) repeat-x; 
}

/*-------------- left menu ----------------*/
#leftmenu {
	width:170;
	margin: 0 10px 0 0;
	float: left;
}


