
body{
	margin: 0;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}

a{
	outline: none;
}

.frame{
	width: 500px;
	border: 0;
	background-color: black;
}

.nav{
	width: 500px;
	border: 0;
	background-color: white;
	height: 300px;
}

.nav a{
	outline: none;
}

.nav img{
	border: 0;
}
.nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.nav ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.left{
	float: left;
}

#right{
	float: left;
	width: 100px;
	color: #999;
	font: 8px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 250px;
}

.right h1{
	margin: 0;
	padding: 0;
}

.right p{
	margin-top: 15px;
}

.content{
	width: 600px;
	height: 600px;
	border: 0;
}

.right h1{
	font-size: 100%;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	padding-top: 15px;
}


.blacker{
	background-color: black;
	width: 300px;
	height: 300px;
}
.clear{
	clear: both;
}

.credits{
	padding-left: 25px;
	color: #000000;
	padding-top: 100px;
}

.credits a:active, .credits a:link, .credits a:visited{
	color: #838383;
	text-decoration: none;
}

.credits a:hover{
	color: #999;
	text-decoration: underline;
}
.footer{
	float: left;
}

.twit{
	float: left;
	padding-left: 50px;
}

.twit img{
	border: 0;
}
