
body {
   background: #eee;
   margin: 0;
   padding: 0;
}
a {
  text-decoration: none; 
  font-weight: bold;
}
a:link {
  color:#050095;
}
a:visited {
  color:#1500a5;
}
a:hover {
  text-decoration: underline;
  color: #550000;
}

#container {   
	background: url(../images/background.jpg) #FFF  no-repeat;
  position: relative;
  margin: auto;
  text-align: left;
  width: 800px;
  height: 600px;
}

#mainpicture {
	position: absolute;
	top:100px;
	left: 315px;
}
#section_title {
	  color: #fe7910;
	  font-style: bold;
	  position: absolute;
	  top: 10px;
	  left: 315px;
}

#maintext {
	  font-size: 12pt;
		position: absolute;
		top:100px;
		left: 315px;
		color: #460151;
		padding-right: 30px;
}
#notes {
	font-size: 10pt;
	position: absolute;
	top:460px;
	left: 425px;
	color: #000;
	width: 180px;
}

#notes li {
	list-style: none;
}

#maintext li {
	 margin: 0;
	 padding-bottom: 3px;
	 list-style: none;
}

#info {
	 font-size: 9pt;
	 position: absolute;
	 font-style: italic;
	 top: 550px;
	 left: 640px;
}

#conquibus {
	margin: 0;
	color: #383838;
	position: absolute;
  left: 120px;
  top:80px;
}


#menu {
   position: absolute;
   top: 400px;
   left: 90px;
   margin-left: -70px;
}
#menu li {
	 margin: 0;
	 padding-bottom: 3px;
   font: italic medium serif;
   color:  white;
   list-style: none;
}

#menu a {
  text-decoration: none; 
  font-weight: bold;
}
#menu a:link {
  color:white;
}
#menu a:visited {
  color:#eee;
}
#menu a:hover {
  text-decoration: underline;
  color: #ffd110;
}

