body {
	color: #FFF;
	background-color: #000;
	font-size: 20px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.Hide{
  visibility:hidden;
  }
  
.Grey_box {
	background-color: #666;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #333;
	border-left-color: #333;
	
}
.Intro_done {
	height: 160px;
}
.Bright_image {
	background-image: url(assets/bg1.jpg);
}
.Dark_image {
	background-image: url(assets/bg1d.jpg);
}

#Title {
	text-align: center;
	overflow: hidden;
}

#Content {
	position: relative;
}

#Nav {
	position: absolute;
	top: 5px;
	left: 5px;
}
#Social {
	position: absolute;
	top: 5px;
	right: 5px;
}
#Footer {
	font-size: 18px;
	text-align: center;
	position: relative;
	padding: 5px;
}
#Credit_cards {
	float: none;
	position: absolute;
	top: 3px;
	right: 3px;
}
#slogan {
	position:absolute;
	bottom: 180px;
	right: 150px;
	color:#000;
	font-size:26px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.Push_navigation {
	padding: 3px;
	font-size: 20px;
}

.Push_gallery {
	padding: 3px;
	font-size: 20px;
	text-align: center;
}

.Push_over {
	background-color: #999;
}
.Push_goto {
	
}
.Push_at {
	background-color: #333;
	border: 2px solid #333;
}
.Section {
	position: relative;
	min-height: 500px;
	padding-left: 210px;
	padding-right: 140px;
	padding-bottom: 20px;
}
.Section_title {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 36px;
}
a:link {
	color: #0FF;
}
a:visited {
	color: #69F;
}
#Nonscript{
	text-align: center;
}

#Links {
	text-align: center;
}
#Contact {
	text-align: center;
}
#Quote {
	text-align: center;
}
#Warning {
  position:absolute;
  top:0px ;
  left:0px ;
	height: 20000px;
	z-index: 10;
	width:2000px;
}
.Question {
	text-decoration: underline;
	padding-bottom: 10px;
}
.Answer {
	padding-bottom: 20px;
	padding-left: 20px;
}
