html {
overflow: scroll;
height: 100%;
}

body{
padding:0px;
margin:0px;
height: 100%;
font-family: tahoma,verdana,arial,helvetica, sans-serif;
font-size: 10pt;
background-color:#FFFFFF;
background:url(../images/background.jpg);
background-repeat:repeat-x;
}

#newmain{
	min-height:96%;
}


.main{
width:813px;
background-color:#FFFFFF;
margin-top:25px;
margin-bottom:25px;
margin-right:auto;
margin-left:auto;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
behavior: url('/newhomes/working/css/border-radius.htc');
border-radius: 15px;

border:2px solid gray;
}

.bodyclass{
width:773px;
margin-right:auto;
margin-left:auto;
}


.lists li{
margin-left:-20px;
}

#copyr{
text-align:center;
font-size:10px;
padding-top:5px;
padding-bottom:5px;
min-height:10px;
}

H1{
font-size:20pt;
color:gray;
}

TH, TD{
font: 11px verdana;
}

p{
margin-top: 0em;
text-align:justify;
}


:LINK{
text-decoration :none;
font-weight : bold;
color: #000000;
}

A:HOVER{
text-decoration :underline;
color: #000000;
font-weight : bold;
}

:VISITED{
text-decoration :none;
font-weight : bold;
color: #000000;
}


#menuselections {
width:763px;
height:25px;
margin:0;
background-position: top;
background:url(../images/menu_un.jpg);
text-align:center;
}

#menuselections ul {
margin-right:auto;
margin-left:auto;
margin-top:0;
padding:0;
list-style:none;
display:inline-block;
}

#menuselections ul li {
float:left;
display:inline-block;
padding:0;
margin:0;
}

#menuselections ul li a {
margin:0;
display:inline-block;
font-size:13px;
line-height:100%;
padding:6px 8px;
text-decoration:none;
border-right: 1px solid #000000;
color:#FFF;
}

#menuselections ul li a:hover {
background:url(../images/menu_sel.jpg);
color:#000;
}

#menuselections ul li a.current{
color:#000;
background:url(../images/menu_sel.jpg);
}


div.img
  {
  margin: 2px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #000000;
  cursor: pointer;
  }
div.img a:hover img
  {
  border: 1px solid #000000;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }

#footerlinks{
text-align:center;	
border-top:1px solid #000;s
float:left;
width:750px;
margin-right:auto;
margin-left:auto;
	}

#footerlinks li{
list-style:none;
display:inline-block;

padding:4px 0;
	}
	
#footerlinks li a{
display:inline-block;
border-right:1px solid #000;
padding:0 6px;
font-weight:normal;

	}
	
#maindiv{
min-height:550px;	
}
