/* $Id: style.css,v 1.4 2008/03/26 16:21:03 evakoss Exp $ */

/*
** HTML elements
*/
body {
  margin:0px;
	font-family:verdana;
	font-size:11px;
	background:#2b323a url(../images/back.jpg) repeat-x;

}

.header1 {
background:transparent url(../images/02-PA_09-08-22.jpg) no-repeat; 
height:55px;
text-align:right;
width:771px;
}
.main-container{
	
	width:771px;
	margin-left:auto;
	margin-right:auto;
/* 	padding-left:30px;
 */	overflow:auto;
	overflow:hidden;
	background:#002365;
}
.footer{
	background:transparent url(../images/02-PA_09-08-22-04.jpg) no-repeat;
	height:114px;
	clear:both;
/* 	margin-top:1px;
 */	
}
.sidebar {
  background:transparent url(images/02-PA_09-08-22-02-02_02.jpg);
 color:#F7F7F7;
float:left;
width:150px;
height:100%;
 
 }
 
.right-area{
	background:#fff;/* url(../images/02-PA_09-08-22-03.jpg) repeat-y; */
	width:621px;
	height:100%;
	float:left;

}
 .column{
/*  clear:both;
 */ /* padding-bottom:20px;
  */
 }
 