body {
	margin-top: 0px;
	font-family: Geneva, Tahoma, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #48494b;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #4877ab;
}
.norep {
	background-repeat: no-repeat;
}
.anipad {
	padding-top: 2px;
	padding-left: 2px;
}
.right {
	border-right: 1px;
	border-right-style: dotted;
	border-right-color:#999999;
	padding: 10px;
}
.bottom {
	border-top: 1px;
	border-top-style: dotted;
	border-top-color:#999999;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#999999;	
	font-size: 11px;
}
a:link {  color: #325098; text-decoration: none}
a:visited {  color: #325098; text-decoration: none}
a:hover {  color: #87a7c6; text-decoration: underline}

.details {
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
	color: #4877ab;
}
.address {
	font-size: 11px;
	color: #4877ab;
}
#cont{background-image: url(images/bg.png);background-repeat: repeat-y;width:900px;margin:0 auto;}
#page_container{width:849px;margin:0 auto;}
#header{height: 139px;}
#navigation{clear:both; background-image: url(images/links.png); height: 37px;}
#left_column{width:200px;float:left; background:#3e3f40; background-image: url(images/news_bg.png); background-repeat:no-repeat; height: 900px;}
#center_column{width:649px;float:left;background:#ffffff;}

#footer{clear:both;background:#3e3f40;}

h1, h2, h3, p{margin:0;padding:10px;}
span.sub{margin:0;padding:10px;color:#2a4254;}

p.nav{padding-top:7px; padding-left: 18px; color:#ffffff;}
p.random{padding-left: 9px; padding-top:0px;}


.bread {
	margin-left: 9px;
	margin-top: 4px;
	margin-right: 9px;
	height: 20px;
	text-align: right;
}
.norep {
	background-repeat: no-repeat;
}
/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:5px;
		padding-left:10px;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:102px;
		height:110px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */

	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
