body,
html {
text-align:center;
background-image:url('bg-image.gif');
background-color:#fff;
background-repeat:repeat-x;
}
img { border: none; } 
#wrap {
width:850px;
margin:0 auto;
border-width:1px;
border-color:#666;
border-style:solid;
background:#fff;
padding:10px;
}
#header {
float:left;
width:500px;
background:#fff;
height:75px;
}
#headeright {
float:right;
text-align:right;
width:300px;
background:#fff;
height:75px;
}
#navbar {
float:left;
text-align:left;
background-color:#fff;
width:150px;
padding:10px;
}
#main {
float:left;
width:800px;
background:#fff;
padding:10px;
}
#main-large {
text-align:left;
width:825px;
background:#fff;
}
#main {
text-align:left;
width:650px;
background:#fff;
}
#footer {
background:#fff;
clear:both;
}
h1 {text-align:left; font-family:"arial"; font-size:22px; color:#666;}
h2 {text-align:left; font-family:"arial"; font-size:16px; font-style: italic; color:#666;}
h3 {text-align:left; font-family:"arial"; font-size:12px; color:#0066ff;}
h4 {text-align:right; font-family:"arial"; font-size:22px; color:#666;}
p {text-align:left; font-family:"arial"; font-size:12px; color:#666;}
b {font-family:"arial"; font-size:12px; color:#0066ff;}
td {font-family:"arial"; font-size:12px; color:#fff;}
ul {font-family:"arial"; font-size:12px; color:#666;}
A:link {text-decoration: underline; color:#0066ff;}
A:visited {text-decoration: underline; color:#0066ff;}
A:active {text-decoration: underline; color:#0066ff;}
A:hover {text-decoration: underline; color:#ff6600;}
