@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-attachment:scroll;
	background-color:#E0AF30;}
	
A:link{
	font-family:"Palatino Linotype", "Book Antiqua", "Palatino, serif,";
	font-size: 12px;
	color: #21306A;
	text-decoration: none;}
	
A:visited{
	color: #21306A;
	text-decoration: none;}
	
A:hover{
	color: #C82B1F;}
	
A:active{
	color: #21306A;}
	
.news {
	width: 670px;}

#header{
	position:absolute;
	top: 0px;
	left: 50%;
	width: 788px;
	margin-left: -394px;}
	
#menu{
	position:absolute;
	top: 209px;
	left: 50%;
	width: 788px;
	height: 53px;
	margin-left: -394px;
	z-index:2;}
	
#content{
	position:absolute;
	top: 242px;
	left: 50%;
	width: 700px;
	margin-left: -390px;
	background-image:url(images/bodybg.png);
	background-repeat:repeat-y;
	padding-top: 30px;
	padding-left: 48px;
	padding-right: 50px;
	padding-bottom: 10px;
	z-index:1;}
	
.images{
	border:none;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0px;
	margin-right: 0px;}
	
.title img{
	padding-bottom: 5px;}
	
.thumbnail img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;}

.thumbnail:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;}
	
.text{
	font-family:"Palatino Linotype", "Book Antiqua", "Georgia", "Palatino, serif,";
	font-size: 12px;
	color: #4C120F;
	line-height: 160%;}
	
.footer{
	font-family:"Palatino Linotype", "Book Antiqua", "Georgia", "Palatino, serif,";
	font-size: 10px;
	color: #4C120F;}
	
.timestamp{
	font-size: 20px;
	font-weight: bold;
	color: #C82B1F;
	line-height: 150%}
	
img.floatleft { 
    float: left; 
    margin: 10px; }
