@charset "UTF-8";
/*** Brothers Kong Design CSS DOC ***/
	

		BODY {
			background-image:  url(bkdots2.jpg);
			background-repeat: attribute; 
			background-attachment: fixed;
			background-color: #FFFFFF;
			margin-top: 20px;
			}

		h1 {
			font-family: arial;
			display: block;
			font-size: 12px;
			font-weight: bold;
			letter-spacing: -.05em;
			color: #9c0808;
			padding: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
			}


/*** IDS  ***/

		#encase {
			width: 800px;
			height: 800px;
			margin: 0 auto;
			text-align: center;
			position: relative;
			line-height: 10px;
			top: 75px;
			}

		#header {
			background-color: #FFFFFF;
			text-align: center;
			width: auto;
			height: auto;
			position: relative;
			display: block;
			padding-bottom: 0px;
			clear: both;
			color: #000000;
			}

		#sites	{
			float: none;
			width: auto;
			height: auto;
			position: relative;
			display: block;
			clear: both;
			text-align: center;
			line-height: 25px;
			}

		#construction	{
			float: none;
			width: auto;
			height: auto;
			position: relative;
			display: block;
			clear: both;
			text-align: center;
			line-height: 25px;
			}



/*** TEXT ***/

		.main {
			color: #666666;
			font-size: 12px;
			font-family: arial;
			font-weight: ;
			}

		.copy {
			color: #e6e7e8;
			font-size: 9px;
			font-family: arial;
			font-weight: ;
			}


/*** LINKS ***/

		a:link { color: #666666; text-decoration: none; font-size: 18px; font-family: arial }
		a:active { color: #660000; text-decoration: none; font-size: 18px; font-family: arial }
		a:visited { color: #660000; text-decoration: none; font-size: 18px; font-family: arial }
		a:hover { color: #660000; text-decoration: none; font-size: 18px; font-family: arial }



		a:link.nlink { color: #660000; text-decoration: none; font-size: 12px; font-family: arial }
		a:link.nactive { color: #660000; text-decoration: none; font-size: 12px; font-family: arial }
		a:link.nvisited { color: #660000; text-decoration: none; font-size: 12px; font-family: arial }
		a:link.nhover { color: #660000; text-decoration: none; font-size: 12px; font-family: arial }


