
body {
	margin: 0 auto;
	padding: 0;
        text-align:center;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 14px;
	color: #3d3939;
	background: #fff url(images/sla_skin.gif) top repeat;
}

a:link, a:visited { color: #262324; text-decoration: underline; font-weight: bold;} 
a:active, a:hover { color: #262324; text-decoration: underline;}

p {
	margin: 0px;
	padding: 0px;

}

img {
	border: 2px solid #f5d0e1;
}


.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 40px;
	font-size: 1px;	
	margin: 15px 0 30px 0;
	background:url(images/divider.jpg) center center no-repeat;
}

#container{
	width: 960px;
	margin: 10px auto;
	border-top: 1px solid #DC0808;
	border-bottom: 1px solid #DC0808;
	border-left: 1px solid #DC0808;
	border-right: 1px solid #DC0808;
	background-color: #ffffff;
}
/* header */
#header {
	width: 960px;
	height: 205px;
	padding: 0px 20px;
	background: url(images/header_bg2.jpg) no-repeat;
}

#header1 {
	width: 960px;
	height: 205px;
	padding: 0px 20px;
	background: url(images/header_bg1.jpg) no-repeat;
}


#header2 {
	width: 960px;
	height: 205px;
	padding: 0px 20px;
	background: url(images/header_bg2.jpg) no-repeat;
}

#header3 {
	width: 960px;
	height: 205px;
	padding: 0px 20px;
	background: url(images/header_bg3.jpg) no-repeat;
}

#header4 {
	width: 960px;
	height: 205px;
	padding: 0px 20px;
	background: url(images/header_bg4.jpg) no-repeat;
}

#header5 {
	width: 960px;
	height: 205px;
	padding: 0px 20px;
	background: url(images/header_bg5.jpg) no-repeat;
}

#header6 {
	width: 960px;
	height: 205px;
	padding: 0px 20px;
	background: url(images/header_bg6.jpg) no-repeat;
}

#header7{
	width: 960px;
	height: 205px;
	padding: 0px 20px;
	background: url(images/header_bg7.jpg) no-repeat;
}

#header img {
	border: 0px ;
}

#flash{
	width: 960px;
	height: 205px;
	padding: 0;
        background-color:#fff;
}

/* end of header */

/* menu */

#menu {
	clear: both;
	width: 960px;
	height: 55px;
	background: url(images/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 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #571a37;
}

#menu li a:hover, #menu li .current{
	color: #ee3f91;
}

/* end of menu*/

/* content */
#content {
	width: 920px;
	padding: 40px 10px 0px 5px;
	
}

#content #content_left {
	float: left;
	width: 560px;
}

.content_left_section_01 .welcome_title {
	width: 100%;
	height: 40px;
	background: url(images/welcome_title.jpg) no-repeat;
	margin-bottom: 30px;
}

.content_left_section_01 h1 {
	font-size: 24px;
	color: #720035;
	margin: 0 0 15px 0;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #720035;
}

#content_left .content_left_section_01 img {
	margin: 0 0 0 15px;
}

#content_left p {
	margin: 0px;
	padding-bottom: 10px;
	text-align: justify;
}

#content_left .content_left_section_02 {
	clear: both;
	overflow: hidden;
	padding: 20px;
	position: relative;
	background: #fff;
	border-top: 1px solid #794F63;
	border-bottom: 1px solid #794F63;
	border-left: 1px solid #794F63;
	border-right: 1px solid #794F63;
        text-align: left;
}

.content_left_section_02 .latest_profile_title{
	font-size: 20px;
	font-weight: bold;
	color: #653f51;
	margin: 0 0 30px 0;
	padding: 10px 0 5px 50px;
	border-bottom: 1px solid #653f51;
	background:url(images/profile_icon.jpg) bottom left no-repeat;
}

.content_left_section_02 .latest_profile_box {
	float: left;
	width: 250px;
}

.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 #content_right {
	float: right;	
	width: 310px;
        margin-left: 5px;
}

#content_right #templatmeo_quick_search {
	clear: both;
	position: relative;
	width: 310px;
	margin-bottom: 30px;
	color: #fff;
	background: #FFC0C0 url(images/quick_search_bg_top.jpg) no-repeat;
}

#templatmeo_quick_search h1 {
	margin: 0px;
	font-size: 22px;
	border-bottom: 1px solid #d32275;
	padding: 15px 20px;
        text-align: center;
}

#templatmeo_quick_search p {
        padding: 5px;
        text-align: left;
}

#templatmeo_quick_search p a{
	color: #fff;
        text-decoration: none;
}

#templatmeo_quick_search span {
	width: 310px;
	height: 10px;
	background:#FFF url(images/quick_search_bg_bottom.jpg) no-repeat;
}

#content_right .content_right_section {
	clear: both;
}

.content_right_section img {
	border: none;
	margin-bottom: 15px;
}

.content_right_section h1 {
	font-size: 20px;
	color:#720035;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #720035;
}

.content_right_section h2 {
	font-size: 16px;
	color: #524e50;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	padding-bottom: 10px;
}


.content_right_section p{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

#content2 {
	float: left;
	width: 950px;
        margin-top: 10px;
        padding-left: 10px;
        text-align:left;
}

#content2 h1 {
	font-size: 15px;
	color: #720035;
	margin: 0 ;
	padding: 0 0 9px 33px;
	background:#FFF url(images/title3.gif) no-repeat;
}

#content2 h2{
       font-size: 13px;
       color: #fff;
       margin-left: 5px;
       padding:0 0 2px 15px;
       background:#fff url(images/nav1.png) no-repeat;
}

#content2 h3{
       font-size: 13px;
       color: #fff;
       margin-left: 5px;
       padding:0 0 2px 15px;
       background:#fff url(images/nav2.png) no-repeat;
}

#content2 h4{
       font-size: 13px;
       color: #fff;
       margin-left: 5px;
       padding:0 0 2px 15px;
       background:#fff url(images/nav3.png) no-repeat;
}

#content2 p {
	margin: 0px;
	padding-bottom: 10px;
	text-align: justify;
}

/* end of content */

/* footer */
#footer {
	clear: both;
	width: 960px;
	padding: 8px 0px 8px 0;
	text-align: center;
	background-color: #FFC0C0;
}

#footer a{
	color: #333;
	font-weight: normal;
}
/* end of menu */