﻿/* Layout CSS */
#masthead {
	width: 100%;
	height: 92px;
	background-color:#FFD69D;
}
#menuhead {
	width: 100%;
	height: 20px;
	background-color:#E6E6E6;
}
#fotomenu {
	width: 840px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	height: 86px;
	padding-top:6px;
}
#vocimenu {
	width: 840px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	height: 20px;
}
#page_content {
	width: 840px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#page_content_left {
	width: 200px;
	float:left;
}
#page_content_right {
	width: 640px;
	float:left;
}
#page_content_right p {
	text-align:justify;
}
#footer {
	background-color: #C0C0C0;
	height: 40px;
	clear: both;
}
#footer_content {
	width: 840px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
a:visited    { text-decoration: none; color:#000099 }