<style media="screen" type="text/css">

	a {
		font-weight:normal; font-size:11px; line-height:22px; font-family:arial, helvetica, swiss, geneva; text-decoration:none;  letter-spacing:2px
	}
	
	b {
		font-weight:bold; font-size:14px; line-height:22px; font-family:arial, helvetica, swiss, geneva; text-decoration:none; letter-spacing:5px
	}
	
	p {
		font-weight:normal; font-size:11px; line-height:22px; font-family:arial, helvetica, swiss, geneva; text-decoration:none; letter-spacing:1px
	}

	div.layout {
		text-align: center;
	}
	div.center {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: 660px;
	}
	
	body {
		background-color:#000000;color:#ffcc33;
	}

		a:link {text-decoration:none;color:#ffe69a;}			/* unvisited link */
		a:visited {text-decoration:none;color:#33CCFF;}			/* visited link */
		a:hover {text-decoration:underline;color:#ff6532;}		/* mouse over link */
		a:active {text-decoration:underline;color:#ffe69a;}		/* selected link */
		
		a.footer:link {text-decoration:none; color:#ffe69a;}		/* unvisited link */
		a.footer:visited {text-decoration:none; color:#32C6FF;}		/* visited link */
		a.footer:hover {text-decoration:underline;color:#ff6532;}	/* mouse over link */
		a.footer:active {text-decoration:underline; color:#ffe69a;}	/* selected link */

		a.shows:link {text-decoration:none;color:#ffe69a;}		/* unvisited link */
		a.shows:visited {text-decoration:none;color:#32C6FF;}		/* visited link */
		a.shows:hover {text-decoration:underline;color:#ff6532;}	/* mouse over link */
		a.shows:active {text-decoration:underline;color:#ffe69a;}	/* selected link */
	
	#primary, #header, #footer {
		float: right;
		width: 100%;
	}

	#secondary {
	   float: left;
		  width: 155px; /* or whatever width you want */
}

</style>