/* navagation */
  
/* Remove all margin and padding from the unordered list in the main menu. */

#main-menu ul {
margin: 0px;
padding: 0px;
}

/* Remove bullets for each list item. Make each list item go horizontal instead of vertical. Add 5 pixels of margin to the left and right sides of each list item to space them away from eachother. */

#main-menu li {
list-style-type: none;
display: inline;
margin: 0 1px 0 1px;


}

/* Links within each list item. */

#main-menu li a {
color: black;
	font-weight: bold;
	font-family: Arial;
	font-family: Arial;
	font-size: 10px;
	TEXT-DECORATION: none;
	
}

/* When the mouse hovers over a link. */

#main-menu li a.active, #main-menu a:hover {
text-decoration: none;
color: #333399;
}
 


BODY {
	background-image: url(../images/perpetua-DNA-Pendant-back.jpg);
	background-repeat: no-repeat;
	background-color: #eae8e9;
}
	
	 
   /* headers */	 
   
h1
{
	color: #FF3D00;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	letter-spacing:1pt;
}

h2
{
	color: #333399;
	font-weight: 100;
	font-family: Verdana;
	font-size: 14px;
}
h3
{
	font-size: 12px;
	COLOR: #333399;
	font-family: Verdana;
	font-weight: normal;
}

  /* text */
  
.style1 {
font-size: 14px; COLOR: #333399;
}

A:link {
	COLOR: #333399; TEXT-DECORATION: underline;
}
A:active {
	COLOR: #333399; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #333399; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FF3300; TEXT-DECORATION: none;
}

  /* video link */

A.video:link {
	font-size: 16px;
	font-family: Verdana;
	COLOR: #FF3300; 
	TEXT-DECORATION: underline;
	font-style:italic;
}
A.video:active {
	font-size: 16px;
	font-family: Verdana;
	font-style:italic;
	COLOR: #FF3300; 
	TEXT-DECORATION: underline;
	
}
A.video:visited {
	font-size: 16px;
	COLOR: #FF3300; 
	TEXT-DECORATION: underline;
	font-family: Verdana;
	font-style:italic;
}
A.video:hover {
	font-size: 16px;
	font-family: Verdana;
	font-style:italic;
	COLOR: #FF3300; 
	TEXT-DECORATION: none;
}


.style3 {
	font-size: 16px;
	COLOR: #333399;
	font-family: Verdana;
}



	
/*Footer*/

.sideMarginInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 25px;
	font-size: 12px;
	color: #8E8ED2;
}	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
}	
