/* Shelley's Artiste Salon stylesheet*/
body	{
	margin:		0;
	padding:	0;
	font: 14px/17px "trebuchet MS", lucida, arial, helvetica, sans-serif;
	color:	#000;
	background : #000;
	}

	
#content div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font: 14px/18px  "trebuchet MS", lucida, arial, helvetica, sans-serif;	
    }
  
  
a {
	color: teal;
	text-decoration: none;	
	}


a:hover {
	color: #000;
	text-decoration: underline;
	}
	
a:visited {
	color: blue;
	text-decoration: none;
	}	
	
#main {
	position: relative;
	width: 950px;
	background: #fff url(images/logo.jpg) top no-repeat;
	border: 3px solid white;
	margin: 2px auto;
	}


#content {
	position: relative;
	width: 740px;
	margin-left: 180px;
	padding: 180px 0 10px 0;
/*	border: 1px solid red;*/
	}
	
#nav {
	position: absolute;
	top: 186px;
	left: 0;	
	width: 150px;
	margin: 5px 0 30px 0;
	padding: 0;
	text-align: right;

/*
	border: 1px solid black;
*/
	}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}	

#nav ul li {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	padding: 10px 0 0 0;
	margin: 0;
	}	
	
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: blue;
	padding: 0;
	line-height: .8em;
	}	
	
#nav ul li a:hover {
	text-decoration: underline;
	color: teal;
	background: transparent;
	}



	

/*
/*menu page indication*/
#home a#linkhome,
#bio a#linkbio,
#pres a#linkpres,
#pub a#linkpub,
#links a#linklinks,
#news a#linknews,
#resume a#linkresume,
#contact a#linkcontact  {
	color: teal;
	}	
	
	
#home a#linkhome:hover,
#bio a#linkbio:hover,
#presentations a#linkpresentations:hover,
#pub a#linkpub:hover,
#links a#linklinks:hover,
#news a#linknews:hover,
#resume a#linkresume:hover,
#contact a#linkcontact {
	color: black;
	text-decoration: none;
	}






	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
	}
	
h1	{
	font-size:	175%;
	line-height: 155%;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}
/*

#content h1.band {
	color: red;
	margin: 20px; 0 0 0;
	padding: 0;
	}
	
*/

#footer p {
	position: relative;
	text-align: center;
	width: 400px;
	margin: 10px auto;
	font-size: .9em;
	}

cite {
	display: block;
	margin: 0 0 20px 20px;
	}

strong {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;	
	}
