/* This is the style of your browser text */


	body {margin: 0;
			padding: 0;
			font-family: Palatino, serif; 
			color: #999;
			font-size: 11px;
			line-height: 10px;
			background:#231f20;
			height:100%;
			}
			

	A:visited {color: #999;
			text-decoration: none;
			}		
				
	A:link {color: #999;
			text-decoration: none;
			}
			
	A:active {color: #999;
			text-decoration: none;
			}
						
	A:hover {color: #3ec1c7;
			text-decoration: none;
			}

			
	p {margin-top: 0;
			margin-bottom: 0;
			}
	
	.wrapper_index {
		width: 1100px;
		}
	
	.slide{
		width: 900px;
		float: left;
	}
	
	.nav {
		width: 140px;
		text-align: right;
		float: left;
		margin-left: 20px;
		margin-top: 120px;
		margin-right: 20px;
		line-height: 1.5em;
		letter-spacing: 0.2em;
		height: 600px;
	}
	
	.float_clear {
		float: none;
	}
	
	.inactive {
		color: #333;
	}
	
	.column {
		width: 280px;
		margin-top: 60px;
		margin-right: 20px;
		line-height: 1.5em;
		float: left;
		font-size: 12px;
	}
	
	.column a {
		text-decoration: underline;
	}

	.name {
		letter-spacing: 0.2em;
		color: #3ec1c7;
		font-size: 11px;
		line-height: 1.2em;
	}
	
	.twitter a {
		letter-spacing: 0.2em;
		color: #ddd;
		font-size: 11px;
		line-height: 1.6em;
		text-decoration: none;
	}
	