/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
margin: 10 auto;
padding: 10;
font: 76% Verdana,Tahoma,Arial,sans-serif;
color: #b6952a;
background: #211d1e url(http://www.psifly.com/_images/body_deg.gif) repeat-x
}

h2 {
font-size: 1.3em;
margin: 0 0 10px 0;
color: #b6952a;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #b0c4de;
}

a:hover {
text-decoration: underline;
color: #5f9ea0;
}


#content {
margin: 0em 20px 10px 20px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
color: #ffffff;
background-color: #000000;
}

#content h2 {
font-size: 1.2em;
margin: 0 0 0.5em 0;
color: #c71585;
}



/* Drop Down Menu formatting */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #c71585;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

