@charset "UTF-8";
#globe  {
	margin-right: auto;
	margin-left: auto;
	width: 1355px;
	background-image: url(images/globe.jpg);
	background-repeat: no-repeat;
	background-position: left -30px;
	padding: 0px;
}
#pics {
	background-color: #999999;
	padding: 0px;
	margin-top: 0px;
}
#pics   p    {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 5px;
}
#container  {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin: 30px auto 0px;
} 
.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;
}
#sidebar2      a:link  {
	color: #000000;
	text-decoration: none;
}
	
#sidebar2   a:hover     {
	color: #CC0000;
	text-decoration: underline;
}
#sidebar2 a:visited {
	color: #000000;
	text-decoration: none;
}

