/*	
	NEW RIVER JOURNAL
	GLOBAL CSS
	BY: BRENT JESIEK
	
	ORIGINAL: JAN 24, 2007
	LAST MODIFIED:  JAN 24, 2007	
*/

	body 
	{
		background-color: #5183B6;
		margin: 15px 0px 0px 0px;
		padding: 0;
		/*text-align: center;*/
	}


	div#main
	{
		margin: 0 auto;
		width: 750px;
		border: 1px solid #000; 
		background: #eee;
	}

	div#header 
	{
		/*border-bottom: 1px solid #000;*/
		width: 750px;
		height: 100px;
		background-image: url(http://www.cddc.vt.edu/journals/newriver/images/nrj_header.gif);
		background-repeat: no-repeat;
		/*background: #fff;*/
		margin: 0 auto;
		border-bottom: 1px solid #000;
		position: relative;
	}
			
	div#menu
	{
		position: absolute;
		right: 4px;
		bottom: 8px;
		font-size: 11px; 
		font-family: Verdana, Arial, "sans-serif";
	}
	
	div#footer 
	{
		/*border-top: 1px solid #000;*/
		/*float:right*/
		width: 750px;
		height: 15px;
		/*height: 99px;*/
		background:#000;
		padding: 5px 0px 0px 0px;
		text-align: right;
        font-size: 10px; 
        font-family: Verdana, Arial, "sans serif"; 
        color: #fff;
	}
	
	#header a { color: #000; }
	
	a:link.works { color:#000; text-decoration:none }
	a:visited.works { color:#000; text-decoration:none }
	a:hover.works { color:#000; text-decoration:underline }
	
	A:link IMG { border:#000 }
	
	.title
	{
		font-family: Garamond, "Times New Roman", serif;
		letter-spacing:1px;
		font-weight: bolder;
		font-size: 16px;
	}
	
	.author
	{
		font-family: Verdana, Arial, "sans serif";
		letter-spacing:1px;
		font-size: 11px;
	}
	
	.desc
	{
		font-family: Verdana, Arial, "sans serif";
		letter-spacing:1px;
		font-size: 11px;
	}
	
	.desc a { color: #000; }
	
	.issue
	{
		font-size:14px;
		font-family:verdana;
		letter-spacing:1px;
		font-weight:bold;
		text-align:right;
	}
	
	.note
	{
		font-size: 16px;
		font-weight: bolder;
		/*font-family: Verdana, Arial, "sans-serif";*/
		font-family: Garamond, "Times New Roman", serif;
	}
	
	.note a { color: #000; }
	
	table.special { border-width:1; border-style:solid; }
	
	a#homelink {display:block;width:750px;height:60px}