body {background-color:white; background-image: url(img/bg.jpg); background-position:top center; background-repeat:repeat; background-attachment: fixed;}


#wrapper { 
 border: 1px solid #fff;
 margin: 0 auto;
 width: 768px;
}
#header {
 width: 768px;
 height: 150px;
 background-image: url(img/header.gif);
}
.padding { padding: 13px; }
#leftcolumn { 
 color: #333;
 margin: 0px;
 width: 150px;
 float: left;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 background-color:white;
 }
 
 .glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(img/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(img/glossyback2.gif);
}

#rightcolumn { 
 float: right;
 padding: 8px;
 margin: 0px;
 width: 600px;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 background-color:white;
}
#footer_bar {
 clear: both;
 width: 768px;
 padding: 6px 0px;
 color: #F49202;
 font-size: 14px;
 text-align: center;
 border-top: 1px solid #FAE6DA;
}
#footer { 
 width: 768px;
 height: 60px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #000000;
 background-color:white;
}