@charset "UTF-8";
/* CSS Document */


	#title {
			position:absolute;
			right:150px;
			top:230px;
			}
	#text {
		letter-spacing:.02em;
		position:absolute;
		top:330px;
		right:20px;
		color:#a7bdc9;
		font-size:1.3em;
		
		}
	
	#propdoor {
		position:absolute;
		bottom:180px;
		left:300px;
		z-index:11;
		
		}	
		
	#propdoor p {
		color:#333333;
		font-size:.9em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		z-index:12;
		position:absolute;
		bottom:155px;
		left:7px;
		font-weight:bold;
		letter-spacing:.05em;
		}	
	
	img {
		border:none;
		}
		
		
	#propdoor a {
		text-decoration: none;
		}

	.view {
		font-size:.8em;
		position:absolute;
		bottom:170px;
		left:300px;
		z-index:11;
		width:100px;
		text-align:center;
	}	

	#content {
		text-decoration:none;
		position:absolute;
		top:380px;
		right:0px;
		width:380px;
		height:800px;
		z-index:6;
		clear: none;	
		}
		
	#tabs {
		padding-bottom:10px;
		color: #444;
		}	
	
	#tabs p {
		position: absolute;
		top: 5px;
		letter-spacing: 0.01em;
		}

	#tabs p.link1 {
		right: 310px;
		}

	#tabs p.link2 {
		right: 120px;
		}

	#tabs p.link3 {
		right: 30px;
		}

	#tabs a {
		color: #F4F2F2;
		text-decoration:none;	
		}
	
	#tabs a:visited {
		color:#F4F2F2;
		text-decoration:none;
		}	
		
	#tabs a:hover {
		color:#999999;
		}	
		
	#tab_content {
		clear: both;
		z-index:10;
		width:350px;
		height:460px;
		overflow:auto;
		color:#CCCCCC;
		font-size:.95em;
		}	
		
		