
body {
	font: 10pt/12pt Tahoma, Verdana, Arial;
	color: white;
  background: url(images/bodybackground.jpg);
}

h3 {
	font: 18pt/20pt tahoma;
	color: red;
	margin: 0px;
}

.divpics img {
	border: 2px solid gray;
	margin: 5px;
}

a {
	font: 11pt / 14pt Tahoma, Arial;
	color: red;
	text-decoration: none;
}

a:hover {
	color: white;
}

.mags {
	padding: 5px;
	width: 100%;
}


.floatcontainer:after
{ content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
	} 
	
	.floatcontainer{
		display: inline-block;
		} 
		
		/* Hides from IE Mac \*/ 
		* html 		.floatcontainer {height: 1%;} 
		.floatcontainer{display:block;} 
		/* End Hack */ 


