body {
  background: #eaeaea;
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

form {margin: 0; padding: 0}

table {
	border: 0;
}

img {
	border: 0;
}

#main_div {
  margin: 0 auto;
  padding: 0;
  width: 972px;
}
/*Head*/
#logo {
	float: left;
	width: 447px;
	height: 175px;
  background: no-repeat url('../images/adating/logo_bg.jpg');
}
#logo_url {
	position: relative;
	top: 54px;
	left: 37px;
	display: block;
	width: 225px;
	height: 58px;
}
#logo_url span {
	position: absolute;
	top: -200px;
}
#under_logo {
	width: 414px;
	padding: 0 0 0 26px;
	position: relative;
	top: 75px;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}
#top_right {
	float: left;
	width: 525px;
	height: 175px;
	background: no-repeat url('../images/adating/top_right.jpg');
}
/*End Head*/
/*Content*/
#middle_content {	
	background:#ffffff url('../images/adating/right_border.jpg') repeat-y right;
	width: 972px;
}
  /*Left Column*/
#left_column {
	float: left;
	padding: 0 0 0 0;
	width: 467px;
	background: repeat-y url('../images/adating/left_border.jpg') #ffffff;
}
#left_content {
	width: 441px;
	padding: 0 0 0 26px;
}
#search_top {
	width: 435px;
	height: 46px;
	background: no-repeat url('../images/adating/search_top.jpg');
}
#search_form {
	width: 435px;
	font-size: 11px;
	background: no-repeat url('../images/adating/search_form_bg.jpg');
}
#search_form select {
	font-size: 11px;
}
#search_end {
	width: 435px;
	height: 15px;
	background: no-repeat url('../images/adating/search_end.jpg');
}
#bottom_title {
	padding: 8px 0 8px 0;
	font-size: 15px;
	font-weight: bold;
}
.bottom_text {
	color: #333333;
	padding: 0 0 8px 0;
}
.bottom_text h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
  /*End Left Column*/
  /*Right Column*/
  #right_column {
		width: 505px;
		float: left;
		padding: 0;
  }
  #right_content_top {
		width: 505px;
		height: 150px;
		background: no-repeat url('../images/adating/content_top_right.jpg');
  }
  .img_row {
		padding: 15px 0 10px 14px;
  }
  .img_row img {
		padding: 0 17px 0 17px;
  }
  #right_content_middle {
		width: 505px;
		background: repeat-y url('../images/adating/content_middle_right.jpg');
  }
  #right_content_bottom {
		width: 505px;
		height: 150px;
		background: no-repeat url('../images/adating/content_bottom_right.jpg');
  }
  #right_content_end {
    width: 505px;
    height: 35px;
    background: no-repeat url('../images/adating/content_end_right.jpg');		
  }
  .gray_text{
		width: 450px;
		padding: 0 0 0 5px;
		color: #333333;
		font-size: 14px;
		font-weight: bold;
  }
  .gray_text a {
		color: #333333;
		text-decoration: underline;
  }
  .gray_text a:hover {
		color: #333333;
		text-decoration: underline;
  }
  /*End Right Column*/
/*End content*/
/*Bottom*/
#page_bottom {
	width: 972px;
	height: 30px;
	background: no-repeat url('../images/adating/bottom_bg.jpg');
	text-align: center;
	padding-top: 26px;
}
#page_bottom span {
	font-size: 13px;
	font-weight: bold;
}
#bottom_menu {
	font-size: 11px;
	padding: 0 0 25px 0;
}
#bottom_menu a {
	color: #000000;
	text-decoration: none;
}
#bottom_menu a:hover {
	color: #000000;
	text-decoration: underline;
}
/*End Bottom*/


.clear {
	clear: both;
}
.center{
	text-align: center;
}

