@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

A:focus {
	outline: none;
}
A {
	color: #EDCE88;
}
.hr {
	height: 0px;
	color: #006699;
	border-top: 1px solid #7b6133;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* * * * * * * * * * * *
*       LAYOUT         *
* * * * * * * * * * * */

#bodywrap {
	background: #000000 url(../gif/body.jpg) repeat-x scroll 50% 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 1052px;
}

#top {
	width: 992px;
	margin: 0 auto;
	height: 125px;
	clear: both;
}
	#logo {
		width: 216px;
		height: 105px;
		margin-top: 12px;
		float: left;
	}
	#superbanner {
		width: 728px;
		height: 90px;
		border: 1px solid #676767;
		margin-top: 12px;
		float: right;
		z-index: 1000;
	}

#contentwrap {
	width: 992px;
	margin: 0 auto;
	clear: both;
	min-height: 800px;
	*height: auto;
	clear: both;
}
	#contentleft {
		float: left;
		width: 822px;
		text-align: left;
	}
		#content {
	}
		#footer {
			background-image: url(../gif/contentleft.png);
			background-repeat: no-repeat;
			width: 822px;
			height: 60px;
			padding-top: 95px;
			margin-top: 11px;
			margin-left: 0px;
			color: #9a9a9a;
			font-size: 11px;
			text-align: left;
			text-align: center;
		}
			#footer A {
				color: #9a9a9a;
			}
	#bannerright {
		width: 160px;
		float: right;
		height: 780px;	
	}	
		#skyscraper {
			width: 160px;
			height: 600px;
			border: 1px solid #676767;
			z-index: 1000;
			margin-bottom: 20px;
	}
		#crossbanner {
			width: 160px;
			height: 160px;
			border: none;
			z-index: 1000;
		}
		#crossbanner p a, #crossbanner p a img {
      border: none;
    }

/* elements */

#column-detail-right ul {
	padding-left: 15px;
}

#column-detail-right ul.tips {
	padding-left: 0px;
	margin-left: -15px;
	list-style-type: none;
}

#column-detail-right td {
	border: 1px solid;
}

ul.tabs.primary {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}

