






body {
   background: #eee;
   margin: 0;
   padding: 0;
}


p  {
   line-height: 100%;
}

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;
}

#section_title {
	  color: #777777;
	  font-weight: bold;
          font-size: 14pt;
          font-family: sans-serif;
	  position: absolute;
	  top: 45px;
	  left: 5px;
          width: 180px;
          text-align: center;
          border: solid 1px #777777;
}


#author {
    position: absolute;
    top: 85px;
    left: 600px; 
    font-style: italic;
}
#author a:link {
    color: black;
}
#author a:hover {
    color: yellow;
}
#author a:visited {
    color:black ;
}



/*
-----------------------------------------------------------
                  pictures
-----------------------------------------------------------
*/


#mainpicture {
	position: absolute;
	top:180px;
	left: 215px;
}

#mainpicture img  {
}

#supporting_vertical_picture {
   position: absolute;
   top:200px;;
   left:30px;
}

#supporting_vertical_picture img  {
   height: 300px;
}

/*
-----------------------------------------------------------
                  maintext
-----------------------------------------------------------
*/

#maintext {
	font-size: 12pt;
	position: absolute;
	top:190px;
	left: 350px;
	color: #3a3c56;
	padding-right: 90px;
}
#maintext li {
	 margin: 0;
	 padding-bottom: 3px;
	 list-style: none;
}

#longtext {
	font-size: 10pt;
	position: absolute;
	top:190px;
	left: 250px;
	color: #3a3c56;
	padding: 15px;
        background-color: #dcdddf;
        width: 380px;
        border-style: solid;
        border-color: #fae705;
}



#notes {
	font-size: 10pt;
	position: absolute;
	top:499px;
	left: 425px;
	color: #000;
	width: 260px;
}

#notes li {
	list-style: none;
}


#info {
	 font-size: 9pt;
	 position: absolute;
	 font-style: italic;
	 top: 250px;
	 left: 10px;
         width: 160px;
}

#conquibus {
  margin: 0;
  position: absolute;
  left: 14px;
  top:550px;
}
#conquibus a {
   text-decoration: none;
   font-weight: bold;
}
#conquibus a:link {
  color:black;
}
#conquibus a:visited {
  color:black;
}
#conquibus a:hover {
  color:red;
}


/*

     menu

*/

#menu {
   font-size: 11pt;
   position: absolute;
   top: 120px;
   left: 0px;
}

#menu td {
   padding: 4pt;
}

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


#date {
   color: black;
   position: absolute;
   font-size: 9pt;
   font-style: italic;
   top: 550px;
   left:683px;
}



