/*
Design by Maa Designs
http://www.maadesigns.co.uk
*/

body {
	background: #3F3F3F url("images/tile.jpg");
	margin: 20px;
	padding: 0; /*background: transparent;*/
	font: normal small Arial, Helvetica, sans-serif;
	color: White;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: white;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: White;
	text-decoration: none;
	font: bold;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#logo {
	width: 780px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	/*background: #FFA500;*/
	background-color: #F46F0B;
	border: 2px solid white;
	border-bottom: 2px solid white;
	: ;
}

#logo h1 {
	text-align: center;
	font-size: 3em;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: white;
}

/* Menu */

#menu {
	width: 780px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	/*background: #FFA500;*/
	background-color: #F46F0B;
	border: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 0px solid white;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: white;
}

#menu a:hover, #menu .active a {
	background: #228B22;
	color: #FFFFFF;
}

/* Splash */

#image {
	width: 780px;
	margin: 0 auto;
	background: #000000;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#image_text {
	#width: 80px;
	#margin: 2 auto;
	#background: #000000;
	#border-left: 2px solid #000000;
	#border-right: 2px solid #000000;
}


/* Content */

#body {
	width: 780px;
	margin: 0 auto;
	background: #228B22;
	border: 2px solid White;
}

#body .title {
	padding: 10px 20px;
	background: #FFEE8E;
	font-size: 1em;
}

#body .story {
	padding: 20px;
	border: 0px solid White;
}
#body h2 {
	text-align: left;
	font-size: 1.3em;
	color: White;
}

/* bot*/

#bot {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #228B22;
	border: 2px solid white;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#bot a {
	color: #000000;
}

}

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}