* {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
h1 {
font-size:20px;
margin-bottom:5px;
}
h2 {
font-size:16px;
margin-bottom:5px;
}
p {
margin-bottom:10px;
margin-top:10px;
}
body {
text-align:center;
background: url(/images/topbg.jpg) repeat-x;
}
#container {
margin-top:5px;
margin-bottom:5px;
width:910px;
margin-left:auto;
margin-right:auto;
text-align:justify;
border: solid 1px #BFAB3B;
}
#menu {
float:left;
width:161px;
background: url(/images/vbar.jpg) top right repeat-y;
height:676px;
}
#menu ul {
list-style:none;
height:auto;
}
#menu ul li {
width:130px;
}
#menu ul li a {
font-weight:bold;
display:block;
text-decoration:none;
color: #BFAB3B;
background: #FFF;
padding-left:10px;
border: solid 1px #FFF;
}
#menu ul li a:hover {
text-decoration:none;
padding:0px;
border: solid 1px #BFAB3B;
background: url(/images/bg.jpg);
padding-left:10px;
}
#content {
float:left;
width:749px;
background: #FFF url(/images/hbar.jpg) bottom left repeat-x;
padding-bottom:6px;
}
#header {
padding-top:20px;
padding-left:20px;
height:200px;
background: url(/images/hbar.jpg) bottom left repeat-x;
position:relative;
}
#body {
padding-top:15px;
padding-left:8px;
padding-right:8px;
background: url(/images/bg.jpg);
position:relative;
height:435px;
z-index:0;
}
.gold {
color:#BFAB3B;
}
#note {
position:absolute;
bottom:80px;
right:80px;
width:350px;
color:#BFAB3B;
font-weight:bold;
text-align:center;
font-size:16px;
z-index: 10;
}
#footer {
clear:both;
text-align:center;
}
#contact {
font-size:14px;
padding-top:10px;
}
#disclaimer {
margin-top:15px;
margin-bottom:5px;
padding:3px;
font-size:12px;
font-style:italic;
border:dotted 2px #FFE2E2;
margin-left:auto;
margin-right:auto;
width:60%;
background: url(/images/bg.jpg);
}