/* Layout: */

#content {
	background: #fff url(../img/bg/threecolumns.jpg) no-repeat;
	background-position: -1px !important; /* IE calculates the border-position incorrectly -- this fixes it */
	background-position: 0px;
}

#content div.left {
	float: left;
	background: transparent url(../img/bg/content.jpg) top repeat-x;
	width: 629px;
}

#content div.left div.content {
	float: left; width: 440px; padding: 46px 20px 20px 34px;
}

#content div.right {
	float: left;
	width: 220px;
	xbackground: #5c5c5c url(../img/bg/threecolumns.jpg) right top no-repeat;
	padding-top: 70px;
}

#content div.right div.photo {
	border-style: solid; border-width: 3px 0px 1px 0px; border-top-color: #000; border-bottom-color: #fff;
}
#content div.right div.photo p {
	font-family:Helvetica, Arial, sans-serif; font-size: 11px; color: #fff; margin: 5px 10px 15px 10px;
}
#subscribe {
	margin: 15px 10px 15px 10px;
}
#subscribe h2 {
	margin: 0px 0px 10px 0px; font-family:'Times New Roman', Times, serif; font-size:16px; color: #fff; font-weight:normal;
}
#subscribe p.copy {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #fff; margin: 0px 0px 7px 0px;
}
#subscribe form {
	margin: 0px;
}
#subscribe input {
	margin-right: 10px; width: 80px; float: left;
}


#subscribe p.privacy {
	clear: left; padding-top: 3px; color: #fff; clear: left;
}