/* hide from ie on mac \*/
		html {
			height: 100%;

		}
		/* end hide */
		
		body {
			height: 100%;
			margin: 0;
			padding: 0;
			color: #ffffff;
			background-color: #000000;
			text-align: left;
			font-family: Trebuchet MS, Helvetica, sans-serif;
			font-size: 13px;
		}
		
		h1 {
			color: #F5E63D;
			font-family: Trebuchet MS, Helvetica, sans-serif;
			font-size: 20px;
			font-weight: bold;
		}
		h2 {
			color: #F5E63D;
			font-family: Trebuchet MS, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: bold;
		}
		a {
			color: #B99E0C;
			text-decoration: none;

		}
		
		a:hover {
			color: #B99E0C;
			text-decoration: underline;
		}
	
		#Content {
			height: 900px;
			width: 980px;
			margin-top: 0;
			text-align: left;
		}
		
		#Content a{
			color: #B99E0C;
			font-family: Trebuchet MS, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: bold;
			text-decoration: none;
		}

		#Content a:hover{
			text-decoration: underline;
		}
		
		#menu {
			width: 980px;
			text-align: left;
		}
		
		#menu a {
			color: #B99E0C;
			text-decoration: none;

		}
		
		#menu a:hover {
			color: #B99E0C;
			text-decoration: underline;
		}

