body {
background-color: #FFFFFF; 
background-image: url('bg.jpg');
background-attachment: scroll;
font-family: "Trebuchet MS", sans-serif;
font-size: 11px;
}

#wrapper {
background-color: #FFFFFF;
color: #494949;
margin: 10px auto;
width: 700px;
}

#layout {
height: 425px;
width: 700px;
}

#content {
padding: 10px;
width: 680px;
}

#footer {
padding: 10px;
width: 680px;
}

#footercontent {
width: 680px;
font-size: 10px;
color: #000000;
}

b {
color: #9c5b61;
}

.lead {
font-size: 18px; 
font-weight: bold;
font-family: "Arial", Georgia, Helvetica, sans serif; 
font-style: italic;
font-weight: bold;
color: #81424b;
text-transform: uppercase;
}

.textlink {
background-color: #FFFFFF;
border-left: 5px solid #666666;
text-align: center;
font-family: Tahoma;
font-size: 7.5pt;
font-style: normal;
}

h1 {
font-size: 18px; 
font-weight: bold;
font-style: italic;
font-family: Trebuchet MS, Helvetica, sans serif; 
color:#262628;
text-transform: lowercase;
}

h2 {
margin-top: 0px;
font-size:11px;
font-style: normal;
font-family: Arial, Helvetica, sans serif; 
color:#000000;
text-transform: uppercase;
}

h3 {
font-size: 16px; 
font-style: italic;
font-weight: bold;
font-family: Arial, Helvetica, sans serif; 
color:#6699cc;
text-transform: lowercase;
}


a, a:link, a:visited, a:active {
color:#58494c; 
font-family: Arial;
font-style: italic;
text-decoration:none; 
font-weight: bold;
cursor: default;
}

a:hover {
color:#c2b7ad; 
font-family: Arial;
font-style: italic;
text-decoration:none; 
font-weight: bold;
cursor: default;
}

ul li {
list-style: none;
background-image: url('list.jpg');
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
padding-bottom: 5px;
padding-top: 5px;
margin-left: 15px;
}

blockquote { 
color:#000000;
background-image: url('statbg.jpg');
background-repeat: no-repeat;
width: 500px;
height: 100px;
}

#blockquotetext {
text-align: left;
width: 400px;
padding: 10px;
}

#blockquotetext a, #blockquotetext a:link, #blockquotetext a:visited, #blockquotetext a:active {
color:#58494c; 
font-style: italic;
text-decoration:none; 
font-weight: bold;
}

#blockquotetext a:hover {
color:#c2b7ad; 
font-style: italic;
text-decoration:none; 
cursor: default;
}

#blockquotetext b {
color: #c2b7ad;
}

input {
background-image: url('inputbg.jpg');
background-repeat: repeat;
color:#58494c; 
line-height: 14px;
font-size: 11px;
border: 1px solid #58494c; 
}

option, select {
background-image: url('inputbg.jpg');
background-repeat: repeat;
color:#58494c; 
line-height: 14px;
font-size: 11px;
border: 1px solid; 
}

textarea {
background-image: url('inputbg.jpg');
background-repeat: repeat;
color:#58494c; 
font-size: 11px; 
border:1px solid #58494c;
}

img.skin {
         /* this contains the style you wish for the image tags */
         border: 5px solid #58494c;
         }