

#maintable {
    background-image : url('images/contentbg.jpg');
    background-repeat: repeat-y;
    background-position: center center;
    min-height : 700px;
    margin: 0 auto;
    text-align: left;
    width: 750px;
  }


#header {
    height:161px;
	padding-left: 20px;
  }


#content {
    vertical-align: top;
    padding-top: 5px;
    padding-right: 25px;
    float:right;
    min-height: 500px;
    width: 540px;
  }


* html #content {
    height: 500px;
  }


#footer {
    height:45px;
    margin: 0px;
    clear: both;
  }


* html #footer {
    position:relative;
    bottom: -4px;
  }


#menu {
    vertical-align: top;
    text-align: center;
    width: 130px;
    float: left;
    padding-left: 30px;
    min-height: 500px;
  }


* html #menu {
    height: 500px;
  }


body {
    background-color : #FFFFFF;
    color : #2b8637;
    font-family : "Century Gothic", "Arial", sans-serif;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    text-align : center;
  }


a {
    color: #2b8637;
    text-decoration: none;
  }

.submenu {
	color: #2b8637;
	font-size:12px;
}

.border {
	border: 1px solid #2b8637;
	padding-left: 5px;
}
.news {
    color: #003366;
    border: 1px solid #BBBBBB;
    background-color: #DDDDDD;
    width: 450px;
    height: 66px;
    vertical-align: text-top;
  }


.input {
    border: 1px solid #2b8637;
    background-color: #e3d8e0;
    color: #2b8637;
  }


.login {
    background-image: url(images/text.php?text1=Login&bgcolor=e3d8e0&fcolor=FFFFFF&size=12);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: #2b8637;
    color: #FFFFFF;
    width: 70px;
  }


.file_del {
    background-image:url(images/bin.png);
    background-position: center center;
    height: 19px;
    width: 17px;
    border: none;
    color:#666666;
    letter-spacing: 15px;
  }


.file_edit {
    background-image:url(images/edit.png);
    background-position: center center;
    height: 19px;
    width: 17px;
    border: none;
    color:#666666;
    letter-spacing: 15px;
  }


.file_add {
    background-image:url(images/plus.png);
    background-position: center center;
    height: 19px;
    width: 17px;
    border: none;
    color:#666666;
    letter-spacing: 15px;
  }


.h1 {
    border-bottom: 2px solid #FFFFFF;
    border-left: 8px solid #FFFFFF;
    font-size: 20px;
    font-weight: bold;
  }


.tdpic {
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 70px;
  }


.tdname {
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }


.tdptm {
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }


.tdmsg {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 400px;
    vertical-align: top;
  }


.hr {
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 1px;
    height: 1px;
    position: relative;
    top: -5px;
    border-bottom: 1px solid #FFFFFF;
  }


