/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	padding:0px;
	margin:0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align:center;
	background-color:#2A003D;
	background-image:url(../images/backgrounds/body_02.png);
	background-repeat:repeat-x;
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	font-size:13px;
}
p {
	padding:10px;
}
h1 {
	font-size:24px;
	padding:10px;
}
h2 {
	font-size:16px;
	padding:10px;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:800px;
}
/*
-----------------------------------------------------------------------------
Container/Header
-----------------------------------------------------------------------------*/
#header {
	width:800px;
	height:75px;
	color:#FFF;
	font-weight: bold;
	letter-spacing: -1px;
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	background-color:#D4D4D4;
	background-image:url(../images/backgrounds/headersliver.bmp);
	background-repeat:repeat-x;
	border-left:#ACACAC solid 2px;
	border-right:#ACACAC solid 2px;
}
#header a {
	color:#FFF;
	text-decoration:none;
}
#logo {
	font-size:36px;
	position:absolute;
	left:20px;
	top:10px;
}
#number {
	font-size:22px;
	position:absolute;
	right:20px;
	top:20px;
}
/*
-----------------------------------------------------------------------------
Container/Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	width:800px;
	background-color:#D4D4D4;
	color:#FFF;
	border-left:#ACACAC solid 2px;
	border-right:#ACACAC solid 2px;
}
#bio img {
	margin-left:80px;
}
#appearances tr td {
	padding:2px;
}
/*
-----------------------------------------------------------------------------
Container/Page/Leftcolumn
-----------------------------------------------------------------------------*/
#leftcolumn {
	position:absolute;
	top:0px;
	left:20px;
	width:160px;
	height:100% !important;
	height:170px;
	background-color:#F0E9F3;
	background-image:url(../images/backgrounds/menutopsliver.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#000;
}
#menu {
	position:absolute;
	top:15px;
}
#menu ul li {
	padding-left:20px;
	list-style:none;
}
#menu ul li a {
	color:#000;
	text-decoration:none;
	padding-left:15px;
}
#menu ul li a:hover {
	background-image:url(../images/menuselection2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#8940C6;
}
#leftcolumnbottom {
	position:absolute;
	bottom:0px !important;
	bottom:-15px;
	height:3px;
	width:160px;
	background-image:url(../images/backgrounds/menubottomsliver.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*
-----------------------------------------------------------------------------
Container/Page/Rightcolumn
-----------------------------------------------------------------------------*/
#rightcolumn {
	position:relative;
	margin-left:200px;
	width:580px;
	background-color:#F0E9F3;
	background-image:url(../images/backgrounds/pagetopsliver.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#000;
}
#rightcolumnbottom {
	position:absolute;
	bottom:0px !important;
	bottom:-3px;
	height:3px;
	width:580px;
	background-image:url(../images/backgrounds/pagebottomsliver.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#appearances {
	margin: 7px;
}
/*
-----------------------------------------------------------------------------
Container/Footer
-----------------------------------------------------------------------------*/
#footer {
	height:50px;
	width:800px;
	background-color:#D4D4D4;
	background-image:url(../images/backgrounds/footersliver.bmp);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFF;
	border-left:#ACACAC solid 2px;
	border-right:#ACACAC solid 2px;
}
/*
-----------------------------------------------------------------------------
Container/Bottomsliver
-----------------------------------------------------------------------------*/
#bottomsliver {
	width:804px;
	height:6px;
	margin-bottom:20px;
	background-image:url(../images/backgrounds/bottomsliver.jpg);
	background-repeat:no-repeat;
}
/*
-----------------------------------------------------------------------------
Container/Latest-book
-----------------------------------------------------------------------------*/
#latest-book {
	position:relative;
	width:769px;
	height:232px;
	margin-left:20px;
	margin-bottom:30px;
	text-align:left;
}
#latest-book-pic {
	position:relative;
	float:left;
	margin-top:11px;
	width:159px;
	height:202px;
	background-image:url(../images/mrs-pargeters-patio.jpg);
	background-repeat:no-repeat;
	background-size: contain;
}
#latest-book-text {
	position:relative;
	float:left;
	width:545px;
	padding:25px 37px 12px 10px;
	font-size:11px;
	background:#d4d4d4;
	background-repeat:no-repeat;
	border-radius: 5px;
}
#brightsite {
	clear:both;
	float:right;
	color:#6A407D;
	margin:20px 0;
}
#brightsite a {
	color:#8A609D;
}
