@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	width: 800px;
	text-align:left;
	margin:0 auto;
	padding-bottom: 15px;
}

#navigation {
	height: 25px;
	background-color: #cf0000;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
}

#navigation a {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#header {
	font-size: 16px;
	font-weight: bold;
}

#footerwrapper {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;	
}

#footer {
	margin-top: 0px;
	font-size: 12px;
	color: #999;
}

#footer a {
	font-size: 12px;
	font-weight:normal;
	color: #999;
	text-decoration: none;
}


/****************************************************************
*    WLD Badge Styles
*****************************************************************/

#wld_badge {
	width: 900px;
	margin: 0 auto;
	float:left;
	margin-left: 0px;
}

#wld_badge .wld_badge_item {
	float: left;
	height: 140px;
	width: 130px;
	text-align: center;
}

#wld_badge_item_1 {
/*	background: url(images/mp1.jpg) no-repeat;*/
}

#wld_badge_item_2 {
/*	background: url(images/mp2.jpg) no-repeat;*/
}

#wld_badge_item_3 {
/*	background: url(images/mp3.jpg) no-repeat;*/
}

#wld_badge_item_3 .wld_badge_item_photo, #wld_badge_item_3 .wld_badge_item_detail {
	position: relative;
	left: -4px;
}

.wld_badge_item_photo {
	margin-top: 30px;
}

.wld_badge_item_photo img {
	border: 1px solid #ccc;
}

.wld_badge_item_detail {
	margin-top: 5px;
}

.wld_badge_item_region {
	display: none;
}