/* Black Box Properties */
.black_box {
	z-index: 98;
	}
.black_box_tl {
	background-image: url(../images/black_box_01.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.black_box_t {
	background-image: url(../images/black_box_02.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 20px;
	}
.black_box_tr {
	background-image: url(../images/black_box_03.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.black_box_ml {
	background-image: url(../images/black_box_04.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 20px;
	}
.black_box_m {
	background-image: url(../images/black_box_05.png);
	}
.black_box_mr {
	background-image: url(../images/black_box_06.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 20px;
	}
.black_box_bl {
	background-image: url(../images/black_box_07.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}
.black_box_b {
	background-image: url(../images/black_box_08.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 20px;
	}
.black_box_br {
	background-image: url(../images/black_box_09.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	}

/* Carousel feed */
#our-featured-members {
    margin-left: -500px;
    margin-top: -395px;
    position: absolute;
    width: 1020px;
    height: 120px;
    background-color: #33b2ff;
    padding-top: 10px;
}

/* 2nd image styles */
#second_image{
    margin-left: 160px;
    margin-top: -240px;
}

/* Description */
#description{
    width: 620px;
    height: 400px;
    float: left;
    margin-left: 10px;
    margin-top: -120px;
}

/* User login */
#memlogin {
	position: relative;
	top: -235px;
	left: 340px;
	font-size: 13px;
	width: 580px;
	margin: 0;
	padding: 0;
	}

/* Quick search styles */
#search{
	position: absolute;
	height:210px;
    margin-left: 180px;
    margin-top: -530px;
    padding:15px;
	width:210px;
	text-align:center;
}	