/* STANDARD PAGE ELEMENTS */

body {
background-color: #FFF;
color: #333;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
margin: 0;
padding: 0;
text-align: center;
}

h1 {
background: transparent;
color: #CCC;
font-size: 18px;
height: 21px;
margin: 0 0 6px 0;
padding: 0;
text-transform: uppercase;
}

h1 span {
display: none;
}

p {
font-size: 10px;
margin: 5px 0 5px 0;
padding: 0;
}

form {
margin: 0;
padding: 0;
}

input, select, textarea, text {
margin: 0;
padding: 0;
}

submit, button {
margin: 0;
padding: 0;
}

a:link {
background: transparent;
color: #900;
text-decoration: underline;
}

a:visited {
background: transparent;
color: #900;
text-decoration: underline;
}

a:hover {
background: transparent;
color: #D8981C;
text-decoration: none;
}

a:active {
background: transparent;
color: #D8981C;
text-decoration: none;
}

/* IMAGE FORMATTING */

img {
border: 0px;
}

img.photo {
border: solid 1px #888;
margin: 0;
padding: 5px 5px 5px 5px;
}

/* TABLE FORMATTING */

table#cart {
border: 0px;
margin: 15px 0 0 0;
padding: 0;
width: 462px;
}

table#cart th {
background-color: #D8D8D8;
text-align: center;
}

table#cart th.description {
background-color: #D8D8D8;
padding: 0 0 0 5px;
text-align: left;
}

table#cart td {
background-color: #E8E8E8;
padding: 0;
text-align: center;
}

table#cart td.description {
background-color: #E8E8E8;
padding: 0 0 0 5px;
text-align: left;
}

/* CSS POSITIONING */

#container {
background: transparent;
margin-top: 10px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding: 0;
text-align: left;
width: 462px;
\width: 462px;
w\idth: 462px;
}

#banner {
/* background-color: rgb(213, 219, 225); */
margin: 0 0 10px 0;
padding: 0;
}

#columnleft {
/* background-color: rgb(235, 235, 235); */
float: left;
margin: 0;
padding: 0;
width: 100px;
\width: 100px;
w\idth: 100px;
}

#columnright {
/* background-color: rgb(235, 235, 235); */
float: right;
margin: 0;
padding: 0;
text-align: right;
width: 362px;
\width: 362px;
w\idth: 362px;
}

#content {
/* background-color: rgb(213, 219, 225); */
clear: both;
margin: 0;
padding: 0;
}

/* SPECIAL HEADER TAG FORMATTING */

h1#welcome {
background: transparent url("../images/h1_welcome.gif") top left no-repeat;
}
