@charset "utf-8";
/* CSS Document */


#header {
	height: 110px;
	width: 1010px;
	padding: 5px;
}
#wrapper {
	height: 1050px;
	width: 1015px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	border-radius: 15px;
}
#step1 {
	padding: 10px 5px 10px 5px;
	height: 40px;
	width: 165px;
	border-radius: 20px;
	float: left;
}
#topmenu {
	padding: 10px 5px 10px 20px;
	float: right;
	height: 40px;
	width: 815px;
}

#content {
	padding: 5px;
	width: 1005px;
	height: 650px;
	background-color: #FFF;
	float: left;
	
}
#toppage {
	height: 180px;
	width: 1015px;
	background-color:#FFF;
	border-radius: 15px;
	
}

body {
	background-color: #FFF;
	background-image: url(images/Cyclone_Catarina_from_the_ISS_on_March_26_2004.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

#sidemenu {
	width: 150px;
	height: 700px;
	float: left;
	padding: 5px}
	
#content2 {
	padding: 5px;
	width: 845px;
	height: 850px;
	background-color: #FFF;
	float: right;
	text-shadow:#000;
	color:#0D1059;
	
}

#welcome {
	width: 1000px;
	height: 100px;
	background-image: url(images/welcome.png);
	border-radius: 10px;
}

#modelswelcome {
	width: 800px;
	height: 100px;
	margin: 10px 20px 10px 30px;
	background-image: url(images/modelswelcome.png);
	border-radius: 10px;
}

#obswelcome {
	width: 800px;
	height: 100px;
	margin: 10px 20px 10px 30px;
	background-image: url(images/obswelcome.png);
	border-radius: 10px;
}

#link {
	width:210px;
	height:110px;
	padding:5px 5px 5px 5px;
	margin:15px;
	float:left;
}

#controlcont {
	width:835px;
	height:25px;
	float:center;
}

#controlbut {
	width:59px;
	height:22px;
}
#logo {
	padding: 15px;
	width: 470px;
	height: 150px;
	float: left;
	border-radius: 15px;
}
#headertext1 {
	width: 100px;
	height: 180px;
	float: left;
}
	
#headertext2 {
	width: 100px;
	height: 20px;
	position:relative;
	top: 50%;
	font-size: 14pt;

}
#headerspace {
	width: 75px;
	height: 180px;
	float: left;
}

a:link {color:#A8A8A8;}
a:link {text-decoration:none;}
a:visited {color:#A8A8A8;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:hover {color:red;}

