body
{
	background-color: #D4D5D9;
	font-family: Verdana, "Arial CE", Arial, "Helvetica CE", sans-serif;
	font-size: 10px;
	text-align: center;
	color: #717171;
	margin: 0;
	padding: 0;
}
input, textarea, select {background-color: #ffffff;
font-weight: normal;
  font-size: 12px;
  padding-left: 3px;
  color: #4f4f4f;
  border: 1px solid #808080;
   }
form {line-height: 150%;}

#home 
{  
   background-image: url('../img/background.jpg'); 
   position: relative;
   width: 830px;
   padding: 5px 35px; 
   padding-top: 5px; /* Weird Mozilla Bug */
   padding-bottom: 35px; /* Weird Mozilla Bug */
	
    
}

.page 
{
	
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-repeat:repeat-y;
	clear:both;

	
}

/* ---------------------------------------------------
	H E A D E R
----------------------------------------------------*/
.header 
{
	background-image: url('../img/background.jpg');
	background-repeat:repeat-y;
    position:relative;
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	
}
.headerline
{
    width: 100%;
    height: 196px;
    background-image: url('../img/bg_dark.jpg');
    background-repeat:repeat-x;
}
.headerin
{
    width:860px;
    height: 196px;
    margin: 0 auto;
    background-image: url('../img/bg_light.jpg');
    background-repeat: repeat-x;
    text-align: left;
}

/* ---------------------------------------------------
	N A V I G A T I O N
----------------------------------------------------*/
.navig 
{
	width: 765px !important;
	width: 780px;
	width/**/:/**/765px;
	height: 15px;
	padding: 0px 0px 2px 15px;
	float: left;
	margin-left:20px;
}

/* ---------------------------------------------------
	T I T L E
----------------------------------------------------*/
.pageTitle
{
	width: 900px !important;
	width: 855px;
	width/**/:/**/855px;
	
	padding: 10px 15px 5px 30px;
	font-family: Verdana;
	font-size : 11px;
	
}


/* ---------------------------------------------------
	C O N T E N T
----------------------------------------------------*/
#content
{
	
	margin-left: 235px;
	border: 1px solid silver;
}


.contentText
{
    padding: 5px;
    font-size:11px;
}

.contentText ul li
 {
    list-style-image: URL('../src/oranzova.gif');
    
    float:none;
 }
 
 .contentText A:link {color: #FF8711; }
.contentText A:visited {color: #FF8711;}
.contentText A:hover {color: #884a00;}

/* ---------------------------------------------------
	N E W S
----------------------------------------------------*/
#news
{
    float: left;
    width: 225px;
    border: 1px solid silver;
    height: auto;
  
    
}

.newsText
{   
    padding: 5px;
    color: #4775A7;
}

.newsText b
{
    color: #FF8900;
}

/* ---------------------------------------------------
	F O O T E R
----------------------------------------------------*/
.footer
{
	width: auto;
	height: 20px;
	margin: 0 auto;
	padding-top: 3px;
	background-color: #BBBBBB;
	text-align: center;
    font-size: 10px;
}


/* ---------------------------------------------------
	O T H E R
----------------------------------------------------*/
.logo
{
    width:860px;
    height:168px;
    
}
.logo img
{
    border:0px;
}

.banner_right 
{
  position: absolute; 
  top: 0px;
  right: -107px;
  /*_padding-left: 887px;
  padding-left: 997px;*/
}

.banner_bottom
{
  margin: 10px auto;
}
