body {
    margin: 0;
    padding: 0;
    background: #fff url(../images/bg.gif) repeat-x;
    font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    line-height: 1.6em;
    color: #333;
}

a {
    color: #546F92;
    background: inherit;
}

a:hover {
    color: #808080;
    background: inherit;
}

h1 {
    font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif;
    margin: 0;
    color: #ccc;
    background-color: transparent;
}

h2 {
    font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1.0em;
}

blockquote {
    margin: 10px 0 0 25px;
    padding: 0 20px;
    border-left: 1px solid #ccc;
    color: #666;
}

#main {
    width: 900px;
    margin: 25px auto 0 auto;
}

#logo {
    float: left;
    padding: 10px 0 10px 0;
    background: #fff;
}

#logo h1 {
    color: #546F92;
    background: #fff;
}

#logo a {
    text-decoration: none;
}

#menu {
    float: right;
    background: #fff url(../images/barul.gif) no-repeat bottom right;
    color: #808080;
    padding: 18px 1px 11px 0;
    margin: 0;
}

#menu li {
    padding: 14px 18px 14px 18px;
    color: #444;
    background: #fff url(../images/bar.gif) no-repeat bottom left;
    display: inline;
    margin-left: -3px;
}

#menu li a {
    background: transparent;
    color: #888888;
    text-decoration: none;
}

#menu li a:hover {
    color: #000;
    background: transparent;
}

#menu_left {
    float: left;
    margin: 1px 0 6px 0;
    padding: 1px 0 0 0;
    border-bottom: 1px solid #e2e2e2;
    clear: left;
    border-top: 2px solid #e2e2e2;
}

#menu_left li {
    list-style: none;
}

#menu_left li a {
    display: block;
    height: 20px;
    color: #3F5B7F;
    background: #C2CEDE;
    width: 204px;
    padding: 9px 23px 9px 23px;
    margin: 0 0 1px 0;
    font-weight: bold;
    text-decoration: none;
}

#menu_left li a:hover {
    background: #9EB1C9;
    color: #fff;
}

#intro_right {
    float: right;
    width: 640px;
    background: #BCCEDA url(../images/intro.jpg) no-repeat; color: #547592;
    height: 194px;
    border: 2px solid #e2e2e2; /*clear: right;*/
}

#intro_right h1 {
    padding: 12px 0 30px 0;
}

#sidebar {
    float: left;
    width: 250px;
    clear: left;
}

.note {
    padding: 15px 10px 20px 100px;
    border: 1px solid #CFCB66;
    margin: 0 0 5px 0;
    background: #FFFFAD url(../images/package.gif) no-repeat;
    color: #585616;
}

#right {
    float: right;
    width: 643px;
    clear: right;
}

.leftcol {
    width: 610px;
    float: left;
    padding: 12px 15px;
    border: #ccc 1px solid;
    text-align: justify;
    margin: 0 0 10px 0;
}

.posttitle {
    clear: both;
    background: #fff url(../images/h3bg.gif) no-repeat center left;
    padding: 0 14px;
    margin: 0;
    text-decoration: none;
}

.posttitle:hover {
    background: #fff url(../images/h3bg.gif) no-repeat center left;
}

