* {
	margin: 0;
	padding: 0;
}

p {
    padding: 10px 0;
}

body {
    font-family: arial, verdana, sans-serif;
    font-size: 12pt;
    background: url(images/bg1.jpg); 
    margin: 0 auto;
    width: 780px;
    color: #000000;
}

#header1 {
    height: 49px;
    background: url(images/bg.jpg) no-repeat;
}

#header1 h1 {
    padding: 13px 0 0 30px;
    color: #ffffff;
    font-size: 14pt;
}

#header2 {
    height: 205px;
    background: url(images/header.jpg) no-repeat center;
    background-color: #544D4B;
}

#container {
    width: 100%;
    float: left;
    background-color: #544D4B;
}

#menu {
    background-color: #342D2B;
    width: 200px;
    margin: 0 24px 20px 30px;
    padding-top: 10px;
    float: left;
    font-size: 8pt;
}

#menu h2 {
    padding-left: 10px;
    color: #ffffff;
    font-size: 10pt;
}

#menu ul {
    width: 200px;
    list-style-type: none;
    margin: 6px 0 24px 4px;
}

#menu li {
    background: url(images/line.jpg) no-repeat bottom;
    height: 24px;
    padding: 6px 0 0 5px;
}

#menu a {
    background: url(images/welarrow.jpg) no-repeat 0 4px;
    padding: 0 0 0 11px;
    text-decoration: none;
    color: #ffffff;
}

#menu a:hover {
    color: #fcc141;
}

#content {
    background-color: #3D3533;
    float: left;
    margin: 0 30px 20px 0;
    padding: 10px 10px 0 10px;
    width: 476px;
    text-align: justify;
    font-size: 10pt;
    color: #AEA4A0;
}

#footer {
    color: gray;
    font-size: 10pt;
    text-align: center;
    clear: both;
    height: 23px;
    background: url(images/footer.jpg) no-repeat; 
    padding-top: 8px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover {
    color: #fcc141;
}
