body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-image: url('../images/bg_image.jpg');
	background-repeat: repeat-x; 
	background-position:top center;
	
	}
	
#container {
	width:976px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Hack for IE5/Win */
	}
	
	

	
#footer {
	width:100%;
	height:100%;
	text-align:left; /* Hack for IE5/Win */
	background-image: url('../images/bg_footer.png');
	background-repeat: repeat-x; 
	background-position:bottom center;
	}
	
	
#box_home-main {
    margin:0px auto;  /* Right and left margin widths set to "auto" */
	text-align:left; /* Hack for IE5/Win */
	border:1px solid gray;
	background-image: url('../images/white_opacity.png');
	padding:14px;

    }
	
	
	
#box_home-main p {
    padding:0px;
    margin:0px auto;  /* Right and left margin widths set to "auto" */
	text-align:left; /* Hack for IE5/Win */
	border:1px solid gray;
	}
	
	
#box_secondary {
    margin:0px auto;  /* Right and left margin widths set to "auto" */
	text-align:left; /* Hack for IE5/Win */
	border:1px solid gray;
	background-image: url('../images/white_opacity.png');
	padding:14px;

    }
	
	
#box_secondary p {
    padding:20px;
    margin:0px auto;  /* Right and left margin widths set to "auto" */
	text-align:left; /* Hack for IE5/Win */
	border:1px solid white;
	}
	
	
#box_thumbs {
    margin:0px auto;  /* Right and left margin widths set to "auto" */
	text-align:left; /* Hack for IE5/Win */
	border:1px solid gray;
	background-image: url('../images/white_opacity.png');
	padding:14px;

    }
	
	

#box_thumbs p {
    padding:0px;
    margin:0px auto;  /* Right and left margin widths set to "auto" */
	text-align:left; /* Hack for IE5/Win */
	border:1px solid gray;
	}

	
	
#logo {
	float: left;
	text-align:left; /* Counteract to IE5/Win Hack */
	padding-top: 24px;
    margin-left: 41px;
	}
	
	
	
.labelText {
	float: left;
    font-family: arial;
	font-size: 12px; 
	color: #666666;
	line-height: 12px;
	
}

.hdrText {
	float: left;
    font-family: arial;
	font-size: 16px; 
	color: #333333;
	line-height: 14px;	
	font-smooth: always;
}

.detailText {
	float: left;
    font-family: arial;
	font-size: 12px; 
	color: #333333;
	line-height: 16px;	
}

.creditText {
	float: left;
    font-family: arial;
	font-size: 11px; 
	color: #333333;
	line-height: 14px;	
}

.moreText {
	float: left;
    font-family: arial;
	font-size: 11px; 


	
}


#box-link {
	float: right;
	text-align:left; /* Counteract to IE5/Win Hack */
	}
	
	
#mainNav {
    float: left;
	text-align:left; /* Counteract to IE5/Win Hack */
	top: 130px;
	margin-left: 255px;
	}
	


		
#intro-paragraph {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 218px;
	margin-left: 0px;
	}
	
	
#secondary-content {
	float: left;
	margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
	top: 250px;
	margin-left: 10px;
	}
	
	

	
.introText {
	float: left;
	margin-left: 4px;
    font-family: arial;
	font-size: 13px; 
	color: #333333;
	line-height: 20px;
}


.bodyText {
	float: left;
	margin-left: 0px;
	padding-right: 20px;
    font-family: Arial;
	font-size: 12px; 
	color: 333333;
	line-height: 20px;
}



.blue {
	font-family: Arial;
	color: #53a6c2;
}
A.blue:link 	{
   text-decoration : none;
   color : #53a6c2;
   }
A.blue:visited {
   text-decoration : none;
   color : #53a6c2;
}
A.blue:active  {
   text-decoration : none;
   color : #53a6c2;
}
A.blue:hover  {
   text-decoration : underline;
   color : #53a6c2;
}


.orange {
	font-family: Arial;
	color: #df7c08;
}
A.orange:link 	{
   text-decoration : none;
   color : #df7c08;
   }
A.orange:visited {
   text-decoration : none;
   color : #df7c08;
}
A.orange:active  {
   text-decoration : none;
   color : #df7c08;
}
A.orange:hover  {
   text-decoration : underline;
   color : #df7c08;
}






