html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: url(../images/bgbirds6.jpg) top left repeat;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 16px;
    background: url(../images/bg4.png) top left repeat-x;
}

#outer_bot {
    background: url(../images/bg_bot2.png) bottom left repeat-x;
}

#outer {
    width: 960px;
    margin: 0 auto;
}

#header_left_effect {
    width: 960px;
//    background: url(../images/header_left.png) left top no-repeat;
}

/*
#header {
    height: 82px;
    padding: 0px 15px 0px 15px;
    background: url(../images/top_header.png) top left no-repeat;
}

*/

#logo {
    float: left;
    margin-left: 120px;
}

#login_topmenu {
    float: right;
    width: 650px;
}

#login_top {
    height: 40px;
    text-align: right;
    color: #af9b79;
}

#topmenu {
    height: 42px;
    text-align: right;
}

#wrapper {
    width: 950px;
    padding: 0px 5px;
}

#banner {
    width: 938px;
	height: 182px;
    background: url(../images/banner_bg3.png) top left no-repeat;
    margin-left: 5px;
    padding: 6px 11px 13px 6px;
}

#main {
    padding: 2px 0px 10px 0px;
    text-align: left;
}

#pathway {
    background: url(../images/pathway.png) top right repeat-y #e4e2d9;
    text-align: left;
    border: 6px solid #fff;
    padding: 10px 13px;
    color: #aa0005;
    font-size: 92%;
    font-weight: bold;
    margin: 0px 0px 9px 0px;
}

#maincontent {
    background: #fff;
}

#advert {
	padding: 10px 0 0 0;
	text-align: center;
}
#bottom{
	padding: 6px 0 0 0;
}
#footer {
    height: 153px;
    padding: 25px 12px 0px 15px;
}

#design {
    float: left;
    padding: 25px 25px 0px 0px;
}

#bottom_menu_copyrights {
    float: right;
}

#bottommenu {
    padding: 0px 0px 15px 0px;
}

#copyrights {
    text-align: right;
}

/*******************************************/
#banner img, #logo img, #design img {
    vertical-align: top;
}
#banner p,
#login_top p{ margin: 0; }
#pathway a:link, #pathway a:visited {
//  color: #656768;
    color: #1b3335;
    text-decoration: none;
}

#pathway a:hover {
    text-decoration: none;
}

#pathway img {
    margin: 0px 5px;
}

#login_top a:link, #login_top a:visited {
    outline: none;
    line-height: 40px;
    font-size: 12px;
    color: #af9b79;
    text-decoration: none;
}

#login_top a:hover {
    text-decoration: underline;
}

#bottommenu ul {
    margin: 0px;
    padding: 0px;
    width: auto;
}

#bottommenu ul li {
    display: inline;
    list-style: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    background: none;
}

#bottommenu ul li a:link, #bottommenu ul li a:visited {
    color: #000;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    padding: 0px 10px 0px 0px;
    border-right: 1px solid #000;
}

#bottommenu ul li a:hover {
    text-decoration: none;
}

/*************************************************************/