/* 
.
Theme Name: Bumble
Theme URI: http://bumble.kultorture.com
Author: Dave Marshall
Author URI: http://bumble.kultorture.com
Version: 1.0
.
*/

/* hide from ie on mac \*/
	html  {
		height: 100%;
		overflow: auto;
	}

* html 
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
		font-size: 67.5%; /* Resets 1em to 10px */
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#606771;
	}
	
#page {
	background-color: #f2f2f2;
	margin: 10px auto;
	padding: 0;
	width: 1024px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	height: 588px;
	}


#header {
	position: relative;
	text-align:center;
	margin: 0 0 100px 0;
	background-color: f2f2f2;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	margin: 0 auto;
	height: 90px;
	width: 1024px;
	}

#mnu {
	
	height: 68px;
	
	}

	
#mnu ul { list-style:none; margin: 0; padding: 0 0 px; }
#mnu li	{ float: left; }
#mnu li a span, #mnu li a em {display:none; }
#mnu li a { display: block; height:68px; width: 82px; background-position: center top; }
#mnu li a:hover span {display: block; position: relative; width: 82px; height: 68px;
						left:-0px; top:-0px; z-index: 0; background-position: center bottom;}
						
#mnu li#mnu0 a, #mnu li#mnu0 a:hover span { background-image:url(../images/home.gif); }						
#mnu li#mnu1 a, #mnu li#mnu1 a:hover span { background-image:url(../images/mnu1.gif); }
#mnu li#mnu2 a, #mnu li#mnu2 a:hover span { background-image:url(../images/mnu2.gif); }
#mnu li#mnu3 a, #mnu li#mnu3 a:hover span { background-image:url(../images/mnu3.gif); }
#mnu li#mnu4 a, #mnu li#mnu4 a:hover span { background-image:url(../images/mnu4.gif); }
	
	
	
#container {
	width: 1024px;
	
	}
		
#lft {
	
	float: left;
	background-color: f2f2f2;
	background-image: url (../images/leftframe.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	margin: 0; auto;
	height: 340px;
	width: 100px;
	/* overflow: hidden; */
	}
	
#content {

	float: absolute;
	margin: 10px;
	padding: 0px;
	width: 600px;
	height: 250px;
}
	
#flashcontent {
	
	float: absolute;
	padding: 0px;
	width: 924px;
	height: 340px;
	/* background-image: url(/images/viewframe.jpg); */
	background-repeat: no-repeat;
	
	padding: 0;
	margin: 0 auto;		
	}
	
#footer {
	clear: both;
	background: #a2a2a2;
	background-image: url (../images/footer.jpg);
	height: 1%
	}

	
small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: Sylfaen,Georgia,Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: normal;
	letter-spacing: -1px;
	}

h1 {
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	}

h2 {
	font-size: 1.6em;
	
h3 {
	font-size: 1.3em;
	}
	
h4 {
	font-size: 1.4em;
	}
	
hr {
	background-color:transparent;
	color:#897c6c;
	height:1px;
	}