body {
	background: #eff2f3;
	/*border-top: 5px solid #000;*/
	color: #333;
	font-size: 18px;
	padding: 0 0 0px;
  font-family: 'Nobile', arial, serif;
}
/*
.fieldWithErrors {
	padding: 2px;
	background-color: #D00;
	padding-bottom:4px;
}
*/

.fieldWithErrors input, 
.fieldWithErrors select, 
.fieldWithErrors option 
{
	background-color: #FAA;
}	

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	/*padding: 20px 0 0;
	text-align: center; */
	font-size: 28px;
}

p {
	/*border: 1px solid #666;*/
	/*overflow: hidden;
	padding: 10px 0; */
	text-align: left;
	font-size: 18px;
}

.container_12 {
	background: #fefefe url(/img/pm_header.png) no-repeat;
	/*margin-bottom: 20px;*/
	width:960px;
}

#content {
	padding-left:5px;
}

#footer {
	text-align:center;
	padding:40px 20px 0px 20px;
	color:#fff;
	height:60px; 
	background:#162664 url(/img/pm_footer.png) no-repeat;
}


