#layout-global-wrapper {
    width: 975px;
    margin: 0 auto;
}

#layout-m-wrapper {
    background: top left repeat-y url('../images/layout-sh-m.gif');
}

#layout-t-wrapper {
    background: top left no-repeat url('../images/layout-sh-t.gif');
}

#layout-b-wrapper {
    background: bottom left no-repeat url('../images/layout-sh-b.gif');
    padding: 15px 11px;
    min-height: 600px;
}

#layout {
    min-height: 600px;
    position: relative;
    background: url('../images/layout-bg.gif') no-repeat 0 -19px;
}

#content {
    padding: 76px 25px 10px 155px;
}

.content-raw {
    padding: 25px !important;
}

#footer {
	background: url(../images/footer_gradient.png) repeat-x;
	padding: 3px 25px 5px;
	color: #fff;
}

#footer p {
    float: right;
    margin: 0;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    display: inline;
}

#footer ul li a {
    margin-right: 15px;
	color: #fff;
	text-decoration: none;
}

#footer ul li a.selected {
    font-weight: bold !important;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 36px;
    left: 216px;
}

#menu li.main-level {
    float: left;
    position: relative;
    font-size: 14px;
    margin-right:60px;
}

#menu li.main-level ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 22px;
    left: 0;
    width: 150px;
    background: #0F9743;
    list-style: none;
    z-index: 100;
    font-size: 12px;
}

#menu li a {
    font-weight: bold;
    text-decoration: none;
    padding: 3px 7px 0 7px;
}

#menu li a.main {
    height: 22px;
    display: block;
}

#menu li a.main:hover, #menu li a.selected {
    color: #388c37;
    background: top left repeat-x url('../images/menu-li-bg.gif');
}

#menu li li {
    margin: 7px 0;
}

#menu li li a {
    text-decoration: none;
    border-top: none;
    padding: 5px 7px 5px 7px;
    color: #ffffff;
}

#menu li li a:hover {
    color: #ffffff;
    border-top: none;
    border-bottom: none;
    text-decoration: underline;
}

#login-zone {
    top: 6px;
	margin-right: 18px;
}

#intro {
    height: 470px;
    margin: 0;
    padding: 195px 0 0 0;
}

#intro img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
