body
{
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #000;


}

a

{
	color: #FFF;
}

#upbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 264px;
	z-index: 2;
	background-image: url(images/page/upbg.gif);
}

#outer
{
	position: relative;
	width: 800px;
	background-image: url(images/page/abg.gif);
	background-repeat:
	height: 1600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#inner
{
position: relative;
padding: 13px 30px 23px 30px;
z-index: 2;
}


#header
{
	position: absolute;
	width: 705px;
	height: 92px;
	color: #fff;
	margin-top: 10px;
	margin-left: 0px;
	overflow: hidden;
	top: 21px;
	z-index: 1;
	left: 50px;
}


#menu
{
	height: 30px;
	margin-top: 113px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border: 2px solid #FFFFFF;
	width: 715px;
}
.nav
{
	
	width: 200px;
	padding-top: 6px;
	padding-bottom: 4px;
	height: 25px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	display: inline;
}

.nav a
{
	width: 110px;
	height: 20px;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-decoration: none;
	display: inline;
	
}

.nav a:hover
{
	width: 110px;
	height: 20px;
	background-repeat: repeat;
	font-size: 17px;
	color: #666666;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-decoration: none;
	
}


.link
{
margin-top: 15px ;
margin-left: 15px ;
margin-right: 15px ;
margin-bottom: 15px;
}


#primarycontent
{
	position: relative;
	width: 740px;
	background-color: #000;
	height: 1572px;
	
}



.iframe {
	text-align: center;
	height: 470px;
	width: 760px;
	position: relative;
	float: none;
}


#footer
{
	position: relative;
	clear: both;
	height: 28px;
	text-align: center;
	color: #666666;
    margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
	background-image: url(images/page/downbg.gif);
}
#cosmic {
	vertical-align: text-bottom;
	height: 20px;
	padding-top: 8px;
	color: #000000;
	font-weight: bold;
	text-transform: lowercase;
}

.left {
	width: 340px;
	clear: right;
	float: left;
}
.img {
	padding-top: 27px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}


.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	width: 740px;
}
.center a {
	color: #CCCCCC;
	text-decoration: none;
}
.row {
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 48px;
}
.irow {
	padding-top: 15px;
	padding-right: 22px;
	padding-bottom: 25px;
	padding-left: 22px;
	alignment-adjust: central;
}
#video {
	height: 270px;
	width: 480px;
	margin-left: 15px;
	background-image:url(images/page/@mind.jpg);
	
}
#hq {
	height: 300px;
	width: 400px;
	position: relative;
	left: -40px;
}
.current_page {
	color: #F00;
}
.label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	width: 300px;
	padding: 5px;
}

.label a:hover {
	font-size: 17px;
	color: #666;
}
.video {
	width: 740px;
	height: 280px;
	padding: 20px;
}
.venus {
	background-image: url(images/page/copper-venus.png);
	background-repeat: no-repeat;
	width: 740px;
	height: 40px;
	text-align: center;
	
}
.container {
  display: flex; /* Makes the container a flex container */
  justify-content: justify-content; /* Distributes space around items */
  /* Or use: justify-content: center; to center them */
  /* Or use: justify-content: space-between; to push them to edges */
  gap: 55px; /* Adds space between the boxes */
  /* Other container styles like width, height, background-color, etc. */
}

.box {
  /* Styles for your individual boxes, e.g.: */
  width: 320px;
  height: 240px;
  border: 3px solid white;
  text-align: center;
  line-height: 10px; /* Vertically centers text in this example */
}


.sidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	width: 280px;
	float: left;
}
.label a {
	text-decoration:none ;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
  gap: 5px; /* Adds space between columns */
 

}

.container {
  display: flex; /* Makes the container a flex container */
  justify-content: justify-content; /* Distributes space around items */
  /* Or use: justify-content: center; to center them */
  /* Or use: justify-content: space-between; to push them to edges */
  gap: 55px; /* Adds space between the boxes */
  /* Other container styles like width, height, background-color, etc. */
}

.box {
  /* Styles for your individual boxes, e.g.: */
  width: 320px;
  height: 240px;
  border: 3px solid white;
  text-align: center;
  line-height: 10px; /* Vertically centers text in this example */
}
#test {
	background-image:url(images/page/@mind.jpg) ;
	background-repeat:no-repeat;
	width: 700px;
	height: 393px;
	margin-left: 10px;
}

.topbar 
{
	padding:10px;
	width: 100%;
	font-weight: bold;
	
}

.topbar a
{
	text-decoration: none;
	
	
}