
body{
 /* background:url("../img/bg_paper.jpg") repeat;*/
   background-color:#fff;
   }
 
*{list-style:none; padding:0px; margin:0px;}

p, ul{
	font-size:0.9em; 
	line-height:1.5em; 
	font-family:georgia, serif;
	}
	
/*@font-face {
  font-family: "Fontin Sans";
  src: url(Fontin_Sans_B_45b.otf) format("opentype");	
}
@font-face {
  font-family: "Fontin Sans light";
  src: url(Fontin_Sans_R_45b.otf) format("opentype");	
}*/

/*----------a style ----------*/	
a{
	text-decoration:none;
 	color:#c60;
} 

a:hover{
	color:#333;
	}
p a{
	border-bottom:1px solid #c60;
	} 
p a:hover{
	border-bottom:1px solid #333;
	} 	
	
a img{border:none;}	
  
 

/*--------------container---------------------------*/ 
	       
.container{
		  position:relative;
		  margin-bottom:40px;
		  width:990px;
		  z-index:6;
		  margin:auto;
		  
		  }

/*--------------typography-----------------------*/			   
h1, #content h3, h4, .list_title{
	font-family:"Fontin Sans", helvetica, sans-serif;
	}

#right .cat{color:#666;}
#content h2, #right .cat, #head #nav{font-family:"Fontin Sans", helvetica, sans-serif;}	
#content h2{
	text-transform:uppercase;
	font-size:1.3em;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:5px solid #000;
	font-weight:normal;
	}


	
/*----------left----------*/
#left{
	width:355px; 
	float:left;
	}

#left p{
	margin-bottom:1.5em;
	padding-left:2px;
	padding-right:2px;
	}




/*----------right----------*/
#right{
	width:600px; 
	float:right;
	}
.cat{
	float:right; 
	width:100px; 
	text-align:right;
	font-size:0.9em;
	line-height:1.1em;
	}	
.cat li{
	border-bottom:1px solid #ccc;
	}	

.img_link{
background:#000;
display:block;
width:490px;
height:150px;
}
.logo{
	width:490px;
	height:150px;
	opacity:1;
	filter:alpha(opacity=100;)
	}	
/*.logo:hover{opacity:0.6;
	filter:alpha(opacity=60;)
		}	*/
	
.list_item{
	height:150px; 
	margin-bottom:25px;
	
	}
/*---------------------
.list_item div{
	position:relative;  
	top:-80px; 
	width:410px;
	padding-left:10px;
	opacity:0.85;
	filter:alpha(opacity=85;)
	}
.list_item p, .list_item h4 a{
	background-color:#fff; 
	padding:4px 10px 4px 10px;
	}
	
.list_item p{
	font-size:0.9em; 
	line-height:1.3em; 
	color:#000;
	}	

.list_item h4{
	font-size:1.4em; 
	padding-bottom:4px;
	}	
.list_item h4 a{
	color:#000
	
	}	
.list_item h4 a:hover{
	background-color:#000;
	color:#fff;
	}	*/

.list_info{
	display:block;
	position:relative;  
	top:-80px; 
	width:410px;
	padding-left:10px;
	opacity:0.85;
	filter:alpha(opacity=85;)
	}
.list_info span{
	background-color:#fff; 
	padding:4px 10px 4px 10px;
	
	}
.list_p{
	font-size:0.9em; 
	line-height:1.3em; 
	color:#000;
	display:block;
	margin-top:4px;
	}	

.list_title{
	font-size:1.4em; 
	padding-bottom:4px;
	color:#000;
	font-weight:bold;
	}	

.list_title:hover{
	background-color:#000;
	color:#fff;
	}	
	
.img_link{display:block; background:#000;}
.img_link img:hover{opacity:0.6;
	filter:alpha(opacity=60;)}		
			   
/*------------head---------------------*/	
#head{
	padding-top:15px;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	border-top:6px solid #000
	}
#front{margin:0px; padding:0px;display:block;}	
#head h1 {
	font-size:1.7em;
	color:#000;
	margin-bottom:5px;
	text-transform:uppercase;
		}
		#head h1 a{color:#000;}
		#head h1 a:hover{color:#c60;}
#head h2{
	font-family:georgia, serif;
	font-size:1.1em;
	color:#000;
	font-weight:normal;
	font-style:italic;
	}
#head #nav {float:right;
	font-size:0.9em;
	color:#000;
}
#head #nav li{display:inline; padding-left:30px;}	

	
/*------------footer---------------------*/	

#footer{
		margin:0px;
		
		padding-top:15px;
		padding-bottom:15px;
		padding-left:10px;
		clear:both;
		color:#666;
		
		display:block;
		border-top:1px solid #333;
		border-bottom:6px solid #000;
		margin-top:30px;
		}	
	/*#footer p{font-family:"Fontin Sans", helvetica, sans-serif; margin-bottom:0px; line-height:20px;}*/


