

BODY { position: relative; min-width: 600px; width: 100%; margin: 0; padding: 0; background-image: url(img/bg.png); }

body,html {	height: 100%;	}

.prop 			{
				height: 28em;
				float:right;
				width:1px;
				}
.clear 			{
				clear:both;
				height:1px;
				overflow:hidden;
				}

#left							{ 
							position: absolute; 
							top:0; 
							left: 0; 
							width: 15%; 
							height: 100%;
							margin: 0; 
							padding: 0;
							background-image: url(img/bg.png);
							background-repeat: repeat;
							}
							
#content {

}

#leftcontent {
float:left;
width:74%;
background-color: #eee;
color: #000;
padding-bottom: 1em;

}
					

#rightcontent { 
			float: left;
			width: 25%;
			background-color:#d7d7d7; 
			color: #000;

			}


#middle 						{
							position: absolute; 
							top:0; 
							left:15%; 
							height: 100%; 
							width: 70%; 
							margin: 0; 
							padding: 0;
							background-color: #d7d7d7;
							color: #000;
																				

							}

#right 						{ 
							
							position: absolute;
							top:0;
							left: 85%;
							width: 15%; 
							height: 100%;
							margin: 0;
							padding: 0;
							background-image: url(img/bg.png);
							background-repeat: repeat;
							}


/* HR styles needed for IE/Win. */

HR.holder { width:600px; visibility: hidden; } /* Equal to 'top' */

HR.left, HR.right { width: 120px; visibility: hidden; }

HR.middle { width: 360px; visibility: hidden; }


/* These HR styles replace the above, and are need for Netscape 4.x.
Left and right margins are half the relevant DIV width */

HR.holder { width:0; margin: 0 300px; } /* Equal to 'top' */

HR.left, HR.right { width: 0; margin: 0 60px; }

HR.middle { width: 0; margin: 0 180px; }


/* DIVs must have a border value set in Netscape 4.x */

DIV { border: none; }


* p,ul,li	{ 
		font-size: small;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-weight: normal;
		color: #5d665b;
		background-color: transparent;
		}

b		{
		font-weight: normal;
		color: #8B7A7A;
		}

h3,h4 {
		color: #990000; 
		font-family: Georgia, "Time New Roman", Times, serif;
		margin: 0; padding: 0;
		}



a 				{ 
				color: #CC3333;
				text-decoration: none; 
				}
a.menu			{ 
				}

a:hover 			{ 
				color: #84A7CF; 
				}
				
.tim			{
				font-size: 0.8em;
			}



#foto a { display:inline; width:150px; background-color: #FFFFFF}
#foto a:hover { background-color: #990000}




