/* M.J. Whitehead's CSS sheet. Please feel free to copy from my code. :) */

body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #000000 url(images/background.jpg) no-repeat fixed;
    margin: 0px;
    padding: 10px;
}

#body{
    background: url(images/framebg.gif) repeat-y;
    padding-bottom: 10px;
}

html, #wrapper, h1 {
    margin: 0px;
    padding: 0px;
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 710px;
    position: relative;
    background: url(images/framehead.gif) top no-repeat;
    padding-top: 20px;
}

img { border: 0px; }

#header h1{
    margin: 0;
    padding-top: 15px;
}

#footer {
    background: url(images/framefoot.gif) no-repeat;
    text-align: center;
    padding-right: 10px;
    padding-left: 480px;
    padding-bottom: 30px;
}

#content {
    float: right;
    width: 450px;
    padding-top: 40px;
    margin-right: 8px;
}
#content .contentbox {
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 5px 20px 10px 20px;
}

#nav {
    position: absolute;
    top: 25px;
    left: 253px;
    width: 450px;
	height:35px;
	background: url(images/nav.gif) repeat-x;
}
#nav ul{
	padding: 0px;
	margin: 0px;
	height: 32px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	list-style-type: square;
	list-style-position: inside;
}
#nav li{
	padding: 7px 16px 0px 16px;
	margin: 0px;
	height:25px;
	list-style-type: square;
	list-style-position: inside;
	float:left;
	border-right: 1px solid #000000;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color:#fcff85;
}

#menu {
    float: left;
    width: 235px;
    margin-left: 10px;
    margin-top: -10px;
    background: url(images/menubg.gif) repeat-y;
    border-bottom: 1px solid #05256b;
}
#menu ul {
    border: 1px solid #8497c2;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}
#menu li {
    list-style: none;
    border: 1px solid #8a6f5e;
    background: #3f2b20 url(images/bullet.gif) left center no-repeat;
    padding: 0px 0px 0px 20px;
    margin: 3px;
}
#menutitle {
    position: absolute;
    left: 15px;
    top: 400px;
}
h2 {
	padding: 7px 16px 0px 16px;
	margin: 0px;
	width: 418px;
	height: 26px;
	background: url(images/rule.gif);
	list-style-type: square;
	list-style-position: inside;
	float:left;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: 5px 20px 0px 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

.readmore {
    text-align: right;
}

.indent{margin: 10px;}

.doubleindent{margin: 20px;}

a {
font-family: Courier monospace;
color: #9d592e;
font-weight: bold;
text-decoration: underline;
}

a:visited {
font-family: Courier monospace;
color: 9d592e;
font-weight: bold;
text-decoration: none;
}

a:hover {
font-family: Courier monospace;
color: 9d592e;
font-weight: bold;
text-decoration: underline overline;
}

p,li {font-family: Courier monospace;}

p.storybook:first-letter {
font-family: Calibri serif;
color: #141a00;
font-size: x-large;}

p.storybook {font-family: Courier monospace;}

h1,h2,h3 {font-family: Verdana Arial sans serif;}

hr {color:d9b27e}

#copyright {
    position: relative;
    top: -8px;
    color: #989898;
}