body {
	margin:0;
	padding:0;
	width: 7500px;
	height: 529px;
	color:white; 
	font: 62.5%/150% Tahoma, Sans-Serif; 
	background: black url('../img/nasa4.jpg') no-repeat fixed top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: black;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 529px; 
	

}

#leftsider {
	margin:27px 0 50px 0;
	padding: 0px 0 0 0px;
	float: left;
	width:60px; 
	height:89%;
	background:red;
    
}

#leftsider h1 {font-size: 2.0em;}

.link{padding:6px 0 6px 0;font-size:10px }

#mail{padding:6px 0 6px 0;font-size:10px }

#menu {
	padding-left: 6px;
	font-weight:bold;
}

#menu ul {
	list-style: none;
}

#menu a{
	text-decoration: none;
	color: white;
}

#menu a:hover{
	border-bottom: 1px dotted white;
}

#content {
	margin: 20px 0 0 40px; 
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 10px 0 0px; 
	padding-left: 0px; 
	float: left; 
	width: 315px;	
	height: 300px;
}

.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot {
	margin-top: 0px;
	padding:10px 10px 10px 4px;
}

p.secbot a{

	border-bottom:none;
	color: red;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
}

p.secbot a:hover {
	border-bottom:1px dotted red;
}

p.poesie {
	margin-top: 0px;
	padding:10px 10px 10px 4px;
}

p.poesie  a{

	border-bottom:none;
	color: white;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}

p.poesie  a:hover {
	border-bottom:1px dotted white;
}


#arrows {
	position: fixed;
	top: 520px;
	left: 550px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig1.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig1.png) no-repeat;}


#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}