*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Book Antiqua", "Times New Roman", Times;
}
body{
	background: url(../images/background.jpg) no-repeat;
}
br{
	clear: left;
}
a{
	color: #1849B5;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	background-color: #1849B5;
}
#master_container{
	width: 778px;
	background-color: #FFF;
	border: 5px solid #999;
	border-top: 0px;
	border-bottom: 0px;
	margin: auto;
}
#header{
	width: 500px;
	float: left;
}
#header h1{
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	width: 500px;
	height: 212px;
}
#box_days{
	width: 278px;
	text-align: center;
	font-size: 14px;
	float: left;
}
#box_days #days{
	width: 150px;
	height: 100px;
	border: 3px solid #999;
	margin: auto;
	margin-top: 5px;
	text-align: center;
	font-size: 100px;
}
#status{
	width: 278px;
	color: #FFCF00;
	padding: 5px 0px 5px 0px;
	text-align: center;
	float: left;
}
#google_man{
	width: 278px;
	color: #C61800;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	float: left;
}
#google_man a{
	color: #FFF;
	background-color: #C61800;
	text-decoration: none;
}
#menu{
	margin: 10px 0px;
}
#menu ul li{
	display: inline;
	margin: 0px 10px 0px 2px;
	font-size: 20px;
}
#content{
	width: 596px;
	padding: 0px 2px 0px 2px;
	float: left;
}
#content h2{
	color: #007D08;
	margin-top: 10px;
}
#content h3, #content h4{
	margin-top: 8px;
}
#content p{
	margin-bottom: 8px;
}
#content img{
	border: 3px solid #CCC;
	margin: 5px 0px 5px 0px;
}
#content ol{
	padding-left: 30px;
}
#content ol li{
	list-style: decimal;
}
#content ol li ul li{
	list-style: square;
	margin-left: 20px;
}
#lateral{
	width: 172px;
	border-left: 1px dotted #CCC;
	padding-left: 5px;
	font-size: 14px;
	float: left;
}
#lateral h2{
	font-size: 22px;
	color: #C61800;
}
#lateral h3{
	font-size: 14px;
}
#footer{
	background-color: #CCC;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
}

#content #google_maps{
	border: 3px solid #CCC;
	width: 500px;
}
#content #nome, #content #email, #content #assunto{
	width: 400px;
}
#content #mensagem{
	width: 400px;
	height: 150px;
}
#content #mensagem_ok{
	background-color: #007D08;
	color: #FFF;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
#content #mensagem_erro{
	background-color: #C61800;
	color: #FFF;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
#content #mensagem_erro ul li{
	margin-left: 20px;
	list-style: square;
}
#content .video{
	text-align: center;
}