@CHARSET "UTF-8";
body
{
	background-color:#e0e0e0;
	text-align:center;
}
.container
{
	width:984px;	
	margin-left:auto;
	margin-right:auto;
	
}
.header
{
	width:984px;
	height:222px;
	background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  	float:left;
}
.background
{
	width:984px;
	background-image: url(../img/background.jpg);
  	background-repeat: repeat-y;
  	float:left;
}
.columnLeft
{
	width:200px;
	float:left;	
	/*border-width:1px;
	border-style:solid;*/
}
.columnLeft table
{
	width:200px;
	font-size:14pt;	
	text-align:right;
}
.columnLeft a
{
	text-decoration:none;
	color:#747474;
}
.columnLeft a:hover
{
	text-decoration:underline;
}
.columnLeft span
{
	width:170px;
}
.columnRight
{
	width:749px;
	float:left;
	margin-right:15px;
	margin-left:20px;
	/*border-width:1px;
	border-style:solid;*/
}
.title
{
  width:749px;
  height: 20px;   
  float:left;
  border-width:0 0 2px 0;
  border-style:solid;
  border-color:#0c4ea7;
  text-align:left;
  font-size: 15pt;  
}
.news
{
  width:749px;
  /*float:left;*/
  margin-top:10px;
  border-color:#b2b1b1;
  padding-bottom:10px;
}
.newsDate
{
  width:70px;
  height:22px;
  float:left;
  color:#b2b1b1;
  font-size:10pt;
  text-align:left;
  padding-top:2px;
  /*border-width:0 0 1px 0;
  border-style:solid;*/  
}

.newsTitle
{
  width:679px;
  height:24px;
  float:right;
  color:#5a5a5a;
  font-weight:bold;
  font-size:11pt;
  font-family: trebuchet MS;
  text-align:left;
  /*border-width:0 0 1px 0;
  border-style:solid;*/ 
}
.newsText, .text
{
  width:749px;
  clear: both;
  text-align:justify;
  font-size:11pt;
  border-width:0 0 1px 0;
  border-style:solid;
  border-color:#f2f2f2;
  padding-bottom:5px;
}
.newsText a, .text a
{
  color:#0c4ea7;
  font-size:9pt;
}
a
{
  text-decoration: none;	
}
.footer
{
	width:984px;
	height:12px;
	background-image: url(../img/footer.jpg);
  	background-repeat: no-repeat;
  	float:left;
}
.copyright
{
	width:984px;
	float:left;
	font-size:9pt;
	text-align:center;
}
.copyright span
{
	padding-left: 640px;	
}
.copyright a
{
	text-decoration:none;
}
.copyright a:hover
{
	text-decoration:underline;
}

b.gallery
{  
 /* border: 1px solid green;*/
  cursor: pointer; 
  float: left; 
  margin-right: -1px; 
  margin-top: -1px  
}
