#frame{
width:800px;
/*margin-left:-505px;*/
margin: 0px auto;
/* add this top & left if you DO NOT want the page to center and you the container to move everything flush left */
/* top: 0; left: 0; width: 100%; height: 100%; */ 
border:0px solid black; 
/* background-color:red; YOU CAN NOT USE BACKGROUND COLOR IN YOUR FRAME */
min-height:100%; /* always be aware of keeping this in my page so the container will stretch with the height */
overflow:hidden; /* always be aware of keeping this in my page so the container will stretch with the height */
}


body{
font-family:arial, helvetica, verdana, san-serif;
font-size: 10pt;
margin: 0px 0px;
padding: 0px 0px 0px 0px;
/*background-color:grey;*/
text-align:center;
border:0px solid white;  
background-attachment: fixed;
background-image: url(images/bg2.jpg);
background-repeat: repeat-x;
background-position: left top;
}	


#banner{
align:center;
}


#navbuttons{
width:800px;
float:left;
text-align:left;
padding: 7px 0px 0px 0px;
border:0px solid red;  
}

#navlinks{
float:left;
width:800px;
text-align:left;
font-weight:bold;
margin-top:-25px;
border:0px solid red;  
}

a.mynav:link {color:#ffffff; text-decoration:none;}
a.mynav:visited {color:#ffffff; text-decoration:none;}
a.mynav:hover {color:#ffffff; text-decoration:underline;}
a.mynav:focus {color:#ffffff; text-decoration:none;}
a.mynav:active {color:#ffffff; text-decoration:none;}

.space1{padding: 0px 67px 0px 40px;}
.space2{padding: 0px 31px 0px 4px;}
.space3{padding: 0px 18px 0px 0px;}
.space4{padding: 0px 60px 0px 8px;}
.space5{padding: 0px 72px 0px 8px;}
.space6{padding: 0px 0px 0px 3px;}



#main{
float:left;
width:800px;
margin-top:30px;
padding:0px 0px 0px 0px;

}

#whitebg{
float:left;
width:799px;
margin-top:-3px;
padding:0px 0px 0px 0px;
background-color:white;
border:0px solid red;
}

#bottombar{
float:left;
margin-top:-1px;
margin-left:-1px;
padding:0px 0px 0px 0px;
}


#leftspine_main{float:left; width:200px; text-align:left; border:0px solid red;}
/* this middlespin_home is for the home page only so we can fit more text. there is NO RIGHT SPINE on the home page*/
#middlespine_home{float:right;width:599px; text-align:left; border:0px solid yellow;}

/*NO RIGHT SPINE ON HOME PAGE */
#rightspine_main{float:left; width:200px; text-align:left; border:0px solid black;}

/*this middlespine is for all the rest of the pages */
#middlespine{float:left;width:399px; text-align:left; border:0px solid yellow;}

p{clear:left; padding:5px 5px 5px 5px;}

.rightfloat_tt{
float:right;
padding:5px 5px 5px 5px;
border:1px solid white;
}

.sidebar{padding:5px 5px 5px 5px;}

.bg{
width:170px;
background-color:#ECF4DF;
margin-left:-15px; 
}

.contact_padding{ padding:0px 0px 0px 150px;}