/* @override http://simon-wilsons-computer.local/~simon/cathouse/main.css */

/* The Cat House's magic CSS!
   (c) SiBer, 2007
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("images/tile.gif");
}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

div#content h1 {
	font-size: 1.4em;
	padding-bottom: .5em;
	//text-align: right;
}

div#content h2 {
	font-size: 1.2em;
	padding-bottom: .5em;
	//text-align: right;
}

p {
	font-family: Georgia, serif;
	font-size: .9em;
	line-height: 1.5em;
	padding-bottom: 1em;
	text-align: justify;
}

div#wrap {
	width: 800px;
	margin: 0 auto;
	background-image: url("images/span.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}

div#content {
	background-image: url("images/background.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 34px 0 254px;
}

div#content div.captionedimage img {
	padding: 5px;
	margin: 0px 8px 0px 0px;
	color: white;
	background-color: #999;
	border: 1px solid #666;
}

div#content div.captionedimage p {
	font-weight: bold;
	font-variant: small-caps;
}

div#header h1 {
	position: relative;
	width: 800px;
	height: 150px;
	margin: 0; padding: 0;
	background-image:url("images/header.png");
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

div#navigation {
	float: left;
	width: 512px;
	height: 40px;
	//background-color: #660000;
	//padding: 10px;
	padding: 0 34px 0 254px;
	//margin: 0 10px 0 200px;
	background-image: url("images/navigation.png");
	background-position: center top;
	background-repeat: no-repeat;
}

div#navigation ul {
	//list-style: none;
	//padding: 3px;
	list-style-image: url(images/bullet.png);
	//list-style-position: inside;
	//float: left;
}

div#navigation ul li {
	//font: .7em Baskerville, Georgia, Garamond, Times New Roman, serif;
	font:  .7em Georgia, serif;
	//color: #ff0066;
	//text-transform: uppercase;
	//border-bottom: 1px solid #ccc;
	float: left;
	margin-left: 30px;
	//padding-left: 30px;
}

div#navigation a {
	//display: block; 
	//position: relative;
	color: black;
	text-decoration: none; 
	//padding: .5em 0;
	//text-align: center;
	font-weight: bold;
}

div#navigation a:hover {
	color: red;
	//background-color: black;
	//font-weight: bold;
	border-bottom: 1px solid red;
}

div#navigation ul li.selected a {
	//background-color: #300;
	//font-weight: bold;
	//color: white;
	border-bottom: 1px solid black;
}

div#maincontent {
  	float: left;
	width: 800px;
	//padding: 10px;
	color: black;
	//background-color: white;
}

/*img {
	float: left;
	clear: both;
	border:1px solid #bc9b6a;
	margin: 0 10px 5px 0;
}*/

div#signature {
	font-style: italic;
	font-weight: bold;
}

div#footer {
	//background-color: red;
	//color:white;
	font-size:.8em;
	clear: both;
	padding: 10px 34px 0 254px;
	color:  #555;
}

div#footer p {
	//text-align: center;
}

div#w3c {
	float: left;
	padding: 10px;
	clear: both;
	margin-top: 10px;
	width:800px;
}

/* W3C Certification stuff */

div#w3c a {
	display:block;
	width: 57px;
	height: 20px;
	margin: 3px 20px;
}

div#w3c img {
	border: 0;
}

#xhtml {
	float: left;
	background-image: url(images/xhtml.gif);
}

#xhtml:hover {
	background-image: url(images/xhtmlhov.gif);
}

#css {
	float: right;
	background-image: url(images/css.gif);
}

#css:hover {
	background-image: url(images/csshov.gif);
}

/* End the w3c certification stuff */

div.clearfloats {
  clear:both;
}