@charset "UTF-8";

/* Styles for Page Layout */
body {
	background-color: #CCC;
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #58595B;
}
#page_container {
	margin: 75px auto 5px;
	width: 565px;
}
#header {
	border: 12px solid #FFF;
	background: #58595B;
	padding: 0px;
	height: 300px;
	color: #FFF;
	float: left;
	width: 500px;
	margin: 0px 5px 15px 0px;
}
#icons {
	float: left;
	width: 35px;
	margin-top: 35px;
}
#quote {
	font-size: x-small;
	clear: both;
	font-style: oblique;
	margin-bottom: 15px;
	float: left;
	width: 515px;
}
#more_info {
	float: left;
	margin-bottom: 10px;
	clear: both;
	width: 515px;
}
#more_info #coming_soon{
	font-weight: bold;
	font-size: small;
	float: left;
}
#more_info #about_nc_link {
	float: right;
}
#profile {
	font-size: small;
	display: none;
	clear: both;
	float: left;
	width: 515px;
}
/* Styles for Images */
#header img {
	margin-top: 270px;
	margin-bottom: 0px;
}
#icons img {
	margin-top: 5px;
}

/* Styles for Links */
a:link {
	color: #58595B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #58595B;
}
a:hover {
	text-decoration: underline;
	color: #58595B;
}
a:active {
	text-decoration: none;
	color: #58595B;
}
