@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #282118;
	text-align: center;
	background-image: url(../images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	font-size: 62.5%;
	padding-bottom: 20px;
}
#divBody a:link {
	color: #990000;
	text-decoration: underline;
}
#divBody a:hover {
	text-decoration: none;
}
#divBody a:visited {
	color: #610000;
}
p  {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
ul,ol   {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-left: 20px;
}
li  {
	margin-bottom: 2px;
}
h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #610000;
	text-align: center;
	font-size: 2.8em;
	letter-spacing: 1px;
	font-weight: normal;
}
h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #939E35;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 2px;
}
#divNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #FFFFFF;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#divNavigation ul {
	list-style-type: none;
}
#divNavigation li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
}
#divNavigation a:link, #divNavigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#divNavigation a:hover {
	color: #ACB836;
	text-decoration: none;
}
#divHeader {
	background-color: #610000;
	height: 80px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3E0000;
	border-bottom-color: #3E0000;
}
#imgVoice {
	position: absolute;
	top: 105px;
	margin-left: -110px;
	left: 50%;
}
#divBody {
	background-color: #FFFFFF;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #665E4A;
	border-bottom-color: #665E4A;
	border-left-color: #665E4A;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height:500px;
}
#divBody .txtIndex {
	font-size: 1.4em;
	text-align: center;
}
.divAlto, .divAltoLast {
	float: left;
	height: 280px;
	width: 230px;
	border: 1px solid #D5CEBD;
	margin-right: 10px;
	margin-bottom: 14px;
	text-align: center;
}
.divAlto img, .divAltoLast img {
	margin-top: 10px;
	margin-bottom: 10px;	
}
#divBody .divAlto h1, #divBody .divAltoLast h1 {
	text-transform: none;
	color: #B7D35F;
	font-size: 2.4em;
}
.imgCenter  {
	text-align: center;
}
.imgCenter  img {
	padding: 1px;
	border: 1px solid #665E4A;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgCenter p {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
}
.divPhoto {
	float: left;
	width: 170px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.divPhoto img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.divAltoLast  {
	margin-right: 0px;
}
#divFooter {
	clear: both;
	height: 165px;
	margin-top: 15px;
	margin-right: -20px;
	margin-left: -20px;
	position: absolute;
	top: 526px;
	width: 740px;
	background-image: url(../images/layout/background_footer.gif);
	background-repeat: repeat-x;
	padding-left:20px;
	padding-top:10px;
}
.divFootBox  {
	float: left;
	height: 143px;
	width: 345px;
	margin-right: 20px;
	margin-bottom: 14px;
	text-align: left;
}
.divFootBox img {
	margin-right: 8px;
	margin-bottom: 8px;
}
#divFooter h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	font-size: 1.1em;
	font-style: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5CEBD;
	margin-bottom: 8px;
	padding-bottom: 5px;
	text-align: center;
}
#divFooter h2 a:link, #divFooter h2 a:visited {
	text-decoration: none;
	color: #4C4C4C;
}
#divFooter h2 a:hover {
	color: #990000;
}
#divFooter p {
	font-size: 1.1em;
}
#divCopyright {
	font-size: 1.1em;
	color: #8D846B;
	margin-top: 5px;
	width: 760px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#divCopyright a:link, #divCopyright a:visited {
	color: #8D846B;
	text-decoration: underline;
}
#divCopyright a:hover {
	text-decoration: none;
}
