/*Ninth Muse Stylesheet*/

body	{
	margin:		0;
	padding:	0;
	font: 13px/15px  verdana, tahoma, sans-serif;
	color:	#000;
	background : #eee;
	}

	
div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font: 13px/15px "Trebuchet MS", arial, helvetica,  sans-serif;	
    }
    
a:link {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	}
	
a:visited {
	color: #006;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #6a8ac1;
	text-decoration: underline;
	font-weight: bold;
	}  
	

	
#main {
	position: relative;
	background: #fff;
	margin: 2px auto;
	padding: 0;
	width: 780px;

	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;

	}
	
#header {
	position: relative;
	text-align: center;
	margin: 6px 10px;
	width: 760px;
	border-left: 3px solid #333;
	border-top: 3px solid #333;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;

	}
	


#graphic img {
	position: relative;
	float: left;
	width: 300px;
	margin: 10px 40px 10px 14px;
	border-left: 3px solid #333;
	border-top: 3px solid #333;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	}
	
#content {
	width: 350px;
	margin:  0 0 0 400px;
	}	
	
#leftcontent {

	width: 400px;
/*	border: 1px solid black;*/
	margin:  0 0 0 10px;;
	}
	
#contact {
	position: absolute;	
	top: 85px;
	left: 400px;
	}

/*TopNav*/
#nav {
/*	border: 1px solid black; */
	width: 320px;
	height: 25px;
	position: relative;	
	padding: 10px 0 0 0;
	text-align: left;
	}
	
#nav ul {
	width: 300px;
	list-style: none;
	padding: 0;
	text-align: left;
	margin: 0;
	}	

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0 15px 0 0;
	}	
	
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0;
	}	
	
#nav ul li a:hover {
	text-decoration: underline;
	color: #7e4b23;
	background: transparent;
	padding: 0;
	margin: 0;
	}


/*SubNav*/
#subnav {
	width: 120px;
	position: absolute;	
	top: 85px;
	left: 647px;
/*	margin:  0 0 0 647px;*/
	border-left: 3px solid #333;
	border-top: 3px solid #333;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	}
	
#subnav ul {
/*	margin: 75px 0 0 0;*/
	list-style: none;
	padding: 0;
	width: 120px;
	margin: 0px;
	}	

#subnav ul li {
	padding:  4px 0 10px 10px;
	}	
	
#subnav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0;
	}	
	
#subnav ul li a:hover {
	text-decoration: underline;
	color: #7e4b23;
	background: transparent;
	padding: 0;
	margin: 0;
	}
/*EndSubNav*/

#tech {
	color: #2b3348;
	font-size: .9em;
	}

#poem {
	position: relative;
	margin: 10px 0 0 0;
	color: #af634f;
	font-style: italic;
	line-height: 1.8em;
	}

/*menu page indication*/
#home a#linkhome,
#teaching a#linkteaching,
#writing a#linkwriting, 
#research a#linkresearch,
#readings a#linkreadings,
#schedule a#linkschedule,
#subhome a#linksubhome,
#assign a#linkassign,
#examples a#linkexamples,
#syllabus a#linksyllabus,
#notes a#linknotes {
	color: #7e4b23;
	font-size: 1.2em;
	text-decoration: none;	
	}	
	
#home a#linkhome:hover,
#teaching a#linkteaching:hover,
#writing a#linkwriting:hover, 
#research a#linkresearch:hover {
	color: #7e4b23;
	text-decoration: underline;	
	}	

h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", 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%;
	}
h4	{
	font-size:	102%;
	}