@CHARSET "ISO-8859-1";
.clear { clear: both; }
#wrapper {margin: auto; width: 902px; text-align: left; }
#site { border: 1px solid #fff; background: #fff url("../images/layout/menu.gif") repeat-x 0px 271px; }
* html #site { background-position: 0px 272px; position: inherit; }
*:first-child+html #site { background-position: 0px 272px; }
#header { height: 270px; }
#logo { padding: 1px 0px 0px 10px; float: left; width: 250px; }
#logo img { margin-left: 10px;}
#menu {	width: 660px; height: 34px; margin-left: 8px}
#menu a { color: #fff; float: left; display: block; font-weight: bold; text-decoration: none; text-transform: uppercase; margin: 1px 0px 0px 3px; height: 10px; padding: 9px 5px 12px; }
#menu a:HOVER { color:#DDD; }
#menu span { color: #fff; float: left; display: block; font-weight: bold; text-transform: uppercase; margin-top: 1px; height: 10px; padding: 9px 0px 12px; }
#inner {float: left; width: 635px; }
#content { width: 500px; padding: 30px 0px 10px 18px; }
#name { text-align: right; clear: left; padding: 5px 30px 0px 0px; }
#bottom { padding: 10px 15px 15px 0px; text-align: right; color: #fff; text-transform: uppercase; }
#bottom a { text-transform: uppercase; color: #fff; text-decoration: none; }
#bottom a:HOVER { color:#DDD; }
#snippet {
    margin-top: 30px;
    background: url("../images/layout/site/snippetbody.gif") repeat-y;
}
#snippet div {
    background: url("../images/layout/site/snippettop.gif") top left no-repeat;
    padding: 0px;
    margin: 0px;
}

#snippet div div {
    margin: 0px;
    background: url("../images/layout/site/snippetbottom.gif") bottom left no-repeat;
    padding-left: 8px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 2px;
    width: 232px;
}
