/*
Cascading style sheet for The Jane Leeves Domain
Author: Jamie Cheetham
URL:    http://jane-leeves.myrealm.co.uk/
*/

body {
	background-attachment: fixed;
	background: #ffffff url("/img/backgrnd.jpg") repeat-y top left;
	color: #000000;
	margin-top: 0px;
}
table.center {
        margin-left: auto;
        margin-right: auto;
}
p.center, div.links {
        text-align: center;
}
a:hover {
	background-color: inherit;
	color: #ff0000;
	text-decoration: underline;
}
#menu {
	background: #ffffff;
	color: inherit;
	float: left;
	width: 100%;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10em;
}
#menu a, #menu h2 {
/*	border-color: #ccc #888 #555 #bbb; */
	border-width: 1px;
	border-style: solid;
	display: block;
        font-family: arial, helvetica, sans-serif;
	font-size: small;
        font-weight: bold;
	margin: 0;
	padding: 2px 3px;
}
#menu h2 {
	color: #ffffff;
	background: purple;
        font-variant: small-caps;
}
#menu a {
	color: #000000;
	background: silver;
	text-decoration: none;
}
#menu a:hover {
	background: #ffffff;
	color: #ff0000;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
#menu ul ul,
#menu ul li:hover ul ul {
	display: none;
}
#menu ul li:hover ul,
#menu ul ul li:hover ul {
	display: block;
}
img.minibutton {
        border: 0;
        width: 80px;
        height: 15px;
}
img.button {
	height: 72px;
	width: 108px;
}
.header {
        font-family: 'comic sans ms', cursive;
        font-size: 300%;
        text-align: center;
}
div.footer {
        background-color: purple;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-family: arial, helvetica, sans-serif;
        font-size: small;
        text-align: center;
}
