body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;  
	line-height: 18px;
	margin-bottom: 10px;
	color: #ccf;
	height: 100%;
	background-color: #000;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #66c;
	outline: none;
	padding-bottom: 1px
}

a:visited {
	color: #336;
}

a:hover {
	color: #ccc;
}

a:active {
	color: #ccc;
}

strong, b {
	font-weight: bold;
}

h4 {
	font-size: 14px;
	text-align: right;
}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}

img {
	border: none;
	text-decoration: none;
}

#header {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 100%;
	background-image: url(/images/v4-banner-bkgnd.jpg);
	background-repeat: repeat-x;
}

#main {
	padding: 0px 15px 0px 15px;
}

#notquite_nav {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	padding: 15px;

	font-weight: bold;
}

