body {
	font: normal 14px Arial, sans-serif;
	margin: 0 auto;
}

/*****************************************************/

p {margin: 0; }


h1 {
	font-size: 17px;
	color: #249F10;
}

h2 {
	font-size: 16px;
	color: #146eb4;
}

h3 {
	font-size: 15px;
	color:  #0E7806;
	margin: 0 0 0 10px;
}


/******************************************************/

#top_menu {
    width: 940px;
    text-align: right;
	color: #146eb4;
	float: right;
	padding-right: 10px;
	margin-top: 10px;
	font-size: 13px;
}


#top_menu  a:link {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #146eb4; TEXT-DECORATION: none; 
}
#top_menu  a:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #146eb4; TEXT-DECORATION: none; 
}
#top_menu a:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; color: #146eb4; TEXT-DECORATION: underline; 
}
#top_menu a:active {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #146eb4; TEXT-DECORATION: none; 
}

/*****************************************************/

#top_banner {
    width: 950px;
    text-align: left;
}


#page {
	width: 950px;
	margin: 0 auto;
	min-height: 500px;
}

#search {
	width: 650px;
	height: 130px;
	margin: 30px auto 0px;
	position: relative;
}

#search_tbl {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

#buttons {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}


#recently {
	width: 625px;
	margin: 20px auto 0;
	text-align: left;
}


#recently_images {
	width: 630px;
	padding-left: 13px;
	margin: 0px auto 0;
	text-align: left;
}

.recently_images_div {
	width: 111px;
	height: 145px;
	border: 1px solid #75a00f;
	float: left;
	margin: 0 13px 13px 0;	
}

.recently_images_div p {
	width: 108px;
	height: 34px;
	margin: 0;
	background-color: #e2e2e2;
	color: #6d6d6d;
	font-size: 13px;
	padding-left: 3px;
}


/******************************************************/


#content {
	background-color: white;
	margin: 0 auto;
	width: 950px;
	min-height: 350px;	
	padding-top: 30px;
	position: relative;
}


#register, #f1, #f2, #f3, #mysearch, #messages, #network, #etc{
	float: left;
}

#register p,  #f1 p, #f2 p, #f3 p, #mysearch p, #messages p, #network p, #etc p {	
	clear: left;
	margin: 0 0 10px 10px;
	padding:0;
	padding-top: 2px;
	width: 600px;
	text-align: left;
}

#register p label, #f1 p label, #f2 p label, #f3 p label, #mysearch p label {

	float: left;
	width: 150px;
	font: bold 13px arial, sans-serif;
	text-align: left;
	
}


#register p span, #f1 p span, #f2 p span, #f3 p span {
	color: red;
	font: bold 12px arial, sans-serif;	
}


#register fieldset {
	width: 500px;
	margin: 0 0 10px 225px;
	padding-bottom: 20px;
	display:block;
}


legend {
	font-size: 14px; border: 1px solid gray;
	padding: 2px 6px; background-color: #FAF7F0;
	color: black; font-weight: bold;
	margin-bottom: 20px;	
}


.cb2 {
	margin: 0 0 0 150px;
}


#register p .cbx, #f1 p .cbx{
	font-size: 12px;
	color: black;
}


.star {
	color: red;
	font-weight: bold; 
}


.btn {
	border: 1px solid gray;
}

/********************************************************/
/*search*/

.search_result_div {
	border: 1px solid gray;
	width: 700px;
	height: 103px;
	margin: 0 0 30px 150px;
	padding: 10px;
	color: #146eb4;
	font-size: 13px;
	font-weight: bold;
	float: left;
}


.search_result_div div {
	height: 102px;
}

/*********************************************************/
/*profile*/

#profile_details {	
	height: 570px; 
	background-image: url(images/pattern-2.jpg);
	margin: 10px auto; 
	width: 800px;
	border: 4px solid #b6d79a;
	padding: 5px;
}

#profile_details p {	
	margin-bottom: 5px;
}


#profile_details p span {	
	color: #146eb4;
}

.couple_informmation {
	float: left;
	width: 180px;
}

.him_or_her {
	font-weight: bold;
}

#send_message p {
	font-weight: bold;
}

#more_info {
	/*just for ie 8*/
}

/*********************************************************/
/*Messages*/

#messages {
	 min-height: 300px;
}

#messsages_cols {
	 width: 700px;
	 background: #55A616;
	 margin-left: 2px;
}

#messsages_cols td {
	 font-weight: bold;
	 color: white;
	 padding-left: 3px;
}

#in_out_box {
	position: absolute;
	top: 45px;
	left: 10px;	
}

.message {
	position: relative;
	width: 711px;
	min-height: 5px;
	border:1px solid gray;
	margin-left: 2px;
	margin-bottom: 10px;
	padding: 8px 5px 5px 5px;
}


 .message_subject {
 	position: absolute;
	left: 5px;
	top:0;	
	cursor: pointer;
 }

 .message_from {
 	position: absolute;
	left: 408px;
	top:0;
}

.message_date {
 	position: absolute;
	left: 544px;
	top:0;
}
 
 .message_del {
 	position: absolute;
	left: 684px;
	top: 2px;
	cursor: pointer;
 }
 
 
 .message_content {
 	height: 70px;
	padding-top: 20px;
	display: none;
 }
 
 .read {font-weight: normal;}
 .not_read {font-weight: bold;}


 .bld {font-weight: bold; }
 
/*********************************************************/
/*Network*/

#network {
	 min-height: 300px;
	 font-weight: bold;
}


/**********************************************************/
/*tell your friends*/

#tell {
	width: 500px;
	margin: 60px 0 0 270px;
	text-align: left;
}

/**********************************************************/


#footer {
	 margin: 30px auto 10px;
	 width: 950px;
	 color: #146eb4;
	 text-align: center;
	 font-size: 13px;
	 float: left;
}

#footer  a:link {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #146eb4; TEXT-DECORATION: none; 
}
#footer  a:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #146eb4; TEXT-DECORATION: none; 
}
#footer a:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; color: #146eb4; TEXT-DECORATION: underline; 
}
#footer a:active {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #146eb4; TEXT-DECORATION: none; 
}


