

img, div { behavior: url(_iepngfix/iepngfix.htc); padding: 0 0 0 0; margin: 0 0 0 0; }
	

body {
		text-align: center;
		margin:0px;
		padding:0px;
		height:100%; /* needed for container min-height */
		background:gray;
		
		font-family: arial,sans-serif; 
		font-size: 12px; 
		font-weight: none;
		color: #000000; 
		color:#000000;
		
		background: url(../images/header_bg.jpg);
		background-repeat: repeat-x;
		}

		a:link {color: #9a070c; text-decoration: underline; }
		a:active {color: #4d4d4d; text-decoration: underline; }
		a:visited {color: #9a070c; text-decoration: underline; }
		a:hover {color: #4d4d4d; text-decoration: underline; }


div#container {
		position:relative; /* needed for footer positioning*/
		margin:0px auto; /* center, not in IE5 */
		width:750px;
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
		}

div#header {
		height: 124px;
		}

#nav {	
		display: none;
		clear: both;
		text-align: center;
		margin: 0px 0px 0px 0px;
		height: 40px;
		}	
		
#navCentro	{
		display: none;
		margin: 0px auto;
 		width: 620px;
  		text-align: left;
		}

#navDiv {								
		margin: 7px 2px 0px 2px;
		height: 32px;
		width: 1px;
		line-height: 13px;
		float: left;
		background-color: #cbcac7;
		}
			
#navLink {								
		margin: 7px 2px 0px 2px;
		height: 32px;
		line-height: 13px;
		float: left;
		background-color: #;
		z-index: 0;
			}
			
#navLink :hover		{
		background-color: #cbc9bf;
		}
		

#nav a	{
		float: left;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 10px 5px 10px 5px;
		text-decoration: none;
		text-align: center;
		text-transform: capitalize;
		font-family:  georgia; 
		font-size: 13px; 
		font-weight: none;
		color: #000000; 
		}
		
#navSub {
		margin: 0px 0px 0px 0px; 
		padding: 0px 0px 0px 0px; 
		position: absolute; 
		top: 131px; left: 268px; 
		background-color: #cbc9bf; 
		width: 89px; 
		visibility: hidden;
		}	
		
#navSub a {
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 5px 5px;
		}

#quote {
		display: inline;
		font-family: georgia; 
		font-size: 15px; 
		color: #666666; 
		text-decoration: none;
		font-style: italic;
		width: 400px;
		float: right;
		margin: 30px 25px 0px 0px;
		}

div#content {
		padding: 15px 0px 20px 0px; /* bottom padding for footer */
		}

div#footer {
		display: none;
		position:relative;
		width:100%;
		bottom: 0px; /* stick to bottom */
		text-align: center;
		font-family: Arial; 
		font-size: 11px; 
		color: #6d6d6d; 
		text-decoration: none;
		font-weight: bold;
		}

		#footer a:link {color: #9a070c; text-decoration: underline; }
		#footer a:active {color: #4d4d4d; text-decoration: none; }
		#footer a:visited {color: #9a070c; text-decoration: none; }
		#footer a:hover {color: #4d4d4d; text-decoration: underline; }
		
#breaker {
		background-color: dcdcdc;
		height: 1px;
		width: 100%;
		overflow: hidden;
		margin: 10px 4px 10px 4px;
		}
			
#pageTitle {
		margin: 10px 0px 10px 0px;
		padding: 10px 0px 10px 0px;
		text-align: left;
		font-family: Georgia; 
		font-size: 17px; 
		color: #666666; 
		text-decoration: none;
		}
