/* 
 * GayAdultChat.co.uk - Div definitions 
 */

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

#header {
	position: relative;
	top: 10px;
	background: url(../images/header.jpg) no-repeat;
}

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

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

#register {
	position: relative; 
	top: -280px; 
	left: 320px;
	height: 300px;
	width: 455px;
	background: url(../images/register.jpg) no-repeat;
}

#new_members {
	position: relative;
	top: -280px;
	height: 170px;
	background: url(../images/new_members.jpg) no-repeat;
}

#banner {
	position: relative;
	top: -270px;
	left: 20px;
	height: 90px;
}

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: 0px 0px 5px 10px;
}

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

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

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

.login_text {
	padding: 0px 0px 15px 10px;
}

.register_text {
	padding: 0px 0px 0px 10px;
}

.list_text {
	padding: 0px 0px 0px 0px;
}

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

/* WLD Components */
#wld_badge_wrapper { border: 0px solid black; width: 775px; 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; }
