
html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: url(pagebg.jpg) repeat left top;
}

h1, h2, h3 {
    margin-top: 0px;
}

h2 {
    padding: 17px 0px 0px 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.ttl {
    padding: 20px 0px 0px 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}

td {
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #928D7E;
}

img {
    border: 0;
}

b {
    font-weight: bold;
    color: #5A5649;
}

a {
    color: #94314E;
}

a:hover {
    text-decoration: none;
}

.content {
    padding: 8px 15px 15px 15px;
    line-height: 16px;
    text-align: justify;
}

.content2 {
    padding: 0px 40px 15px 15px;
    line-height: 16px;
    text-align: justify;
}

.home-small {
    padding-top: 2px;
    font-size: 11px;
    font-weight: normal;
}


/** HEADER */

#header-bg-repeat {
    background: url(headerbg1.jpg) repeat-x left top;
}

#header-bg-center {
    background: url(headerbg2.jpg) no-repeat center top;
}


/** MENU */

#menu-bg-repeat {
    background: url(menubg1.jpg) repeat-x left top;
}

#menu-bg-center {
    background: url(menubg2.jpg) no-repeat center top;
}

#menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    color: #ECECEB;
}

#menu a:hover {
    text-decoration: underline;
}

#menu2 a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #ECECEB;
}

#menu2 a:hover {
    text-decoration: none;
}


/** PAGE CONTENT AREA */

#page {
    width: 760px;
    padding: 20px 0px 10px 0px;
}

#content-bg-repeat {
    background: url(contentbg1.jpg) repeat left top;
}

#content-bg-center {
    background: url(contentbg2.jpg) repeat-y center top;
}

#content-bg-top {
    background: url(contentbg3.jpg) no-repeat center top;
}

#content-bg-bottom {
    background: url(contentbg4.jpg) no-repeat center bottom;
}


/** FOOTER */

#footer {
    width: 730px;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left:20px;
    color: #A5A19D;
    text-align: justify;
}

#footer b {
    color: #A5A19D;
}

#footer a {
    color: #CEC7C3;
}

#footer-bg-repeat {
    background: url(footerbg1.jpg) repeat-x left top;
}

#footer-bg-center {
    background: url(footerbg2.jpg) repeat-y center top;
}

#footer-bg-top {
    background: url(footerbg3.jpg) no-repeat center top;
}

#footer-bg-bottom {
    background: url(footerbg4.jpg) no-repeat center bottom;
}

a.menu		{ text-decoration: none; color: #ffffff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
a.menu:visited	{ color: #ffffff; }
a.menu:hover	{ color: #111111; }

#dropmenudiv{
position: absolute;
border: 1px solid black;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 10px;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 16px;
z-index:100;
}
