/*
Design by ideasmatrix ltd
http://www.ideasmatrix.co.uk
*/

body { margin: 20px; padding: 0; font: small Arial, Helvetica, sans-serif; color: #5a5a5a; background-color: #d0d0d0; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #f8f8f8;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #76b900;
	text-decoration: none;
}

a:hover { color: #737373; text-decoration: none; }

img {
	border: solid 0 #fff;
}

/* Header */

#logo { background-color: white; background-image: url(images/logo.jpg); background-attachment: scroll; background-position: 0 0; width: 780px; height: 80px; margin: 0 auto; padding-right: 0; padding-bottom: 0; padding-left: 0; border: solid 5px #fff; }

#logo h1 {
	text-align: left;
	font-size: 3em;
    text-decoration: none;
	color: #909090;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu { width: 780px; height: 30px; margin: 0 auto; padding: 0; background: #737373; border: solid 5px #fff;;
}

#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: 20px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#menu a:hover, #menu .active a { background: #76b900; color: #ffffff; font-weight: bold; }

/* Splash */

#image { width: 780px; margin: 0 auto; background: #ffffff; border-left: 5px solid #fff; border-right: 5px solid #fff; border-top-color: #fff; border-top-width: 5px; border-bottom-color: #fff; border-bottom-width: 5px; }

/* Content */

#body {
	width: 780px;
	margin: 0 auto;
	background: #ffffff;
	border: solid 5px #fff;
}

#body .title {
	padding: 10px;
	background: #85d000 url(images/smallbg.gif) repeat-x left bottom;
	font-size: medium;
}

#body .subcat { padding: 10px; color: #76b900; font-size: small; border-bottom: 1px solid #ccc; }

#body .story { padding: 10px; border: solid 2px #fff; }
/* bot*/

#bot { width: 760px; margin: 0 auto; padding: 10px; background: #737373; height: 80px; border: solid 5px #fff; }

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #fff;
}

#bot a {
	color: #fff;
}
#bot a:hover { color: #76b900;}
