@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {	
	font-family:  "Eras Medium ITC", "Gill Sans MT", Gisha, "Myriad Pro";
	color: #262626;
	background-color: #262626;
}

#container {
	position: absolute;
	width: 15000px;
	top: 60px;
	height: 604px;
	background-color: #A7A6A4;
}

#containerindex {
	position: absolute;
	width: 100%;
	top: 60px;
	height: 604px;
	background-color: #A7A6A4;
}

#content {
	position: absolute;
	top: 10px;
	left: 240px;
	width: 9760px;
	height: 580px;
}

#contentindex {
	position: absolute;
	top: 22px;
	left: 240px;
	width: 1700px;
	height: 580px;
}

#references {
	position: absolute;
	top: 100px;
	left: 60px;
	width: 600px;
	height: 280px;
	background-color: #FFF;
}

#menu1 {
	position: absolute;
	width: 160px;
	height: 100%;
	left: 40px;
	background-color: #FFF;
}


#spacer1 {
	position: relative;
	top: 90px;
	background-color: #30C;
	width: 160px;
	height: 170px;
}

#spacer2 {
	position: absolute;
	top: 280px;
	width: 160px;
	height: 200px;
}
	
#menu p{
	font-size: 16px;
	font-color: #262626;
	margin-left: 7px;
}

#contentindex p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #CCC;
	
	
}



a:link { text-decoration:none; color:#262626; }
a:visited { text-decoration: none; color:#262626;}
a:hover { text-decoration: none; color:#262626;}
a:active { text-decoration: none; color:#262626;}