/*
Design by Maa Designs
http://www.maadesigns.co.uk
*/

BODY {
	margin: 20px;
	padding: 0;
	background : white;
	font: normal small Arial, Helvetica, sans-serif;
	color : #44403e;
}



h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

A {
	color : #004080;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#logo {
	width: 780px;
	height: 75px;
	margin: 0 auto;
	padding : 20px 0px 0px 0px;
	background-repeat : repeat-x;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}





#logo A {
	text-decoration: none;
	
}

/* Menu */

#menu {
	width: 780px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background : url(images/menu2.jpg);
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}



#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu A {
	display: block;
	float: left;
	width : 156px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
  
}

#menu A:HOVER, #menu .active A {
	background : url(images/menu1.jpg);
	color: #FFFFFF;
}

/* Splash */

#image {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#body {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#body .title {
	padding: 10px 20px;
	background: #FFEE8E url(images/smallbg.gif) repeat-x left bottom;
	font-size: 1em;
}

#body .story {
	padding : 20px 40px 40px 40px;
	border : 1px solid silver;border-right-color : silver;border-left-color : silver;border-right-width : 1px;border-left-width : 1px;
}

/* bot*/

#bot {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	background : url(images/menu2.jpg);
	border: 5px solid #FFFFFF;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#bot a {
	color: #CCCCCC;
}
BIG{
  font-weight : bolder;
}

