/* this is the overall size of the page */
body {
margin : 25px auto;
width : 75%;
background-image : url(TFX_bg.gif);
fixed repeat top left;

color : white;
line-height : 150%;
font-family : Arial, Helvetica, sans-serif;
}
	
/* this is the Menu section */
div#navcontainer
{
background-color: #dd0;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
}
div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight:lighter;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}
div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}
div#navcontainer ul li a
{
padding: 5px 5px 5px 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}
div#navcontainer ul li a:hover
{
background-color: #e4f145;
color: white;
}
#active a { border-left: 1px solid #fff; }

/* this is the end of the horzontal menu bar code (long for such a small thing) */


/* this is where the title graphics will go */
#header
	
{
width: 100%;
height: 109px;
background-image: url(slidelabels_com.jpg);

background-repeat: no-repeat;
background-position: top center;
background-color: #dd0;
border-top: solid 1px #fff;
}

/* this is for the Two Slide Photo  */
#colOne

{
width: 100%;
height:320px;
background-color:#dd0;
background-image: url(2slideNew.jpg);
background-repeat: no-repeat;
background-position: 50% 90%
}


/* this is for Index Text */
.colOne
{

color: #fff;

background-color: #dd0;

font-family:Arial, Helvetica, sans-serif;
height:90px;
margin-top: -20px;

	
}


/* this is for Content */
#colTwo {
color : #fff;
background-color : #dd0;
font-family : Arial, Helvetica, sans-serif;
padding : 1em;


}


h3
{
font-family:Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 14px;
color: black;
}

h4
{
font-family:Arial, Helvetica, sans-serif;

font-size: 14px;
color: blue;
}

/* the footer for copywrite stuff */
#footer	
{
background-color:#ddd;
width: 100%;
text-align: center;
font-size:small;
font-weight:lighter;

}

/* this is the Google Ads BR */

#google
{
background-color:#dd0;
width: 100%;


}

	
