body {
   /* position:relative;*/
    margin:0;
    padding:0;
    color:#000;
    font: 0.8em Verdana, arial, sans-serif;
}

#mainmenu { 
	/*background-color: #dcdcdc;
    border:solid;*/
    background-repeat:repeat;
    background-image:url("/RiboWeb/images/round13_m[3].png");
}

#header {
    top:0;
    left:0;
    height:95px;
    /*background-color: #507BC7;*/
    background-repeat:repeat;
    background-image:url("/RiboWeb/images/menu_gradient.png");
    overflow:hidden;
}
  
#header a {
	color:#000; 
	font-family:arial, sans-serif; 
	font-size:1.2em; 
	font-weight:bold; 
	text-transform:uppercase;
}

a#title, a#title:visited {
	display:block; width:400px; 
	height:0; 
	padding-top:260px; 
	position:absolute; 
	left:0; 
	top:0; 
	cursor:default; 
	text-decoration:none;
}
	
* html a#title {
	height:25px; 
	he\ight:0;
}

    /*
#nav-one {
    position:absolute;
    /*padding-top:5em;
    width:20em;
	background-image:url("/RiboWeb/images/nav_gradient.png");
	background-repeat:no-repeat;
	background-position:0 0;
	height:550px;
}*/

#prop {
    height:550px;
}

#main {
	position:absolute;
    background-image:url("/RiboWeb/images/round13_f[4].png");
    background-repeat:repeat-y;
    margin-left:20em;
    /*top:10em;*/
    padding:0 3em 1em;
    text-align:center;
    font-family:"Verdana";
    background-color: white;
	width:70%;
}

#footer{
	position:relative;
  	width:auto; 
  	background-color:#507BC7; 
  	padding:10px;}
  	
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:white;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}