/* CSS by Honda Wang */

/* CSS Reset */
:link,:visited { 
	text-decoration: none;
}
ul,ol { 
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size: 1em;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0;
}
a img,:link img,:visited img { 
	border: none;
}
address { 
	font-style: normal;
}

/* Navigation Elements */
#nav {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 15px 15px 0;
}

.link:hover {
	color: #1a8ff8;
}

.page {
	font: bold 20px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bcbcbc;
}

.link {
	font: bold 20px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1567b2;
}

/* Typographic Elements */
p {
	color: #c3c3c3;
	font: 16px/30px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
}

h1 {
	font: bold 30px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
}

#content h2 {
	font: bold 35px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
	color: #ccc;
}

#content h2:hover {
	color: #eee;
}

h3 {
	font: bold 50px/45px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
	letter-spacing: 1px;
}

h3:hover {
	color: #fff;
}

h4 {
	font: bold 30px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #fff;
}

/* Content Elements */
body {
	background-color: #000;
	height: 640px;
}

#column {
	width: 260px;
	height: 570px;
	margin: 20px;
	padding: 15px;
	background-color: #fff;
	position: relative;
	float: left;
}

#content {
	width: 470px;
	height: auto;
	margin: 200px 0 0 50px;
	float: left;
	background-color: #000;
}

/* Visual Elements */

#header {
	background-image: url(header.jpg);
	width: 251px;
	height: 29px;
	margin: 0 0 0 4px;
}

#words {
	background-image: url(words.jpg);
	width: 246px;
	height: 144px;
	margin: 180px 0 0 0;
}

#show {
	width: 200px;
	height: 47px;
	overflow: hidden;
	background: #000;
}

#show span, div#show a {
	display: block;
	padding: 0 0px;
}

#show a:hover {
	background: #000;
}
