/* CSS LAYOUT MADE POSSIBLE WITH ENORMOUS HELP FROM 
http://www.cssplay.co.uk/ and 
http://www.neuroticweb.com/recursos/css-rounded-box/ */



html {
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 

/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}



body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;background: url(images/watermark2.gif) #746048 no-repeat center right;

color: #fff;
font-family: verdana, san-serif;
font-weight: 500;
font-size: 11px;
line-height: 1.5;
word-spacing: normal;
text-align: left;


scrollbar-face-color: #ffffff;
scrollbar-arrow-color: #53829d;
scrollbar-shadow-color: #cacaca;
scrollbar-darkshadow-color: #f4f4f4;
scrollbar-highlight-color: #d7d7d7;
scrollbar-track-color: #746048;
scrollbar-3dlight-color: #f4f4f4 }


a, a:visited {text-decoration:none;color:#ddd;cursor:crosshair;}
a:hover {color:#fff; text-decoration:none;cursor:crosshair;}

p{color: #fff;
font-family: verdana, san-serif;
font-weight: 500;
font-size: 11px;
line-height: 1.25;
word-spacing: normal;
text-align: left;
clear:right;}


#head {position:absolute; margin:0; top:0; left:0; display:block; width:500px; height:100px; z-index:5;background:#746048;clear:right;}


#menu {color:#73a2bd; margin-left: 22px;}


#foot {position:absolute; margin:0; bottom:0; left:0; display:block; width:100%; height:150px;  z-index:5;background:url(images/collage.gif) #746048 left no-repeat;  
}

#container{position:absolute; left:20px; top:100px; bottom:150px; width:550px; font-size:1em; z-index:4; overflow-x: hidden; overflow-y:auto; background:#746048}

* html #container{height:100%; top:0; bottom:0; border-top:100px solid #746048; border-bottom:150px solid #746048;}


.inner {display:block; padding:0 10px 10px 10px;}



/* ROUND BOX BEGIN */

.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 }
.rbroundbox { width: 500px;margin: 0;  }

#container img{ padding: 2px; border: solid 2px #746048;}

/* ROUND BOX END */


#splash {position:absolute; margin:0; top:-32px; left:0; display:block; width:100%; height:100%; #746048;}
