/*
		 Bill O'Brien
		 http://www.dharma-media.org
		 webmaster@dharma-media.org

    OBLIGATORY DISCLAIMER: You're welcome to use any of the code snippets here in your projects. 
/*
/*		 Universals    */
@font-face {
  font-family: 'MyFairCody';
  src: url('fonts/MyFairCody.otf')format('opentype');
              }
              
body {
	background-color : Gray;
	background-image : url(images/fabric.jpg);
	background-repeat : repeat;
}

p {
	font-family : arial, helvetica, sans-serif;
	font-size : small
}

#wrapper { 
  width: 960px;   
  margin: 0px auto 0px auto;
  height: auto;
  background: white;
  border: 2px solid #000;
  position: relative; 
  }

/*		 Header  & Navigation  */
 #header {
	margin: 0 auto;
	width: 960px;
	height:150px; 
	background-image: url(images/header-new.jpg);
     }
#nav {
  margin: 0 auto;
  position: relative;
}
#nav li {display:inline; }
#nav ul  {
    position: absolute;                                       
    top: 120px;
    left: auto;
    
    }
#nav a	{ 
	padding: 0px 15px 5px 15px;
	color: #FFF;
	font-family : MyFairCody, arial, helvetica, sans-serif;
	font-size : 1.25em;
	
	 }

#nav a:hover {  
	color: gold; 
	text-shadow: 2px 2px black; 
	text-decoration: none;
	}

.navLinks {
	text-decoration: none; 
	color: #000; 
	 
	}
/*		 Content Rules  */


a {

	color : #0000FF;

	text-decoration : none;

}



a:hover {

	color : #FF0000;

	text-decoration : underline;

}

IMG {
	outline : none;
	border : none;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

LI {
	font-family : arial, helvetica, sans-serif;
	font-size : small
}

.header
	{
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
}

.header2 {
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

.nav
	{
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.navblue {
	color : #0000FF;
	font-family : arial, helvetica, sans-serif;
	font-size : 11pt;
}

.navheaderblk {
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

.quote {
	color : #000080;
	font-family : arial, helvetica, sans-serif;
	font-size : x-small;
	font-style : italic;
}

.smtext {
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
}

.text
	{
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : smaller;
}

.announce
        {
        color : #0000FF;
        font-family : arial, helvetica, sans-serif;
        font-size : 10pt;
}

ul#medialist { list-style: circle; width: 550px; font-size: .5em; font-family : Arial, Helvetica, sans-serif;}

ul#nav li {display:inline; height: 10px;}







