/*--- News Letters ---*/
#middle_content_main {
	background:url(../../assets/newsletter_bg.jpg) top right no-repeat;
}

#middle_content_main p {
	padding-right: 250px;
}
#middle_content_main .newsletter_content p {
	padding:0 0 5px 0;
}
.newsletter_wrap {
	width:595px;
	height:auto;
	margin:20px 0;
}
.newsletter_title {
	width:585px;
	height:auto;
	padding:5px 0 5px 10px;
	background:#4a004e;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
}
.newsletter_content {
	width:573px;
	height:auto;
	padding:10px;
	border:1px solid #CCCCCC;
}

.newsletter_content ul {
	font-size:0.8em;
	color:#666666;
	margin-bottom:5px;
}
.newsletter_content ul li {
	list-style:none;
	font-weight:bold;
	padding:5px;
}
.newsletter_content span {
	color:#4a004e;
}
.newsletter_content ul li a {
	color:#666666;
	text-decoration:none;
}

.newsletter_content ul li a:hover {
	text-decoration:underline;
	}
