#presscontent {
	background-color: #f6f6f6;
	height:650px;
	padding: 10px;
	clear: both;
}

#presscontent p {
	font: normal 0.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #545454; 
	text-transform: none;
	padding: 10px; 	
	margin: 10px;
}

#presscontent h1 {
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #780001; 
	text-transform: none;	
	padding-top:0px;
}


#pressleft {
	font: normal 0.8em 'Trebuchet MS', Tahoma, Sans-serif;
	float:left;
	width:425px;
	margin-left:20px;
	margin-right:5px;
}

#pressright {
	font: normal 0.8em 'Trebuchet MS', Tahoma, Sans-serif;
	float: right;
	width:300px;
}

#pressright h1 {
	font: normal 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #780001;
	text-transform: none;
	padding: 0px 0px 0px 10px;
	display: inline;
	text-decoration: underline;
}


label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #780001 repeat-x 0 0;
	border: none;
}