/*body text to make sure it's all controllable */
body	{font-family:arial,verdana,san-serif;
		font-size:0.9em;
		background-color:#47720f;
		color:#000;
		margin-left:0;
		margin-right:0;
		margin-top:0;
		}

/* styled header h1 */
h1		{text-align:right;
		font-family: verdana, helvetica, arial, sans-serif;
		}
		
/* sonnet index heading */
h2		{align: center;
		}
		
/* green header with heading shakespear.net */
#wrap	{background-color:olive;
		width:600px;
		margin-top:0;
		padding-top:2px;
		padding-right:auto;
		margin-left:auto;
		margin-right:auto;
		}

/* main horizontal menu navigation bar */
#nav	{height:30px;
		border-bottom: 2px dashed white;
		background-color:#004b18;
		}

/* friggin' nav bar */
#sidebar{float:right;
		background-color:olive;
		font-family:verdana, arial, sans-serif;
		width:160px;
		margin-right:none;
		min-height:450px;
		list-style-type: none;
		padding-top:7px;
		}
		
/* content: where the sonnet goes */
#content{background-color: lime;
		list-style-type:none;
		text-align:center;
		max-width:500px;
		width:420px;
		min-height:450px;
		padding-right:10px;
		padding-top:0;
		float:left;
		}
		
#footer	{height:auto;
		clear:both;
		padding-bottom:1px;
		padding-left: 7px;
		}

/* horizontal navigation bar text formatting */
.navbartext {list-style-type:none;
		text-align:center;
		padding: .3em;
		}
		
/* different colour nav bar links with no underline */
.special{color:white;
		padding-right:10px;
		padding-left:10px;
		}
		
/* menu in navigation bar at the top */
.horiz	{display:inline;
		}

/* poem without bullet points */
.nobullets {list-style-type:none;
			font-weight:bold;
		}
		
/* copyright text */
.copyright {font-size:0.8em;
			text-align:center;
			color:white;
			}
		
