﻿@import url("cms.css");
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #3d3939;
	background: #d95995 url(main_bg.jpg) top repeat-x;
}

a:link, a:visited { color: #262324; text-decoration: none;} 
a:active, a:hover { color: #ee3f91; text-decoration: underline;}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.image{border: 5px solid #f5d0e1;}


.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	height: 40px;
	font-size: 1px;	
	margin: 15px 0 30px 0;
	background:url(divider.jpg) center center no-repeat;
}

#container{
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #f8bbd7;
}
/* header */
#header {
	width: 920px;
	height: 205px;
	padding: 0px 20px;
	background: url(header_bg.jpg);
}

#key_box {
	float: right;
	width: 520px;
	padding-top: 7px;
}

#key_box h1 {
	font-size: 14px;
	color: #fe0077;
}

#menu {
	clear: both;
	width: 960px;
	height: 55px;
	background: url(menu_bg.jpg) no-repeat;
}

#menu ul {
	padding: 15px 0 0 0;
	margin: 0 0 0 80px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #571a37;
}

#menu li a:hover, #menu li .current{
	color: #ee3f91;
	text-decoration:underline;
}

#wap {
	width: 920px;
	padding: 10px 20px 0px 20px;
	
}

#content_left {
	float: left;
	width: 590px;
}

.content{ padding:10px;
	
}

.content_left_section_01{
	background: url(divider.jpg) no-repeat center bottom;
	padding:0 0 30px;
	margin:0 0 10px;
	
}
.content_left_section_01 .welcome_title {
	height: 40px;
	background: url(welcome_title.jpg) no-repeat;
}

.content_left_section_01 img {
	margin: 0 0 0 15px;
}

#content_left p {
	margin: 0px;
	padding-bottom: 10px;

}

.content_left_section_02 {
	clear: both;
	overflow: hidden;
	padding: 20px;
	position: relative;
	color: #fff;
	background: #794f63 url(content_left_section_bottom_bg.jpg) bottom center no-repeat;
}

.content_left_section_02 .latest_profile_title{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0 5px 50px;
	border-bottom: 1px solid #653f51;
	background:url(profile_icon.jpg) bottom left no-repeat;
}

.latest_profile_box {
	width: 520px;
	margin:10px 0;
	border-bottom:1px solid #653f51;
}

.latest_profile_box .name {
	font-weight: bold;
	color: #FFF;
}

.latest_profile_box  img {
	float: left;
	margin-right: 15px;
	padding: 0px;
}

.content_left_section_02 .cleaner_with_width {
	float: left;
	display: inline-block;
	height: 20px;
	width: 20px;
	font-size: 1px;
}

#content_right {
	float: right;	
	width: 310px;
}

#templatmeo {
	clear: both;
	position: relative;
	width: 310px;
	margin-bottom: 10px;
	background: #ee3f91 url(quick_search_bg_top.jpg) top center no-repeat;
	color: #fff;
}

#templatmeo h2 {
	margin: 0px;
	font-size: 14px;
	border-bottom: 1px solid #d32275;
	margin-bottom: 10px;
	padding: 10px 20px;

}

#templatmeo li {
	line-height:150%;
}
#templatmeo li span {
	font-weight:bold;
}
#templatmeo li a {
	color: #fff; padding-right:5px;
}

#templatmeo li a:hover {
	color: #fff;
	text-decoration:underline;
}

.content_right_section {
	clear: both;
}

.content_right_section img {
	margin-bottom: 10px;
}

.news_list ul {
	margin:10px; padding:0;
}
.news_list ul li {
	line-height:200%;
	border-bottom:1px dashed #fff;
}
.news_list ul li span {
	float:right;
	font-size:11px;
}


.content_right_section p{
	margin: 0 0 0 0;
	padding: 0 10px 10px;
}


.header { border-top: 1px solid #ef3f90; border-bottom: 1px solid #ef3f90; }
.title { margin: .1em 0 .1em 0; padding-left: .5em; background: #ef3f90; font: 14px verdana; line-height: 1.6em; font-weight: bold; color: #fff; }

#links{
	background: #ef3f90;
	padding:2px 15px;
}
#links a{
	padding:0 4px;
	color:#fff;
}
#footer {
	clear: both;
	width: 960px;
	padding: 10px 0px;
	text-align: center;
	background-color: #eaa9c7;
}

#footer p{
	line-height:200%;
}
#footer a{
	color: #333;
	font-weight: normal;
	padding:0 2px;
	text-decoration:underline;
}


