/* layout.css */

/* General - body, h#, img etc */

* {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

body {
	background: #eee0ee url(bg.gif) repeat-x top fixed;
}

h1 a{
	color: #ffee99;
	font-family: aaamerican, "bookman old style", "times new roman", serif;
	font-size: 110%;
	text-decoration: none;
	margin: 15px;
	padding: 0;
}

h2 {
	border: 1px solid #ddccdd;
	background-color: #f0e0ff;
	color: #331155;
	text-align: right;
	padding-right: 5px;
	font-size: 125%;
	font-weight: normal;
}

h3 {
	border-bottom: solid 1px #ddccdd;
	color: #331155;
	font-weight: bold;
	font-size: 100%;
}

p {
	margin: 10px auto;
	text-align: justify;
}

p.lead:first-letter {
	font-family: "bookman old style", "times new roman", serif;
	font-size: 2em;
	border: 1px solid #000000;
	margin: 2px;
	padding: 3px;
	float: left;
}

table {
	margin: auto;
}

img {
	border: 0px;
}

ul {
	list-style-type: square;
}

a {
	color: #331155;
}

a:hover, a:active {
	color: #887799;
}

a:visited {
	text-decoration: none;
}

/* Layout divs etc */

#header {
	width: 340px;
	height: 60px;
	margin: auto;
	padding-right: 420px;
	padding-bottom: 5px;
	background: url("header.gif") no-repeat;
}

/* navlist modified from from http://css.maxdesign.com.au/listamatic/ */

#navlist 
{
	margin: 0px;
	padding: 0px;
	background-color: #9977bb;
	background-color: #775599;
	height: 1.4em;
	border: 3px double #ffee99;
	text-align: center;
}

#navlist li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	font: 110% verdana, tahoma, arial, helvetica, sans-serif;
}

#navlist li a:link, #navlist li a:visited
{
	padding: 0px 25px;
	border-right: 1px solid #775599;
	border-left: 1px solid #775599;
	color: #ffee99;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
}

#navlist li a:hover, #navlist li a:active
{
	border-right: 1px solid #ffee99;
	border-left: 1px solid #ffee99;
	background: #331155;
	color: #eeddee;
	font-variant: small-caps;
}

#content {
	clear: both;
	border: double 3px #000000;
	background: #fff9ff;
	color: #000000;
	width: 740px;
	height: 100%;
	margin: 10px auto;
	padding: 10px;
}

#footer {
	background: #eeddee;
	border: solid 1px #000;
	width: 740px;
	margin: 10px auto;
	padding: 0px 10px;
	text-align: center;
}

/* Classes */

.breadcrumb {
	margin-left: 30px;
	font-variant: small-caps;
}

.doll {
	text-align: center;
}
