/*
*	GENERAL STYLES
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body {
	background: #000;
	color: #666;
	font-family: 'hiragino kaku gothic pro', arial, sans-serif;
	}
	
.right {
	float: right;
	}

.left {
	float: left;
	}

.hidden {
	display: none;
	}

.displace {
	position: absolute;
	left: -5000px;	
	}

.clear {
	clear: both;
	}
	
/*
*	PAGE LAYOUT
*/

#main {
	width: 740px;
	margin: 60px auto 40px auto;	
	}	

#description {
	margin-top: 20px;
	}

.column {
	width: 300px;
	float: left;
	margin-right: 40px;
	}
	
ul {
	margin: 10px 0px 10px 30px;
	}

ul li {
	margin-bottom: 5px;
	}
	
p {
	font-size: 1.0em;
	margin-bottom: 20px;
	}

h1 {
	color: #DEDEDE;
	font-size: 2.0em;
	line-height: 1.4em;
	}

h2 {
	color: #666;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 20px;
	}

	
a {
	color: #999;
	}
a:hover {
	text-decoration: none;
	}