body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	background-color: #676767;
	margin: 0;
	padding: 0;
	height:100%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;

}

a:hover {
	color: #b92b29;
	text-decoration: underline;
} 


#Container {
	position: absolute;
	left:50%;
	margin-left:-480px;
	width: 960px;
	height: auto;
	height:100%;
	min-height: 100%;
	margin-top: 10px;
	text-align: center;
	background-color: #b2b2b2;
	color: #000000;
	z-index: 1;
	}
	
#Container2 {
	margin: 4px;
	padding: 10px;
	text-align: center;
	background-color: #EFEFEF;
	color: #000000;
	z-index: 10;
}

#Logo {
	position: absolute;
	left: 7px;
	top: -12px;
    width: 190px;
	height: 102px; 
	text-align: left;
	z-index: 100;
}

#Header {
	position: absolute;
	left: 197px;
	top: 40px;
    width: 743px;
	height: 29px; 
	text-align: right;
	padding-right: 6px;
	background-image: url(images/bg_header.png); 
	background-repeat:no-repeat;
	z-index: 100;
}

#Nav {
	position: absolute;
	left: 7px;
	top: 90px;
    width: 190px;
	height: 622px; 
	text-align: left;
	font-family: Georgia, Arial, Helvetica;
	font-size: .9em;
	padding-left: 2em;
	padding-top: 22px;
	background-image: url(images/bg_nav.png); 
	background-repeat: no-repeat;
	z-index: 100;
}

#Content {
	width: 745px;
	left: 200px;
	top: 90px;
	background-color: #dfdfdf;
	text-align: center;
	position: absolute;
	padding-bottom: 8px;
	padding-left: 2px;
	padding-right: 2px;
	z-index: 100;
}

#Content2 {
	width: 745px;
	left: 203px;
	top: 90px;
	background-color: #dfdfdf;
	text-align: center;
	position: absolute;
	padding-top: 4em;
	padding-bottom: 4em;
	z-index: 100;
}

#TituContent {
	width: 100%;
	height: 18px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia, Arial, Helvetica;
	font-size: .9em;
	font-weight: bold;	
	padding-top: 4px;
	margin-bottom: 20px;
	margin-top: 6px;
	position: relative;
	letter-spacing: 1px;
	z-index: 1000;
}