	body {
		color:#fff;
		background-color:#000;
		margin-top: 5px;
	}
	selector {
		font:helvetica, arial, sans-serif;
	}
	h1 {
		color: #fff;
		font: 182% helvetica, arial, sans-serif;
		padding: 10px 0px;
	}

	i {
		color: red;
	}
	strong {
		font-weight: bold;	
	}
	p {
		padding: 0 0 0.3em 0;	
	}
	/* Header */
	#hd {
	height: 100px;
	border-top: 1px solid #666;
	background: url(headerpic.jpg) no-repeat right top;
	}
	#hd h1 {
		color: #fff;
		font: 600% helvetica, arial, sans-serif;
		padding: 0px;
		display: inline;
	}
	#hd p {
		color: #fff;
		font: 182% helvetica, arial, sans-serif;
		padding-left: 10px;
		display: inline;
	}
	/* Body */
	#bd {
		/* height:420px; */
	}	
	#bd #yui-main .yui-b .yui-u,
	#bd #yui-main .yui-b .yui-u first {
		border-top: 1px solid #666;
		height: 460px;
	}
	#bd #left .yui-b {
		background: url(navpic.jpg) no-repeat left bottom;
		border-top: 1px solid #666;
		height: 460px;
	}
	#bd h2 {
		float: left;
		font: 136% helvetica, arial, sans-serif;
		width: 100%;
		padding: 10px 0px;
	}
	#bd a {
		color: #fff;
		font: 100% helvetica, arial, sans-serif;
	}
	#bd a:hover {
		color: red;
		font: 100% helvetica, arial, sans-serif;
	}
	/* Body Nav */
	
	/* Left Nav */
	#nav {
		text-align: right;
	}
	#nav li {
		border-bottom: 1px solid #666;
		float: left;
		width: 100%;
		display: block;
	}	
	#nav li a {
		color: #fff;
		font: 182% helvetica, arial, sans-serif;
		text-decoration: none;
		width: 100%;
		float: left;
		display: block;
	}
	#nav li a:hover {
		color: red;
		font: 182% helvetica, arial, sans-serif;
		text-decoration: none;
		background-color: #333;
		width: 100%;
		float: left;
		display: block;	
	}
	/* Right Nav */
	#rightnav {
		text-align: left;
	}
	#rightnav li {
		border-bottom: 1px solid #666;
		display: block;
	}	
	#rightnav li a {
		color: #fff;
		font: 122% helvetica, arial, sans-serif;
		text-decoration: none;
		width: 100%;
		display: block;
	}
	#rightnav li a:hover {
		color: red;
		font: 122% helvetica, arial, sans-serif;
		text-decoration: none;
		background-color: #333;
		width: 100%;
		display: block;	
	}
	/* Footer */
	#ft {
		border-top: 1px solid #666;
		text-align: right;
		font: 100% helvetica, arial, sans-serif;
	}
	#ft h2 {
		float: left;
		font: 182% helvetica, arial, sans-serif;
		display: inline;
	}
	#ft .copy {
		color: #fff;
		font: 100% helvetica, arial, sans-serif;	
	}
	#ft .copy a {
		color: #fff;
		font: 100% helvetica, arial, sans-serif;
		text-decoration: none;
	}
	#ft .copy a:hover {
		color: red;
		font: 100% helvetica, arial, sans-serif;
		text-decoration: none;
	}
	/* Footer Nav */
	#ft #footer li {
		display: inline;
	}
	#ft #footer li a {
		color: #fff;
		font: 92% helvetica, arial, sans-serif;
		text-decoration: none;
	}
	#ft #footer li a:hover {
		color: red;
		background-color: #333;
		font: 92% helvetica, arial, sans-serif;
		text-decoration: none;
	}
