/*
#header 
	{
	background-color: #fff;
	background-image: url(images/masthead72.jpg);
	background-repeat:  no-repeat;
 color: #333333;
 font-size: smaller;
 font-family: "Trebuchet MS", san-serif;
 text-align:left;
 margin: -70 0 0 50;
	}
body 
{
background-image: 
url('smiley.gif');
background-repeat: 
no-repeat;
background-attachment: 
fixed
}	
	
	*/
	
body {
 background: #fff; /*#050304;*/
 background-image: url(images/a4h_grungebg2.jpg);
 background-repeat: no-repeat;
 color: #333333;
 font-size: smaller;
 font-family: "Trebuchet MS", san-serif;
 text-align:left;
 margin: -70 0 0 50;
 }

#bodyblock {
 color: #333333;
 width: 550px;
 margin: 300px 0 0 350px;
 }


#l-col {
 font-family: "Trebuchet MS", san-serif;
 float: left;
 /*position: fixed;
 display: block; */
 background-color: ffffff;
 width: 150px;
 line-height: 100%;
 font-size: 18px;
 margin-top: 400px;
 margin-left: 50px;
 }

#adverts
{
	position: absolute;
	background: transparent;
	border: none;
	text-align: left;
	/*width: 120px;
	height: 600px;*/
	top: 225px;
	right: 0;
	left: 730px;
}

.floatimgright 
{
	float:right;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left: 10px;
}

.floatimgleft 
{
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left: 0px;
}