/* Starter CSS by Mike Cherim - http://green-beast.com */
	
*, html, a {
	color: #d6d6d6;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
a:focus {
      outline: 0 !important;
    }
a:hover {
	color:#fff;
}
body {
	background: black;
}  
	
#wrapper {
	width: 960px;
	height: 700px;
	margin: 15px auto;
}

#header {
	margin:0;
	height: 15px;
	/*border-bottom: 1px solid #eaeaea;*/
	padding:0 0 7px;
	letter-spacing: .05em;
/*		margin: 0 0 8px;*/
	font-size: 14px;
}
#logo {
	float: left;
}

ul {
	color: #bead3b;
	list-style: none;
	padding: 0;
}
ul#nav {
	float: right;
}
ul#nav li {
	float: left;
	margin-left: 15px;
}
div#main {
	clear: both;
}
	
h1, h2, h3, h4, h5, h6 {
}
	
p {
}
	
a {
}
	
a:hover, a:focus, a:active {
}
	
a:focus, a:active {
}
	
img, a img {
}
	
small {
}
	
abbr, acronym {
}
	
blockquote {
}
	
cite {
}
	
em {
}
	
strong {
}
	
form {
}
	
fieldset {
}
	
legend {
}
	
label {
}
	
input {
}
	
select {
}
	
option {
}
	
textarea {
}
	
input:focus, select:focus, option:focus, textarea:focus {
}
	
#header {
}
	
#content {
}
	
#sidebar {
}
	
#navigation {
}
	
#footer {
}
	
.bold {
}
	
.italic {
}
	
.hidden {
}

.offset {
}
	
.highlight {
}
	
.tiny {
}
	
.error {
}

.abbr {
}

#kickstand {
	margin: 3px 0 0;
	width: 960px;
}
#kickstand, #kickstand a {
	font-family:"Courier New", Courier, monospace;
	font-size:9px;
	font-weight: normal;
	letter-spacing: normal;
	color: #333;
}
#kickstand a {
	text-decoration: underline;
}
#kickstand a:hover {
	color: #666;
}
/* end of file... for now */
