body {
 	font-family: Arial, Helvetica, sans serif;
 	font-size: 14px;
	line-height: 150%;
 	background-color: #D5E4FF;
 }
 h1 {
 	font-size: 120%;
 	font-weight: bold;
 	margin-bottom: 20px;
 	margin-top: 0px;
}
 h2,h3 {
 	font-size: 110%;
 	font-weight: bold;
 	margin-bottom: 0;
 	margin-top: 0;
}
table {
 	font-size: 13px;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
	}
#content {
	position: absolute;
	top: 101px; 
	left: 16%;
	padding: 5px;
	width: 83%;
	z-index: 1;
	max-width: 728px;
	background-color: #FFFFFF;
	margin-bottom: 80px;
	}
#fb {
	position: absolute;
	top: 103px; 
	left: 693px;
	}
#right {
	width: 250px;
	float: right;
	padding: 0 0 5 5;
	}
a {
	text-decoration: none;
	color: #0000FF;
	}
a:visited {
	color: #5a3696;
	text-decoration: none;
	}
a:hover {
	background-color: #EEEEFF;
	text-decoration: underline;
	}
#logo {
	position: absolute;
	top: 23px;
	left: 0.5%;
	width: 15%;
	max-width: 200px;
	/* margin: 12 0 32 0;  if position is absolute*/
	}
#navi {
	position: absolute;
	top: 101px;
	left: 0.5%;
	width: 15%;
	}
#banner {
	position: absolute;
	top: 2px;
	left: 16%;
	padding: 0px;
	width: 83%;
	/* background-color: #FFFFFF;*/ 
	}
img.social {border-radius: 3px; border: 0px; margin: 0 10 0 5; cursor:pointer}
p.pic {
	font-size: 90%;
	margin-left: 50px;
	margin-right: 50px;
	}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.menu li {
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 4 0 4 0;
	display: block;
	background-color: #F3F8FF;
	border: 1px solid #E5F4FF;
	}
.menu a:visited {
	color: #0000FF;
	text-decoration: none;
	}
.menu li a:hover {
	color: #FF0000;
	text-decoration: none;
	}
.menu a img {
	border: 0;
	}
.sponsors img{
	margin: 1px; margin-left: 18px;
	}
@media only screen and (max-width: 500px) {
h1	{clear:both;}
#right	{float:left;}
}
@media print {
#navi, #banner, #top, #ads-end {
   display: none;
 }
#content {
	position: absolute;
	top: 75px;
	left: 2px;
 }
}