@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;	
}

body {
	background:url("../images/bg.jpg");
	margin:0px;
	padding:0px;
	font-family:"Verdana";
}

img {
	border:none;	
}

a {
	color:#000;	
}

a:hover {
	text-decoration:none;	
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin-left:25px;
}

.content p {
	margin-left:25px;
	margin-right:25px;
	font-size:12px;
}

.container {
	width:950px;
	margin:20px auto;
}

	.banner {
		width:950px;
		height:203px;
		border-top:4px solid #4d4d4d;
	}
	
	.content_holder {
		width:950px;
		background:url("../images/content_bg.jpg");
	}
	
		.menu_header {
			color:#FFF;
			font-size:22px;
			text-transform:uppercase;
		}
		
			.menu_header p {
				margin-top:20px;
				margin-left:25px;	
			}
			
		.content_header {
			color:#000;
			font-size:22px;	
		}
		
			.content_header p {
				margin-top:20px;
				margin-left:25px;
			}
	
		.menu_bar {
			float:left;
			width:258px;	
			height:52px;
			background:url("../images/menu_bar_bg.jpg");
		}
		
		.content_bar {
			float:left;
			width:692px;
			height:52px;
			background:url("../images/content_bar_bg.jpg");
		}
	
		.menu {
			float:left;
			width:258px;
		}
		
			.menu a {
				color:#FFF;
				font-size:14px;
				text-decoration:none;
			}
			
			.menu a:hover {
				text-decoration:underline;	
			}
		
			.menu ul {
				margin:15px 0px 15px 25px;
				padding:0px;
				list-style-type:none;
			}
			
				.menu li {
					padding:0px 0px 5px 0px;
					margin:0px;
				}
				
		.content {
			float:left;
			width:692px;	
		}
		
		.date {
			float:left;
			border-bottom:1px solid #000;
			margin:15px 0px 0px 25px;
		}
		
			.date p {
				margin:5px 0px 0px 0px;
				padding:0px 10px 0px 0px;
				font-size:12px;
				border-right:1px solid #000;
			}
			
		.news_header {
			float:left;
			border-bottom:1px solid #000;
			margin-top:15px;
		}
		
			.news_header h2 {
				margin:5px 0px 0px 0px;
				padding:0px 0px 0px 10px;
				font-size:12px;
			}
			
		.news_content {
			margin-left:25px;	
		}
		
			.news_content p {
				margin:5px 25px 0px 0px;
				padding:0px;
				font-size:14px;
				line-height:19px;
			}
	
		.counter {
			float:left;
			width:258px;
			height:32px;
			background:url("../images/counter_bar_bg.jpg");
			border-bottom:4px solid #4d4d4d;
		}
		
		.footer {
			float:left;
			width:692px;
			height:32px;
			background:url("../images/footer_bar_bg.jpg");
			border-bottom:4px solid #4d4d4d;
		}
		
			.footer p {
				font-size:11px;
				margin:10px 0px 0px 25px;
				padding:0px 0px px 0px;
			}
			
			.footer a {
				color:#000;
				font-weight:bold;	
			}
			
			.footer a:hover {
				text-decoration:none	
			}

.weblinks li {	
	padding:0px 0px 10px 0px;
}

.clear {
	clear:both;
	line-height:0px;
	font-size:0px;
}

.paw {
	
	width:18px;
	height:18px;
	padding-top:2px;
}

.hitcounter {
	width:260px;
	height:30px;
	font-size:11px;
	padding:10px 25px 0px 25px;
	color:#FFF;
}

.button {
	background:#aa0202;
	color:#FFFFFF;
	padding:3px;
	border:1px solid #FFFFFF;
}

.ed {
	color:#1A1A1A;
	font-family:"Arial";
	font-size:12px;
	width:500px;
	height:200px;
	margin-top:5px;
}

.comment {
	color:#1A1A1A;
	width:500px;
	margin:10px 0px 15px 0px;
	padding:10px;
	min-height:100px;
	overflow:hidden;
	background:#FFFFFF;
	font-size:11px;
}
 
	.comment_top {
		width:480px;
		background:#CCC;
		color:#1A1A1A;
		font-weight:bold;
		padding:10px;
		margin-bottom:10px;
		font-size:10px;
	}

/* SCRIPT PAGINATION ALBUM */

#paging_container1{
	/*height: 320px;*/
}

.ellipse{
	float: left;
}

.page_navigation , .alt_page_navigation{
	padding-bottom: 10px;
}

.page_navigation a, .alt_page_navigation a{
	padding:3px 5px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#347593;
}
.active_page{
	background-color:#FFF !important;
	border:2px solid #347593;
	color:black !important;
}

.gallery_cats {
	width:200px;
	margin-top:10px;
}

	.gallery_cats ul {
		list-style-type:square;
		padding-left:20px;
	}

#gallery {
	width:600px;
}

.player_holder
{
	width:258px;
	margin:0px auto;
	text-align:center;
}

#player
{
	width:250px;
}
