/*SELECT i.iGalleryID FROM tbl_gallery o, tbl_article LEFT JOIN tbl_gallery i ON i.iGalleryParent=o.iGalleryID WHERE sArticleTitle LIKE 'website_terms_of_use' AND o.iGalleryArticle=iArticleID */
/* Global configs */

html * {
	margin: 0px;
	padding: 0px;
}

body {
	color: #555555;
	font-size: 0.7em;
	line-height: 1.6em;
	background: #000000;
	text-align: center;
	z-index: -1;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: white;
	
	display: table;
}


body, input, textarea {
	font-family: trebuchet ms, sans-serif;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		line-height: 1.7em;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		line-height: 1.6em;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		line-height: 1.5em;
	}
	
h1 {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 10px 0px 10px 0px;
	text-transform: lowercase;
}



p {
	font-size: 1em;
	font-weight: 100;
	line-height: 1.6em;
}

#body a, #body a:link, #body a:visited {
	text-decoration: none;
	color: #555555;
	font-weight: 800;
}

#body a:hover {
	text-decoration: none;
	color: black;
}



/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#center {
	position: absolute;
	top: 10%;
	left: 0px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}


#wrapper {
	position: relative;
	width: 760px;
	z-index: 0;
	margin: 10px auto;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	border: 10px solid #666666;
}



#navigation {
	width: 750px;
	height: 14px;
	text-align: center;
	padding: 5px;
}

	#navigation ul {
		
	}
	
	#navigation p {
		float: right;
	}

	#navigation ul li {
		list-style: none;
		display: inline;
		padding: 10px 20px 0px 20px;
	}

	#navigation ul li a:link, #navigation ul li a:visited, #navigation p a:link, #navigation p a:visited {
		color: #666666;
		text-decoration: none;
		text-transform: lowercase;
		font-weight: 400;
	}
	
	
	#navigation ul li a:hover, #navigation p a:hover {
		text-decoration: none;
		font-weight: 800;
		color: black;
	}






#content {
	width: 440px;
	float: left;
	display: inline;
	z-index: 1;
}






	#banner {
		width: 300px;
		height: 120px;
		margin: 10px 0px 0px 10px;
		z-index: 2;
		background: url(../static_images/future_logo.gif) top left no-repeat;
	}
	
	#body {
		width: 400;
		height: 260px;
		margin: 20px 0px 0px 10px;
		padding: 0px 10px 0px 0px;
		overflow: auto;
		z-index: 2;
	}
	
	
	







#image {
	width: 300px;
	padding: 0px 10px 10px 0px;
	float: right;
	display: block;
	z-index: 1;
}

	#image img, #image span.flash_container {
		display: block;
		margin: 10px 0px 0px 0px;
		padding: 0px;
		float: left;
	}
	
	#image img {
		border: 1px solid black;
	}

	#products {
		display: block;
		padding: 10px;
	}
	
		#products div.block {
			width: 280px;
			height: 46px;
			margin: 0px;
			display: inline;
		}
		
		#products div.block a:link, #products div.block a:visited {
			width: 276px;
			height: 40px;
			padding: 2px;
			display: block;
			color: #666666;
			border: 1px solid white;
			text-decoration: none;
		}
		
		#products div.block a:hover {
			text-decoration: none;
			color: black;
			border: 1px solid #555555;
			font-weight: 800
		}
		
		#products div.block img {
			margin: 0px;
			padding: 0px;
			float: right;
		}
		
		#products div.block div.text {
			float: right;
			height: 20px;
			padding: 10px 5px 10px 0px;
		}









































#footer {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	color: #bbbbbb;
}


#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #bbbbbb;
}

#footer a:hover {
	text-decoration: none;
	color: #555555;
}


?>