/*<!-- universal settings -->*/
*{
	padding:0;
	margin:0;
}
body{
	background: #111100;
	font-family:  Helvetica, verdana, Arial, sans-serif;
	font-size: 1em;
}
a {
	text-decoration: none;
}

/*<!------------------------ container ------------------------------>*/
#container {
	position: absolute;
	display: block;
	text-align: left;
	width:800px;
	height: 600px;
	margin: 0 auto;
}

#container h1 {
	font-weight: bold;
	font: 1.5em Helvetica, sans-serif;
	color: #fff;
	border-bottom:1px dashed #fff;
	width: 900px;
	text-transform: uppercase;
	text-align: left;
	margin: 5px 0 50px 0;
}
/*<!---------------------- menu ------------------------->*/
a {
	text-decoration: none;
}
#menu {
	display: block;
	float: left;
	margin: 20px 0 0 80px;
	
}
#menu ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
}
#menu ul li {
		display: block;
		margin: 0 auto;
		padding: 0;
		display: inline;
}
#menu ul li a {
		font: .8em helvetica, sans-serif;
		font-weight: normal;
		color: #666;
}
#menu ul li a:link {
		font: .8em helvetica, sans-serif;
		font-weight: normal;
		color: #666;
}
#menu ul li a:visited {
		font: .8em helvetica, sans-serif;
		font-weight: normal;
		color: #999;
}
#menu ul li a:hover {
		font: .8em helvetica, sans-serif;
		font-weight: normal;
		color: #fff;
}
#menu ul li a:active {
		font: .8em helvetica, sans-serif;
		font-weight: normal;
		color: #fff;
}
/*<!---------------------- home/index------------------------------------------>*/
a {
	text-decoration: none;
}
#home {
		display: block;
		float: left;
		margin: 0 auto;
	
}
#home ul {
		list-style: none;
		margin: 0 auto;
		padding: 5px;

}
#home ul li {
		display: block;
		margin: 0 auto;
		padding: 0;
		display: inline;
}
#home ul li a {
		font: .5em helvetica, sans-serif;
		font-weight: bold;
		color: #666;
}
#home ul li a:link {
		font: .8em helvetica, sans-serif;
		font-weight: bold;
		color: #666;
}
#home ul li a:visited {
		font: .8em helvetica, sans-serif;
		font-weight: bold;
		color: #999;
}
#home ul li a:hover {
		font: .8em helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
}
#home ul li a:active {
		font: .8em helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
}
/*<!---------------------- Rachel pic ----------------------->*/
#rac_pic {
		display: block;
		margin: 0 auto;
		
}

/*<!---------------------- submenu ------------------------->*/
a {
	text-decoration: none;
}
#submenu {
	display: block;
	float: left;
	margin: 0 auto;
	width:300px;
}
#submenu ul {
		list-style: none;
		margin: 0 auto;
		padding: 5px;
}
#submenu ul li {
		display: block;
		margin: 0 auto;
		padding: 0;
		display: inline;
}
#submenu ul li a {
		font: .8em helvetica, sans-serif;
		font-weight: bold;
		color: #666;
}
#submenu ul li a:link {
		font: .6em helvetica, sans-serif;
		font-weight: bold;
		color: #666;
}
#submenu ul li a:visited {
		font: .8em helvetica, sans-serif;
		font-weight: bold;
		color: #999;
}
#submenu ul li a:hover {
		font: .8em helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
}
#submenu ul li a:active {
		font: .8em helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
}

/*<!---------------------- about text ----------------------->*/
#abouttxt {
		display: block;
		width:400px;
		height: 400px;
		font: .8em helvetica, sans-serif;
		font-weight: normal;
		color: #999;
		margin: 0 auto;
		padding: .5em;
		float: left;
		text-align: justify;
}
#abouttxt h3 {
		font-weight: normal;
		color:#fff;
		font: .9em helvetica, sans-serif;
		margin: 0 auto;
}
p {
	line-height: 1em;
}
/*<!----------------------form----------------------->*/
#form {
		display: block;
		font: 1em helvetica, sans-serif;
		font-weight: normal;
		color: #999;
		margin: 50px 0 0 0;
		padding: 0;
}

/*<!---------------------- project's text ----------------------->*/
#text {
		display: block;
		width:382px;
		height: 330px;
		font: .8em helvetica, sans-serif;
		font-weight: normal;
		color: #999;
		margin: 50px 0 0 0;
		padding: .5em;
		text-align: justify;
}
#text h2 {
		font-weight: bold;
		font: 1em Helvetica, sans-serif;
		color: #666;
		text-transform: uppercase;
		text-align: left;
		margin: 0 0 30px 0;
}	
#text h3 {
		
		font: 1.2em Helvetica, sans-serif;
		color: #999;
		text-transform: normal;
		text-align: left;
		font-weight: normal;
		margin: 0 auto;
}	

/*<!-----------------------numbered buttons----------------->  */
#navbox{
	position: absolute;
	top: 150px;
	width: 300px;
	padding-left: 0;
	left: 530px;
	display: block;
}
#navlist {
	display: block;
	font-size: .3em;
}
#navlist ul {
	display: inline;
	list-style: none;
	font-size: .3em;
}
#navlist li {
	list-style: none;
	font-family: verdana, sans-serif;
	margin: 6px;
	text-align: center;
	background: #fff;
	display: block;
	float: left;
	color; #fff;
}
#navlist li a {
	margin: 1px;
	padding: 0px;
	background: #fff;
	font-weight: normal;
	display: block;
	width: 10px;
	height: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#navlist li a:hover {
	margin: 1px;
	padding: 0px;
	color: #221100;
	font-weight: bold;
}
/* <!---------- controlling image position img1-------------->*/
.img1 a span {
	position: absolute;
	left: 0;
	top: 50px;
	width: 440px;
	height: 360px;
	visibility: hidden;
	display: block;
}
.img1 a:hover span {
	position: absolute;
	left: 0;
	top: 50px;
	width: 440px;
	height: 360px;
	visibility: visible;
	display: block;
}
/* <!-- controlling image position and z-index-->*/
.img1 a span {
	position: absolute;
	left: 0;
	top: 50px;
	width: 440px;
	height: 360px;
	visibility: hidden;
	z-index: 100px;
	display: block;
}
.img1 a: hover span {
	position: absolute;
	left: 0;
	top: 50px;
	width: 440px;
	height: 360px;
	visibility: visible;
	z-index: 100;
	display: block;
}
