/* CSS Document */


body {
	margin: 0px;
	background-color:#000;
	background-image: url(../images/tile-top-interior.gif);
	background-repeat:repeat-x;
	background-position: top;
}

#banner {
	width: 100%;
	margin: auto;
	background-image: url(../images/banner-interior.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

#container {
	width: 900px;
	margin:auto;
}

#head {
	width: 900px;
	height: 273px;
}

.clear {
	clear: both;
}

#content {
	width: 900px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#content .column-left {
	width: 580px;
	margin-right: 20px;
	float: left;
	display: inline;
}

#content .column-right {
	width: 300px;
	float: left;
}

#content .column-left2 {
	width: 300px;
	float: left;
	margin-right: 20px;
	display: inline;
}

#content .column-right2 {
	width: 580px;
	float: left;
}

#content .column-image {
	width: 440px;
	margin-right: 20px;
	float: left;
	display: inline;
}

#content .column-image-right {
	width: 440px;
	float: left;
}

#content .column-script {
	width: 290px;
	margin-right: 15px;
	float: left;
	display: inline;
	
	letter-spacing: -1px;
}

#content .column-script-right {
	width: 290px;
	float: left;
	display: inline;

	margin: 0;
	letter-spacing: -1px;
}

.script {
	font-family:"Courier New", Courier, monospace;
}

#content .column-image img, #content .column-image-right img {
	margin-bottom: 5px;
}

#content #full {
	width: 900px;
	padding-bottom: 20px;
}

#content img {
	margin-bottom: 20px;
}

#content p {
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 0px;
}

#content a {
	color: #1ab5b4;
	text-decoration: none;
}

#content h1 {
	font-size: 1em;
	margin-top: 0px;
	width: 900px;
	clear: both;
}

#content h2 {
	margin-top: 0px;
	font-size: 1.4em;
}


#content ul li {
	font-size: .8em;
	line-height: 1.5em;
	list-style-image: url(../images/point.gif);
	font-weight: bold;
}

#content ul li {
	font-size: .8em;
	line-height: 1.5em;
	list-style-image: url(../images/point.gif);
	font-weight: bold;
}


#footer {
	width: 900px;
	height: 108px;
	padding-bottom: 40px;
	margin-top: 20px;
}

#nav {
	height: 15px;
	width: 900px;
	margin: 37px 0;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
	list-style: none;
}

#nav ul li {
	display: inline;
	float: left;
	margin-right: 30px;
}

#nav ul li a {
	display: block;
	background: url(../images/point.gif) no-repeat left 3px;
	padding-left: 8px;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color:#999;
	background: url(../images/point.gif) no-repeat 2px 3px;
}

#nav ul li a.active {
	color:#1ab5b4;
}

