@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url("Stars Images/galaxy_sky.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*margin-right: 150px;
	margin-left: 150px;*/
}

#Header
{
	background-image: url("Stars Images/galaxy_header.png");
	background-repeat: no-repeat;
	background-position: center top;
	position: static;
	top: 0px;
	left: 0px;
	right: 1200px;
	height: 250px;
}
#Header h1, #Header h2
{
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
	}
#leftnav {
	margin-right: 50px;
	padding-left: 15px;
	padding-top: 20px;
	margin-top: 27px;
}
#wrapper #leftnav {
	float: right;
	width: 250px;
	padding: 0px;
	font-size: small;
}
#wrapper #leftnav p, #wrapper #leftnav h2 {
	margin: 10px;
	margin-top: 10px;
}
	
#cssChange, #Technical, #leftnav_footer {
	border: inset;
	border-color: #00CCFF;
	background-color: #E4C887;
	margin-bottom: 20px;
}
#leftnav_footer {
	background-color: #E4C887;
	text-align: center;
	margin-top: 10px;
}
#cssChange h2 {
	background-image: url("Stars Images/stars_css.jpg");
	background-repeat:no-repeat;
	position: static;
	height: 75px;
	width: 221px;
	margin-left: 0px;
}
#Technical h2 {
	background-image: url("Stars Images/stars_technical.jpg");
	background-repeat:no-repeat;
	position: static;
	height: 130px;
	width: 221px;
	margin-left: 0px;
}
#Technical h2 span, #cssChange h2 span {
	z-index:-1;
	display: inline;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	}
#leftnav_footer h2 {
	background-image: url("Stars Images/comet.png");
	background-repeat:no-repeat;
	position: static;
	height: 199px;
	width: 221px;
	margin-left: 0px;
	margin-top: 10px;
}

#content {
	font-size: small;
	width: 500px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 150px;
}
#content p, #content h2, #content li{
	margin: 10px;
	margin-right: 10px;
}

#Education, #Experience, #Summary, #Info {
	font-size: small;
	background-color: #7483A4;
	padding-top: 0px;
	margin-bottom: 20px;
}
#Summary h2, #Experience h2, #Education h2, #Info h2 {
	background-image: url("Stars Images/stars_summary.jpg");
	background-repeat:no-repeat;
	position: static;
	height: 75px;
	width: 550px;
	margin-left: 0px;
}
 #Experience h2{
	background-image: url("Stars Images/stars_experience.jpg");
}
#Education h2 {
background-image:url("Stars Images/stars_education.jpg");
}
#Info h2 {
background-image:url("Stars Images/stars_info.jpg");
}
#Summary h2 span, #Experience h2 span, #Education h2 span, #Info h2 span {
	z-index:-1;
	display: inline;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	}
	
#Info {
	margin-bottom:200px;
}


#footer {
	color: #CCFFFF;
	height: 40px;
	bottom: 0px;
	font-size: xx-small;
	width: 100%;
	background-repeat: repeat;
}
