/****
author - KDIANstudio
***/

body{
    margin-top: 0;
    font-size: 12px;
    background-image: url("images/logo_tlo.jpg");
    color: #999999;
    font-family: Tahoma, Arial, Verdana;
}

#content{
    display: block;
	  width: 786px;
    margin-left: auto;
    margin-right: auto;
    background: #201f1f;
}

#popup {
  z-index: 5000;
  background: url(../i/tlo_popup.gif) repeat-x #6699FF;
  width: 500px;
  height: 400px;
  border: solid 1px #000000;
  position: absolute;
  margin: -400px 0 0 250px;
}

#popup2 {
  z-index: 5000;
  width: 530px;
  height: 446px;
  position: absolute;
  margin: -240px 0 0 215px;
}


#header{
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
    width: 766px;
    height: 487px;
}

#dot{
    display: block;
    position: relative;
    width: 786px;
    height: 20px;
    background: #201f1f;
}

#side{
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 766px;
    background: #201f1f;
}
#left{
    display: block;
    position: relative;
    margin-left: 10px;
float: left;
    width: 500px;
    text-align: justify;
}
#center{
    display: block;
    position: relative;
    margin-left: 10px;
float: left;
    width: 740px;
    text-align: justify;
}
#right{
    display: block;
    position: relative;
    float: right;
    width: 240px;
    text-align: left;
}
#footer{
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
    position: relative;
    float: left;
    width: 766px;
    text-align: center;
    color: #333333;
}
#footer a:link {
      border: 0 none #ffffff;
    	color: #333333;
      text-decoration: none;
}

#footer a:hover {
    	color: #333333;
      text-decoration: underline;
}

#footer a:visited {
      border: 0 none #ffffff;
    	color: #333333;
      text-decoration: none;
}
a:link {
      border: 0 none #ffffff;
    	color: #307ece;
      text-decoration: none;
}

a:hover {
    	color: #307ece;
      text-decoration: underline;
}

a:visited {
      border: 0 none #ffffff;
    	color: #307ece;
      text-decoration: none;
}

.componentheading {
    padding-left: 3px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.contentheading {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}
.small{
    font-size: 10px;
}
.createdate {
    font-size: 10px;
}
.modifydate {
    font-size: 10px;
}
.bannergroup{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
}
.stronger{
    color: #307ece;
    font-weight: bold;
}
.h1{
    color: #307ece;
    font-weight: bold;
    font-size: 14px;
}
img,table {
	border: none;
}

