@charset "utf-8";
/* CSS Document */

/* Tag Selector */

body {text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-image: url(http://www.much-ado.org/alexisb/images/background.png);}
h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-variant: small-caps; color: #ca170e; border-bottom: dashed 1px #ca170e; width: 75%;}
h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-variant: small-caps; color: #ca170e; border-bottom: dashed 1px #ca170e;}
h3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-variant: small-caps; color: #ca170e; border-bottom: dashed 1px #ca170e;}
h4 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-variant: small-caps; color: #ca170e; border-bottom: dashed 1px #ca170e;}
h5 {font-weight: normal; border-top: solid 1px #ca170e; font-size:11px;}
input, option, reset, submit, textarea {border: solid 1px #ca170e; font-size: 12px;}
select {font-size: 12px;}


/* ID Selectors */
#container {margin: 0px auto; width: 650px; background: #f8deb4; border: 3px solid #e5a644; padding: 5px;}
#header {width: 100%; text-align: center;}
#navigation {wdith: 100%; text-align: center; padding-top:10px; }

#content {width: 100%; text-align: left; clear: both; padding-top: 10px;}
#footer {width: 100%; text-align: left;}

/* Begin CSS Drop Down Menu */


#nav_menu
	{
	font-family: verdana;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing: 3px;
	font-size: 13px;
	width:100%;
	float:left;
	}
		
#nav_menu a
	{
	text-align: center;
	display:block;
	border: 1px solid #e5a644;
	margin:0;
	padding: 0.3em;
	}
	
#nav_menu a:link, #nav_menu a:visited, #nav_menu a:active	/* menu at rest */
	{
	color: #d7881a;
	background-color: #f9eeeb;
	text-decoration:none;
	}
	
#nav_menu a:hover						/* menu on mouse-over  */
	{
	font-size:13px;
	color: #ca170e;
	background-color: #f8e8e4;
	text-decoration:none;
	}	
	
#nav_menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:216px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#nav_menu li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#nav_menu ul ul
	{
	position:absolute;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#nav_menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#nav_menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#nav_menu li:hover ul ul,
div#nav_menu li li:hover ul ul,
div#nav_menu li li li:hover ul ul,
div#nav_menu li li li li:hover ul ul
{display:none;}

div#nav_menu li:hover ul,
div#nav_menu li li:hover ul,
div#nav_menu li li li:hover ul,
div#nav_menu li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* Pseudo Selectors */
a:link {color: #ca170e; text-decoration: none; }
a:hover {color: #cc200e; text-decoration: underline;}
a:visited {color: #ca170e; text-decoration: none;}

/* Class Selectors */
.flstats {width: 50%; border: solid 3px #e5a644; text-align: left; background-color: #f9eeeb; padding:5px;}

