* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8B8B8B;
}
body {
	background-image: url(../images/padrao/bg_body.jpg);
	background-repeat: repeat;
}
#header {
	width: 960px;
	height: 110px;
	display: table;
	margin: auto;
}
#header_holder {
	background-image: url(../images/padrao/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: center 35px;
}
#header h1 a {
	display: block;
	width: 212px;
	height: 110px;
	background: url(../images/padrao/logo.jpg) no-repeat;
	float: left;
	text-indent: -9000px;
}
#header #menu {
	float: right;
	width: 730px;
	height: 110px;
	background: url(../images/padrao/sub-menu.gif) repeat-x center 83px;
}
#header #nav{
	display: none;
}
#content_holder {
	margin: 0 auto;
	width: 960px;
	height: 370px;
	background-color: #FFFDEE;
	margin-bottom: 8px;
}
#content_holder #photo {
	width: 230px;
	float: left;
	background-image: url(../images/padrao/photo.jpg);
	background-repeat: no-repeat;
	height: 370px;
}
#footer_holder {
	background-image: url(../images/padrao/bg_rodape.jpg);
	background-repeat: repeat-x;
	height: 48px;
}
#footer {
	margin: auto;
	width: 900px;
	height: 48px;
}
#footer * {
	color: #7f7f7f;
	font-size: 80%;
	line-height: 48px;
	letter-spacing: 1px;
}
#footer a {
	float: right;
}
#footer a:hover {
	color: #C30;
	text-decoration: none;
}
#footer span {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

