html {height: 100%;}
body {
margin: 0px;
padding: 0px;
height: 100%;
text-align: center;
font-family: garamond, times;
background: #000000 url('bg/back.jpg') fixed;
}
.maindiv {
width: 800px;
min-height: 100%;
height: auto;
margin: 0px auto;
background: #000000 url('logo.jpg') no-repeat 0% 0%;
border-right-width: 2px;
border-left-width: 2px;
border-top-width: 0px;
border-bottom-width: 0px;
border-color: #3E3E3E;
border-style: solid;
}
* html .maindiv {
height: 100%;
}
.maindivin {
margin: 0px 10px;
width: 780px;
text-align: left;
}
.title {
text-align: right;
height: 82px;
background: url('uptown.jpg') no-repeat 100% 0%;
margin: 0px 16px 0px 0px;
}
.hmenu {
font-family: garamond, times;
font-size: 14px;
font-weight: bold;
height: 21px;
overflow: hidden;
margin: 0px 6px 0px 0px;
}
.hmenu ul
{
float: right;
clear: both;
padding: 0px;
margin: 0px;
list-style-type: none;
text-align: center;
}
.hmenu li {display:inline;}
.hmenu a
{
float: left;
width: 120px;
padding: 2px 0px;
text-decoration: none;
color: #E4E4E4;
background: #2B2B2B url('hmenubg.gif');
border: 1px solid #2B2B2B;
}
.hmenu a:hover {background: #2B2B2B none; padding: 0px 0px 4px 0px;}


.vmenu {
font-family: garamond, times;
font-size: 16px;
font-weight: bolder;
background: url('vmenu.jpg') no-repeat top left;
width: 162px;
height: 456px;
margin: 0px;
padding: 60px 0px 0px 0px;
}

.vmenu a
{
display: block;
width: 122px;
padding: 4px 0px;
position: relative;
left: 40px;
text-decoration: none;
color: #e4e4e4;
}
.vmenu a:hover {
background: url('vmenuul.gif') no-repeat bottom left;
}
.vmenu b {
font-family: garamond, times;
font-size: 16px;
font-weight: bolder;
display: block;
width: 122px;
padding: 4px 0px;
position: relative;
left: 40px;
text-decoration: none;
color: #919191;
}

.mtxtbox {
width: 595px;
background: url('maintextmid.gif') repeat-y top left;
text-align: left;
margin: 0px auto;
padding: 0px;
}
.mtxtboxt {
width: 595px;
height: 10px;
background: url('maintexttop.gif') no-repeat bottom left;
margin: 0px auto;
padding: 0px;
font-size: 2px;
}
.mtxtboxb {
width: 595px;
height: 7px;
background: url('maintextbot.gif') no-repeat top left;
margin: 0px auto;
padding: 0px;
font-size: 2px;
}
.mtxtcontent {
margin: 0px 10px;
padding: 0px;
width: 575px;
text-align: left;
background-color: #000000;
color: #ffffff;
font-size: 18px;
}
.mtxtcontent a {color: #FF8181; font-weight: bold; text-decoration: none;}
.mtxtcontent a:hover {text-decoration: none; color: #FFFFFF;}

.hrclear {
visibility: hidden;
display: block;
clear: both;
padding: 0px;
margin: 0px;
}
.grayborder {
border: 1px solid #3e3e3e;
}
.center { text-align: center; }
.noborder { border-style: none; }

.eventlb {
display: block;
margin: 10px auto 30px auto;
}
#eventdate {
text-align: right;
font-size: 11px;
margin: 0px;
padding: 0px;
}
.event1 {
text-align: left;
width: 520px;
margin: 0px auto;
}
.event1 h1 {
font-size: 18px;
margin: 0px;
font-weight: bolder;
border-bottom: 3px dotted #3e3e3e;
border-right: 3px dotted #3e3e3e;
}
.event1 div {
margin-top: 10px;
}
.event2 {
text-align: left;
width: 510px;
padding: 3px 5px;
margin: 0px auto;
background-color: #1e1e1e;
border-top: 1px solid #3e3e3e;
border-left: 1px solid #3e3e3e;
}
.event2 h1 {
font-size: 18px;
margin: 0px;
font-weight: bolder;
border-bottom: 3px dotted #5e5e5e;
}
.event2 div {
margin-top: 10px;
}
.event3 {
text-align: left;
width: 510px;
padding: 0px;
margin: 0px auto;
background-color: #1e1e1e;
border-top: 1px solid #3e3e3e;
border-left: 1px solid #3e3e3e;
}
.event3 h1 {
font-size: 18px;
margin: 0px;
font-weight: bolder;
background-color: #333333;
border-bottom: 1px solid #5e5e5e;
padding: 0px 3px;
}
.event3 div {
margin-top: 10px;
padding: 0px 3px;
}