*{
	margin:0;
	padding:0;
	font-family: Trebuchet MS;	
}

body{
	width:600px;
	margin:20px auto;
}

h1, h2{	
	margin:20px 0 5px;
	font-weight:normal;
}

a{
	color:grey;
}

a:hover{
	text-decoration:none;
	color:red;
}

.abc{
	width:85%;
	height:300px;
}

.abc li{
	font-size:54px;
	list-style:none;
	float:left;
	margin:10px;
}

.list li, .st-related-posts li{
	font-size:30px;
	list-style:none;
	float:left;
	margin:5px;
	font-weight:normal;
}

.breadcrumbs{
	font-size:12px;
}

.gallery{	
	width:550px;
	margin:20px auto;
}

.gallery img{
	float:left;
	border:1px solid #000;
	margin:5px;
}

#copyright{	
	position:fixed;
	bottom:5px;
	left:5px;
	font-size:11px;
	width:150px;
}

#counter{
	position:fixed;
	bottom:5px;
	right:5px;
}

#ads_left{
	position:absolute;
	left:5px;
	top:5px;	
	font-size:12px;
	padding:5px;
	width:120px;
}

#ads_right{
	position:absolute;
	right:5px;
	top:5px;	
	font-size:12px;
	padding:5px;
	width:120px;
}