/* 
	Stylesheet for Syntaris newsletter
	
	Version:        1.0
	Last Updated:   Jan 21, 2009
*/


#newsletter_wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 668px;
	border: solid 1px #ABADA0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
}
#newsletter_header h1 {
	background: url(../img/newsletter_header.jpg) no-repeat;
	width: 668px;
	height: 183px;
	margin: 0px;
	text-indent: -1000000px;
}
#newsletter_content {
	width: 640px;
	margin-left: 15px;
}
#newsletter_subtitle h2 {
	color: #000;
	font-weight: bold;
	font-size: 	16px;
	font-weight: 401;
	font-style: normal;
	/*background-color:#990000;*/
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 35px;
}

#newsletter_content_left {
	color: #6D6E71;
	font-size: 11px;
	float: left;
	width: 620px;
	margin-right: 40px;
}
#newsletter_content_left a {
	color: #6D6E71;
}
#newsletter_content_left a:hover {
	text-decoration: none;
}
#newsletter_content_right {
	float: left;
	width: 430px;
	font-size: 11px;
}
#newsletter_content_right a {
	color: #000;
}
#newsletter_content_right a:hover {
	text-decoration: none;
}
#newsletter_content_right h3 {
	font-size: 16px;
	font-weight: 401;
	font-style: normal;
	color: #CC9900;
	text-transform: capitalize;
	margin-top: 25px;
	margin-bottom: 20px;
}
#newsletter_content_right p {
	margin-top: 11px;
	margin-bottom: 11px;
}
#newsletter_footer {
	font-size: 10px;
	color: #939598;
	line-height: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
}
#newsletter_footer a {
	color: #939598;
	text-decoration: none;
}
#newsletter_footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}