* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #e9e9e9 url('../images/www/bg.jpg') no-repeat left top;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    color: #303030;
    text-align: center;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

a {
    color: #484848;
    text-decoration: underline;
}

a:hover {
    color: #484848;
    text-decoration: none;
}

h1 {
    color: #0371B0;
    font-size: 24px;
    font-weight: 100;
    font-family: trebuchet MS;
    padding: 20px 10px 16px 0px;
    text-align: right;
}

h2 {
    color: #0371B0;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

h3 {
    color: #0371B0;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
}

h4 {
    color: #00aeef;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}

ul {
    list-style-position: outside;
    list-style: circle;
    margin: 0px;
    padding: 0px 0px 0px 14px;
	 line-height: 16px;
}

#container {
    width: 986px;
    margin: 0 auto;
    text-align: justify;
}

#top {
    width: 986px;
}

#head {
    width: 986px;
    background: url('../images/www/bg-head.png') no-repeat center top;
}

#menu {
    width: 946px;
    padding: 40px 20px 15px 20px;
    text-align: right;
    font-family: trebuchet MS;
    font-size: 12px;
    font-weight: bold;
}

#menu a {
    color: #252525;
    text-decoration: none;
    padding: 6px;
}

#menu a:hover {
    color: #2c98d5;
    text-decoration: none;
    padding: 6px;
}

#head-img {
    width: 947px;
    height: 284px;
    background: url('../images/www/head-img.jpg');
    margin: 0 auto;
}

#head-img-left {
    float: left;
    width: 740px;
}

#head-img-right {
    float: right;
    width: 207px;
}

#head-img-right ul {
    padding: 10px 0px 0px 20px;
}

#head-img-right li {
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    list-style-type: disc;
}

.clear {
    clear: both;
}

#text {
    width: 946px;
    background: url('../images/www/bg-text.png') repeat-y center top;
    padding: 14px 20px 8px 20px;
}

#bottom {
    width: 986px;
    min-height: 15px;
    background: url('../images/www/bg-bottom.png') no-repeat center top;
    text-align: center;
    padding: 20px 0px 10px 0px;
}

#bottom a {
    color: #303030;
    text-decoration: none;
}

#bottom a:hover {
    color: #303030;
    text-decoration: underline;
}