* {margin: 0px;padding: 0px;}
body {
	background-color: #67A5D6;
}
#header {
	background-color: #FFF;
	text-align: center;
}

  body, p {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #333333;}
  p,li {margin-bottom: 10px;line-height: 130%;}
  ul,ol {margin-left: 30px;}
  a:link,a:visited,a:active {text-decoration: none;}
  a:hover {text-decoration:underline;}
  .holder {
	  /*width: 960px;*/
	  margin-right: auto;
	  margin-left: auto;
	  text-align: left;
  }

/*-----------------------------------------------------------------------------------------*/
.center_holder {
	/*width: 960px;*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
	color: #666;
}
/*-----------------------------------------------------------------------------------------*/
#content {
	background-color: #FFF;
	padding: 30px;
	width: 700px;
	margin-top: 30px;
	margin-bottom: 30px;
	  margin-right: auto;
	  margin-left: auto;
	  text-align: left;
}
/*-----------------------------------------------------------------------------------------*/
.telefone {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	color: #00569E;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.telefone a:link,
.telefone a:visited,
.telefone a:active{
	color: #00569E;
	text-decoration: none;
}
.telefone a:hover{
	color: #FFCC00;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------*/
.endereco {
	padding: 10px;
}
.endereco h1 {
	font-size: 18px;
}
/*-----------------------------------------------------------------------------------------*/
#footer {
	background-color: #028DCE;
	background-image: url(http://www.pereirajorge.com.br/images/bg_gradiente.jpg);
	background-repeat: repeat-x;
	height: 200px;
	color: #FFF;
	text-align: center;
	padding: 30px;
}
#footer a:link,
#footer a:visited,
#footer a:active{
	color: #FFCC00;
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration: none;
}

