body{
	font-size:0.84em; /* 13px */
	line-height:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	background: #171717 url(../img/backgrounds/body.png) no-repeat top left;
	color:#4e4d4d;
	}
	
body.full-liquid{
	background:#fff;
	}
	
body.full-liquid #site-information{
background: #1874ae;
	}
	
:focus {
	outline: 0;
}

/* skip content */

#skip a, #skip a:hover, #skip a:visited{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:active, #skip a:focus{
	position:static;
	width:auto;
	height:auto;
} 

	
#site-information .website-logo{ /* logo img in footer */
	width:40px;
	position:absolute;
	right:0px;
	top:0px;
	}
	
	
/* common elements */

.element-hidden{
	visibility:hidden;
	}
	
/* drupal content  */

.page-content{
	margin:5px;
	}
	



