@charset "utf-8";
/* CSS Document */

body {
  background: #7b2c1f;
	text-align:center;
  padding: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0px;
}
#container{
margin: 0 auto;
width: 920px;
overflow: auto;
}

h1 {
font-size:18px;
font-weight: bold;
}

#leftborder {
  float: left;
  width: 46px;
  height: 480px;
  background-image: url('/images/bgline_left.gif');
}

#leftcorner {
  float: left;
  width: 46px;
  height: 8px;
  clear: left;
}

#topborder {
  float: left;
  width: 820px;
  height: 78px;
  background-image: url('/images/bgline_top.gif');
  background-position: bottom center;
}
#bottomborder {
  float: left;
  width: 820px;
  height: 8px;
  background-image: url('/images/bgline_bottom.gif');
  background-position: top center;
}
#rightcorner {
  float: left;
  width: 5px;
  height: 7px;
  clear: right;
}
#rightborder {
  float: left;
  width: 5px;
  height: 480px;
  background-image: url('/images/bgline_right.gif');
}
#rightcol {
  float: left;
  width: 189px;
  height:480px;
	border-left-style: solid;
	border-left-width: 1px;
}

#jqSlideShow{
  float: left;
  width: 189px;
  height:480px;
	border-left-style: solid;
	border-left-width: 1px;
}

#main {
  background: #fff;
  float: left;
  width: 630px;
  min-height:480px;
  height:auto !important;
  height:480px;

  background-image: url('/images/bgcontent.gif');
  background-position: bottom left;
}

#content{
	padding: 0px 20px;
	text-align:left;
}

ul {
padding: 0;
}

li {
/*margin: 1em 0;*/
margin: 1em 0 0 0;
}

li.nospaces {
margin: 0;
}

li.inside {
list-style-position: inside;
margin: 0;
}

#footer {
  clear: left;
  width: 800px;
  height: 8px;
  background-image: url('/images/bgline_bottom.gif')
}

#navbar{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  height: 38px;
  background-image: url('/images/navbg.gif');
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	background: #CCCCCC;
	list-style: none;
	float: left;
	font: bold 12px tahoma}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 12px 0px;
	width: 100px;
  background-image: url('/images/navbg.gif');
	color: #000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #CCCCCC;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #CCCCCC;
	width: 100px;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EEEEEE;
		color: #000;
		font: 11px arial}

	#sddm div a:hover
	{	background: #CCCCCC;
		color: #7b2c1f;}


