html, body {
height: 100%;
} 

BODY {
	margin:0px;
    padding:0px;
    color:black;
    font-family: Arial, Helios, Helvetica;
    font-size:11px;
    background-color:#ededed;
    color: #333333;
    
}

#container {
    width:100%;
    height:100%;
    background-image : url(/cerronovo/images/bg.gif);
    background-repeat:repeat-x;
    background-position:top;
    text-align:center;
}

#main {
    position:relative;
    margin: 0 auto;
    width:758;
    height:100%;
	background:transparent;       
    text-align:left;
}

#flagpt {
    position: absolute;
    top: 10px;
    left: 0;
}

#flaguk {
    position: absolute;
    top: 10px;
    left: 30px;
}

#slogan {
    position: absolute;
    top: 25px;
    left: 70px;
    width: 410px;
    font-family: "Book Antiqua", "Times New Roman";
    font-size: 30px;
    font-style: italic;
    font-weight:bold;
    color: #999966;
    text-align:center;
    line-height:24px;
}

.slogansmall {
    font-size:18px;
    line-height:30px;
    font-weight:bold;
    
}

#logo {
    position: absolute;
    top: 15px;
    right:30px;
    
}

#menu {
    position: absolute; 
    top: 130px;
    left: 0px;
    background-image: url(/cerronovo/images/menu.gif);
    
}

#headerpics {
    position: absolute;
    top: 157px;
    left: 0px;
    height: 110px;
    width: 752px;
    background-color: #ededed;
}

#slideshow {
    position: absolute;
    top: 10px;
    left: 10px;
}



#content {
    position:absolute;
    top: 267px;
    left: 0px;
}

#contentleft {
    position: absolute;
    top: 267px;
    left: 0px;
    width: 168px;
    background-color:#e6e6e6;
    background-image : url(/cerronovo/images/bgcontentleft.gif);
    background-repeat:repeat-y;
    background-position:top left;
    
}

#submenu {
    position: relative;
    top: 40px;
    left: 3px;
    
}


#contacts {
    position: relative;
    top: 80px;
    left: 3px;
    font-size: 10px;
    text-align:right;
    width:156px;
    
}
.contacttitle {
    font-size:12px;
}
.contacts {
    font-size:10px;
}

#contentright {
    position: absolute;
    top: 267px;
    left: 168px;
    width: 585px;
    background-color:White;
    background-image : url(/cerronovo/images/bgcontentright.gif);
    background-repeat:repeat-y;
    
}

#list {
    position: relative;
    top: 10px;
    left: 10px;
}

.proptitle {
    font-weight: bold;
    font-size: 11px;
    color: #CC6600;
}

#text {
    position: relative;
    top: 10px;
    left: 10px;
}


#footer {
    position:absolute;
    top: 1000px;
    left: 10px;
    height: 85px;
    text-align:center;
    
}
.footertext {
    font-size: 9px;
    color: #858585;
    text-decoration:none;
    font-weight:bold;
}

.title {
    font-weight: bold;
}


A {
    color: #676767;
}

A.newslink {
    font-size: 11px;
    color: #676767;
}

A.propmenu {
    font-size: 11px;
    color: #669900;
    text-decoration:none;
}

.small {
    font-size:10px;
}

TD {
    font-size:11px;
}
#clear {
    clear: both;
}

.proptable {
    font-size:11px;
}
