html { height: auto; }

body
{
 margin: 0px;
 padding: 0px;
 height: 100%;
 font-size: 10pt;
 font-family: verdana, tahoma;
 background: url(gfx/bg.jpg);
}

img { border: 0px; }

#top
{
 position: relative;
 width: 100%;
 height: 105px;
 background: url(gfx/top_bg.jpg) repeat-x;
 overflow: hidden;
}

#logo
{
 position: relative;
 overflow: hidden;
 width: 949px;
 margin: 0px auto;
 padding-left: 1px;
}

#bcontainer
{
 overflow: hidden;
 width: 100%;
 overflow: hidden;
 background: #fff;
 position: relative;
}

#sitename
{
 width: 995px;
 margin: 0px auto;
 position: relative;
 padding-top: 35px;
}
#sitename span
{
 font-size: 26pt;
 color: #9e9897;
}

#topmenu
{
 position: absolute;
 top: 58px;
 right: 0px;
 word-spacing: 20px;
}

#topmenu a { font-size: 11pt; color: #9e9897; text-decoration: none;font-weight:bold; }
#topmenu a:hover { text-decoration: underline; }

#scontainer
{
 position: relative;
 margin: 0px auto;
 width: 950px;
 padding: 15px 0px;
}

#copy
{
 position: relative;
 overflow: hidden;
 text-align: center;
 width: 950px;
 float: left;
 color: #9e9897;
}

#sitemap
{
 width: 750px;
 position: relative;
 text-align: right;
 margin: 0px auto;
 border-bottom: 1px solid #9296ab;
 font-size: 9pt;
}

#sitemap a { color: #9e9897; text-decoration: none; font-size: 10pt; }
#sitemap a:hover { color: #e17c26; }

#footer
{
 position: relative;
 width: 100%;
 height: 63px;
 background: url(gfx/bottom_bg.jpg) repeat-x;
 overflow: hidden;
}

#giveh { position: relative; float: left; height: 350px; overflow: hidden; width: 1px; }

#menu
{
 position: relative;
 float: left;
 width: 180px;
 padding-top: 80px;
 overflow: hidden;
 line-height: 26pt;
}

#menu a { font-size: 12pt; color: #9e9897; text-decoration: none; }
#menu a:hover { color: #e17c26; }

#scontent
{
 position: relative;
 overflow: hidden;
 width: 760px;
 padding-top: 60px;
 padding-left: 9px;
 float: left;
 font-size: 1em;
 line-height: 1.6em;
 color: #9e9897;
}

#scontent a { text-decoration: none; color #9e9897; }
#scontent a:hover { text-decoration: underline; }

