@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(/images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000033;
	font-size: 16px;
}
#container { 
	width: 640px;
	margin: 20px auto;
	text-align: left;
} 
#header {
	padding: 0;
	color: white;
	text-align: center;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}

h1 {
	font-size: 140%;	
}
h2 {
	font-size: 130%;	
}
h3 {
	font-size: 120%;	
}
h4 {
	font-size: 110%;	
}

#mainContent { 
	margin: 0 20px 0 0;
} 
#footer { 
	text-align: center;
	font-size: 12px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#badge_div {
	margin-left: 10px;
	width: 215px;
	height: 180px;
	font-size: 12px;
}
.rightFloat {
	float: right;	
}
a img {
	border: none;
}
.hostId {
	font-size: 14px;
	font-weight: bold;
	color:#060;
}