@charset "UTF-8";
/*** Malia Hughes CSS DOC ***/


		BODY { 
			background-color: #ffffff;
			margin-top: 0px;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			}


/*** TEXT ***/
		h1 {
			display: block;
			font-size: 15px;
			font-weight: bold;
			letter-spacing: -.05em;
			color: #cecece;
			padding: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
			}


/*** LINKS ***/
		a:link { color: #6f6f6f; text-decoration: none; font-size: 11px; }		a:active { color: #6f6f6f; text-decoration: none; font-size: 11px; }		a:visited { color: #6f6f6f; text-decoration: none; font-size: 11px; }		a:hover { color: #660000; text-decoration: none; font-size: 11px; }

		a.bkd:link { color: #cccccc; text-decoration: none; font-size: 9px; }		a.bkd:active { color: #cccccc; text-decoration: none; font-size: 9px; }		a.bkd:visited { color: #cccccc; text-decoration: none; font-size: 9px; }		a.bkd:hover { color: #1aef1f; text-decoration: none; font-size: 9px; }


/*** GUTS ***/

		#encase {
			width: 660px;
			height: auto;
			margin: 0 auto;
			text-align: left;
			position: relative;
			top: 50px;
			bottom: 50px;
			line-height: 10px;
			}

		.header {
			font-size: 10px;
			float: left;
			width: 660px;
			height: auto;
			border-bottom-style: double;
			border-bottom-width: 3px;
			border-color: #eeeded;
			clear: both;
			}

		#hughesHeader {
			float: left;
			display: block;
			padding-left: 0px;
			padding-bottom: 20px;
			border-bottom-style: none;
			border-bottom-width: 3px;
			border-color: #eeeded;
			}

		.guts {
			font-size: 10px;
			float: left;
			width: 660px;
			height: auto;
			padding-top: 15px;
			border-bottom-style: none;
			border-bottom-width: 1px;
			border-color: #cccccc;
			clear: both;
			}
		.guts span {
			display: none;
			}

		#contact {
			font-size: 11px;
			float: left;
			width: 660px;
			height: auto;
			clear: both;
			}

		.footer {
			font-size: 10px;
			float: left;
			width: 660px;
			height: auto;
			padding-bottom: 150px;
			border-top-style: double;
			border-top-width: 3px;
			border-color: #eeeded;
			clear: both;
			}

		#kongtact {
			text-align: right;
			width: 300px;
			height: auto;
			position: absolute;
			top: 670px;
			left: 345px;
			clear: both;
			line-height: 11px;
			font-size: 8px;
			color: #cccccc;
			z-index: 3;
			}

		.copy {
			color: #cccccc;
			font-size: 8px;
			font-family: arial;
			font-weight: ;
			}


