body, html, p{
	margin: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
}
body {
	margin: 0px 0px 5px 0px;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
img {
	display: block;
	border: 0px;
}
#left {
	float: left;
}
#right {
	float: right;
}
#clear {
	clear: both;
}
li, ul {
	margin:0px 0px 0px 20px;
	padding: 0px;
}
small {
	font-size: 8pt;
}
h3 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFF;
	font-size: 11pt;
	height: 22px;
	text-align: left;
	background-repeat: repeat-x;
	background-image: url(../images/sub_repeat.png);
}
h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 13pt;
	border-bottom: 1px solid #4a4a4a;
}
a, a:link, a:active {
	color: #b40000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img.lightbox {
	cursor: pointer;
}


div.mainwrapper {
	width: 836px;
}
div.content {
	width: 570px;
	float: left;
	margin-right: 5px;
	padding: 5px;
	text-align: justify;
}
div.content img {
	display: inline;
}
div.sub {
	float:left;
	width: 210px;
	border-bottom: 1px solid #ebebeb;
	margin-top: 5px;
	text-align: left;
}
div.sub a {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	height: 22px;
	border-top: 1px solid #ebebeb;
	background-repeat: repeat-x;
}
div.sub  div{
	background: #3a3a3a;
	color: #FFF;
	padding: 5px;
	border-top: 1px solid #ebebeb;
}
div.sub  div a{
	background: none;
	border: none;
	color: #f5ca12;
}
div.sub  div img {
	cursor:pointer;
	border: 0px;
}
div.sub div input, div.sub div textarea, div.sub div select {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	border: 1px solid #4a4a4a;
	margin: 2px 0px 5px 10px;
	padding: 2px;
	width: 180px;
}

#box {
	float: left;
	text-align: center;
}

#image {
	width: 150px;
	height: 130px;
	border: 1px solid #ebebeb;
	margin: 7px;
	padding: 7px;
	margin-bottom: 0px;
}
#image  img{
	position: ;
	bottom: 0px;
}


option {
	padding: 1px;
}
optgroup option {
	padding-left: 10px;
}

table.body td.left {
	background-repeat: repeat-y;
	background-image: url(../images/body_left.png);
}
table.body td.content {
	width: 800px;
	background-repeat: repeat;
	background-image: url(../images/body_repeat_01.png);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
table.body td.right {
	background: url('../images/body_right.png') repeat-y;
}

/* Login Modal Box */  
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
	background: #000;
  display:none;
}    
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:293px;
  height:186px;
  display:none;
  z-index:9999;
}
#boxes #IE6 {
  width:500px; 
  height:200px;
  background: #FFF;
  color: #000;
}
#IE6 img {
	margin-left: 7px;
	margin-bottom: 4px;
	margin-right: 2px;
	margin-top: 2px;
}
#IE6 h1 {
	margin-bottom: 10px;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 5px;
}
