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: 153px;
    width: 752px;
    background-color: #ededed;
}

#headerpicleft {
    position: absolute;
    top: 13px;
    left: 12px;
}

#headerpicright {
    position: absolute;
    top: 13px;
    left: 173px;
}

#content {
    position:absolute;
    top: 310px;
    left: 0px;
}

#contentleft {
    position: absolute;
    top: 311px;
    left: 0px;
    width: 168px;
    background-color:#e6e6e6;
    background-image : url(/cerronovo/images/bgcontentleft.gif);
    background-repeat:repeat-y;
    background-position:top left;
    
}

#news {
    position: relative;
    top: 4px;
    left: 3px;
    background-image : url(/cerronovo/images/bgnews.gif);
    background-repeat:no-repeat;
    background-position: top left;
    font-weight: bold;
    font-size: 11px;
    
}

#algnews {
    position: relative;
    top: 4px;
    left: 3px;
    background-image : url(/cerronovo/images/bgnews.gif);
    background-repeat:no-repeat;
    background-position: top left;
    font-weight: bold;
    font-size: 11px;
    
}

#contentright {
    position: absolute;
    top: 311px;
    left: 168px;
    width: 585px;
    background-color:White;
    background-image : url(/cerronovo/images/bgcontentright.gif);
    background-repeat:repeat-y;
    
}

#welcome {
    position:relative;
    top:10px;
    left:10px;
    width:555px;
    
}

#featuredprop {
    position:relative;
    top:25px;
    left:10px;
    width:555px;
    
}

#featuredimg {
    float: left;  
    width: 185px;  
}

#featuredtext {
   float:right; 
   width: 370px;   
}

.featuredtitle {
    font-size:12px;
    font-weight:bold;
    color: #CC6600;
    background-image : url(/cerronovo/images/bgfeaturedtitle.gif);
    background-repeat: repeat-y;
    height:21px;
}

#bottompage {
    position:relative;
    top:40;
    left:0;
    width:585px;
    
}

.contacts {
    font-size: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;
}
.newstitle,a.newstitle {
    font-weight: bold;
    font-size: 11px;
    color: #CC6600;
}
.newsdate {
    font-weight: bold;
    font-size: 11px;
    color: #676767;
}

.small {
    font-size:10px;
}

TD {
    font-size:11px;
}
#clear {
    clear: both;
}


