* {
  margin: 0px 0px;
  padding: 0px 0px;
}

html {
  margin-bottom: 0.01em;
}

body {
  background-color:#f2e5ae;
  font-family: Tahoma;
  font-size: 14px;
  color: #ffffff;
}

img{
  border:0px;
}

h2{
  font-size:22px;
  font-family:Tahoma;
  font-weight:bold;
  text-align:left;
}

h3{
  font-size:12px;
  font-family:Verdana;
  font-weight:bold;
  text-align:center;
  /*color:#c03a53;*/
  color:#ffffff;
}

#main{
  width:800px;
}

#main td.left_pane{
  background:transparent url(images/menu_bg.gif) repeat-y top left;
}

#main td.copyright{
  background: transparent url(images/content_bg.gif) repeat-y top left;
  text-align:center;
  font-size:10px;
  color:#b70919;
}

#left_pane{
  width:214px;
  background:transparent url(images/menu_bg.gif) repeat-y top left;
}

#content_pane{
  width:586px;
  background: transparent url(images/content_bg.gif) repeat-y top left;
}

#left_pane div.logo{
  width:214px;
  height:240px;
  background: transparent url(images/logo.gif) no-repeat top left;
}

#left_pane div.organizer{
  width:214px;
  height:152px;
  background: transparent url(images/jdc_logo.gif) no-repeat top left;
}

#left_pane div.pagebottom{
  width:214px;
  height:32px;
  background: transparent url(images/menu_bottom.gif) no-repeat top left;
}

#content_pane div.pagetop{
  width:586px;
  height:147px;
  background: transparent url(images/pagetop.gif) no-repeat top left;
}

#content_pane div.titleframe{
  width:586px;
  height:93px;
  background: transparent url(images/titleframe.gif) no-repeat top left;
}

#content_pane div.content{
  width:586px;
}

.inner_content {
  background: transparent url(images/page_content.gif) no-repeat top left;
  height: 484px;
  vertical-align: top;
}

.inner_content div.gap {
  height: 440px;
}

.inner_content div.links {
  padding: 0px 30px;
  border-top: 1px dotted #424242;
}

.inner_content div.links a {
  color: #424242;
  font-size: 12px;
  font-weight: bold;
}
