﻿body {
	width:859px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
  margin:0 auto;
    margin-top:10px;
	padding: 0 auto;
    background-color: #5E5E5E;

}
a {
  color:   #C9DA2A;
}


#container{
  height: 100%;
}


#nav {
  background-color: #C9DA2A;
}
#menu {
      position:absolute;
      font-size:1.3em;
      padding-left:5px;
      font-weight: bold;
      text-align:center;
      }
      #menu ul .item{display:none;}

      #menu ul:hover .item{
        display:block;
        background:#4B4C4D;
        padding:1px;
        margin:1px;
        font-size: 0.9em;
        border-right: #fff 1px solid;
        border-bottom: #fff 1px solid;

      }
      #menu ul:hover .item a{color:#fff;text-decoration:none;}
      #menu ul:hover .item a:hover{color:#999;}

      #menu ul{
        width:116px;

        float:left;
        margin:0px;
        padding:2px;
        background:#b10000;
        list-style:none;
        border-right: #C8DB2C 1px solid;
        border-bottom: #C8DB2C 1px solid;
        background-image: url(http://www.ct-dent.co.uk/wp-content/themes/lloyd/images/menubg.jpg);
      }
      #menu ul a{
        color: #000;
        text-decoration: none;
      }


.clear{clear:both;height:10px;}
#warper {
 clear: both;
}


#text{

  background-color: white;
  height: 300px;
  margin-top:-8px;
  width: 859px;
}
#post {
  background-color: white;
  width: 585px;
  float: left;
  margin-top: 18px;
  margin-left: 15px;
  text-align: left;
}
#top_text {
  width: 585px;
}


#sub_text{
  width: 285px;
  float:left;
  margin-top:5px;
  height:150px;

}
#sub_text2{
  width:290px;
  float:right;
  margin-top:5px;


}


.login {
  color: #990000;
  font-size: 2.1em;
  text-decoration: none;
}

#copywrite{
color:white;
}

.red_button{
  padding-right:3px;
  padding-left:3px;
  color: white;
  background-color:#E31E26;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial;

}

