body {
	font-family:Arial, Helvetica, sans-serif; 
	word-wrap:break-word; 
	font-size:1em;
	line-height:135%;
	background-image:url(/images/bg.png);
	text-align:center;
	}

#logo { 
	display:inline-block;
	}
#redbox{
	padding:5px; 
	float:right; 
	text-align:center; 
	border:solid; 
	border-width:5px;
	border-color:red;
	font-size:1.8em;
	line-height:1.2em;
}
	
#content {text-align:left; margin-bottom:10px;}

#content li {margin-bottom:0.3em;}

#footer {text-align:left;padding-top:50px;}

h2 a:link { text-decoration:none; }
h2 a:visited { text-decoration:none; }
h2 a:hover { text-decoration:underline; }
h2 a:active { text-decoration:underline; }
h2 a:focus { text-decoration:underline; }
h2 a{color:#000000;}
	
@media only all and (min-width:1100px) {
#top { width:80%; margin-left:10%; }
}

@media only all and (max-width:1100px) {
#top { width:98%; margin-left:2%; }
}
