The page is
The strange thing is, when I pull the page up on the web the .css is different than what I uploaded! The .css that I uploaded is:
@charset "UTF-8";
/*
* Main Structure, wrap the whole layout in a div to keep it narrow and centered
*/
#wrapper {
position: relative;
width: 900px;
margin: 0 auto;
text-align: left;
z-index: 10;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1.4;
background-image: url("images/bkgbrfrx.jpg");
background-repeat:repeat-x;
text-align: center;
display: block;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding: 0;
background-position: center top;
width:100%;
}
#nav {
margin: 0;
padding: 0;
clear: both;
list-style: none inside;
}
/* Navigation, a styled list */
#nav {
list-style-type: none;
margin-left: -10px;
margin-right: 2px;
width: 900px;
padding: 10px;
overflow: auto;
}
#nav li {
float: left;
}
a:link,a:visited #nav li:first-child {
border: none;
padding-left: 0px;
}
#nav li a {
display: block;
width: auto;
padding: 7px;
border: 7px #D00000;
margin: 0 auto;
font-weight: bold;
color: #ffffff;
text-align: center;
text-decoration: none;
}
#logo {
background: none;
text-align: left;
border: 0px solid;
}
h1 {
font-family: Helvetica,Arial,sans-serif;
font-size: 2em;
padding-top: 20px;
padding-bottom: 1px;
color:#D00000;
}
h2 {
font-family: Helvetica,Arial,sans-serif;
font-weight: bold;
font-style: italic;
font-size: 1.5em;
line-height: 1.2;
text-align: center;
color: #000000;
}
h3 {
font-family: Helvetica,Arial,sans-serif;
font-weight: bold;
font-style: italic;
font-size: 1em;
line-height: 1.2;
text-align: center;
color: #D00000;
}
p {
font-family: Helvetica,Arial,sans-serif;
font-weight: bold;
font-size: 1em;
line-height: 1.2;
}
#foot {
margin: 0;
padding: 0;
clear: both;
list-style: none inside;
}
/* Foot, a styled list */
#foot {
list-style-type: none;
margin-left: -10px;
margin-right: 2px;
width: 900px;
padding: 10px;
overflow: auto;
}
#foot li {
float:left;
width:800px;
margin:0;
padding:1em;}
a:link,a:visited #nav li:first-child {
border: none;
padding-left: 0px;
}
#foot li a {
display: block;
width: 100%;
padding: 7px;
border: 7px #ffffff;
margin: 0 auto;
font-weight: bold;
color: #ffffff;
text-align: center;
}
The .css that pulls up on the web is totally different. I have cleared any other style sheets off of the server in that folder. Strange???