/* Astronomy CSS*/

* {
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 0px;
}

body {
	background-color:#F1FCFB;
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 850px;
}

#content {
	padding: 0.3em;
	background-color: #F1FCFB;
	min-height: 560px;
}

/**Top left corner, nebula image**/
#nebulaImage {
	float: left;
}

/**Right Top**/
#righttop {
	float: left;
	line-height: normal;
	width: 44%;
	margin-bottom: 0em;
	margin-left: 2.3em;
	text-align: center;
}

#righttop h1 {
	font-size: 35px;
	padding-top: 45px;
	padding-left: 30px;
}

#righttop h2{
	padding-top: 2em;
	font-size: 18px;
}

#searchForm {
	margin-top: 5em;
	margin-left: 3em;
	display: inline;
	float: left;
}

/**Lower Section**/
#lower {
	clear: both;
	padding-top: 2em;
}

/**Lower Left**/
#links2 {
	font-size: 2em;
	line-height: normal;
	text-align:justify;
	float:left;
	margin-left: 4em;
	margin-top: 2em;
	}

/**Fix the margin of 'about planetary nebulae" on IE**/
* html #links2 {
	margin-left: 2em;
}


/**Lower Right**/
#links {
	font-size: 2em;
	line-height: normal;
	margin-bottom: 2em;
	margin-left:23em;
	text-align:justify;
}	

#links ul li h4 {
	margin-top:0px;
}

#exercises li{
	list-style-type: disc;
	line-height: 1em;
}

#exercises {
	font-size: 15px;
}

#links a {
	
}

#links a:hover {
	text-decoration:underline;
}


/**Bottom**/
#contacts {
	margin-top: 10px;
	padding: 5px;
	background-color: #336666;
	font-size: 17px;
}

#contacts a{
	color: #d3ecec;
	font-weight: bold;
	text-decoration: none;
}

#contacts a:hover {
	text-decoration: underline;
}
