@charset "utf-8";

body {
	background-repeat: repeat-y;
	background-image:url(repeater.GIF);
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

*:first-child+html #header {
	margin-left:1px;
}



#father {
	margin: 0 auto 0 auto;
	width:800px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	padding-left: 60px;
	padding-right: 60px;
}

/* --------------------------------------  text headings  ----------------------- */

.immediate_release {
	font-weight: bold;
	font-size: 16px;
	color:#000066;
	float: left;
}

.contact {
	float: right;
	font-weight: bold;
	color:#003300;
	line-height: 18px;
}

.title {
	font-size: 17px;
	font-weight: bold;
	color: black;
}