#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 999px;
	text-align: left; /* to realign your text */
}

#mainContent {
	position: relative;
	width: 999px;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 123px;
	width: 959px;
	padding: 0 0 10px 0;
}

#leftCol {
	float: left;
	padding: 0 10px 0 0;
}

#search {
	background: url(../images/search.jpg) no-repeat;
	height: 200px;
	width: 300px;
}

#login {
	background: url(../images/login.jpg) no-repeat;
	height: 100px;
	width: 300px;
}

#register {
	background: url(../images/register.jpg) no-repeat;
	float: left;
	height: 430px;
	width: 649px;
}

#new_members {
	background: url(../images/new_members.jpg) no-repeat;
	height: 170px;
	width: 959px;
}

#star {
	z-index: 10;
	position: absolute;
	top: 390px;
	left: 90px;
}

#banner {
}

.panelContent {
	padding: 20px 0 0 10px;
}

body {
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
	background-color: #FFFFFF;	
}

tr {
	vertical-align : text-top;
}

h1, h2, .search_text, .login_text, .register_text, .list_text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px; 
	font-weight : normal;
	padding: 0 0 5px 0;
}

h1 {
	font-size: 17px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

.search_text {
	padding: 0 0 20px 0;
}

.login_text {
	padding: 0 0 0 0;
}

.list_text {
	padding: 0 0 0 0;
}

ul {
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0
}

.button_default {
	width: 80px;
	margin-left : 10px;
}

/* WLD Components */
#wld_badge_wrapper { border: 0px solid black; width: 959px; overflow: hidden; }
#wld_badge_inner { padding: 30px 0px 10px 35px; }

.wld_badge_item { float: left; margin: 0 10px 0 0; padding: 0; }
.wld_badge_item img { border: 1px solid black; }
.wld_badge_item_detail { margin-top: 5px; font-family: Verdana; font-size: 65%; width: 90px; overflow: hidden; }
.wld_badge_clear { clear: both; }

