body {
	background-color:#fff;
	color:#4F4F4F;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height:1.5em;
	margin:0;
	padding:0;
/*	padding:0 150px;*/
	/* IE 6 hack to prevent bottom of page from disappearing 6*/
	margin-bottom:60px;
}

#insertimage {
	min-height:190px;
}

/************************************************
*	Hyperlinks 						*
************************************************/
a {
	font-weight: bold;
	text-decoration:none;
}
a img {
	background-color:#fff;
	border: none;
	}

/************************************************
*	Navigation     					*
************************************************/
#skip_to_content a:link, #skip_to_content a:visited, .hide {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

#skip_to_content a:focus, #skip_to_content a:active {
/* positioning */
	position:absolute;
	left:35px;
	top:0;
	overflow:visible;
	padding:1px 5px;
	width:auto;
	height:auto;
/* appearance */
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:0.04em;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background:white;
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
	border-right:1px dotted #000;
	z-index:50;
	}

.hide { /* pgsm_moonlight_real_girl.html */
	position:relative;
	left:35px;
	top:0;
	overflow:visible;
	padding:1px 5px;
	width:auto;
	height:auto;
/* appearance */
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:0.04em;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background:white;
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
	border-right:1px dotted #000;
	z-index:50;
}

/*
#quicknav {
	font-size:14px;
	font-variant:small-caps;
	letter-spacing:1px;
	float:right;
	margin:0; padding:0;
	position:relative;
	top:43px;
	right:185px;
}
#quicknav a {
	color:white;
	font-weight:normal;
}
#quicknav li {
	display: inline;
	padding:0px 5px;
}
*/

/************************************************
*	Header 						*
************************************************/

#header {
	width:99%; /* IE 6 hack - should be 100%, but IE 6 forces a gap to the right of #edition */
	height:83px;
	top:0;
	position:absolute;
	z-index:10;
}
/*
#header h1 {
	position:relative;
	font-size:1em;
	font-variant:small-caps;
	width: 540px;
	height: 19px;
	left: 40px;
	top: 43px;
	margin: 0; padding: 0;
	vertical-align: middle;
}
#header h1 a {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:540px;
	height:19px;
}
*/
.sitetitle {
	/* positioning */
	position:absolute;
	width: 540px;
	height: 19px;
	left: 40px;
	top: 43px;
	margin: 0; padding: 0;
	vertical-align: middle;
	z-index:1;
/*	top:0;
	left:0;*/
	/* appearance */
	font-family:Georgia;
	font-size:17px;
	font-weight:bold;
	letter-spacing:0.2em;
	text-decoration:none;
	}

/************************************************
*	Content 					      *
************************************************/

#content {
	background-color:white;
	position:absolute;
	top:83px;
	margin-right:200px; /*195px*/
	padding: 1em 40px;
	z-index: 40;
	outline:none; /* prevents outline appearing upon clicking inside box */
}
#content h1, #content h2, #content h3 {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
	border-bottom:1px solid #BFBFBF;
	padding-bottom:0.25em;
	}
#content h1 {
	font-size: 1.3em;
/*	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px; */
}
#content h2 {
	font-size: 1.14em;
	font-variant:small-caps;
	background:no-repeat top left;
	padding-left: 20px;
}
#content h3 {
	font-size: 1em;
	background:no-repeat top left;
	padding-left: 20px;
	}
#content ul li {
/*	list-style-type:circle; */ /*removed due to overriding style on pgsm_singles.html */
}
#content ol li {
	list-style-type: decimal;
}
#content li h2, #content li h3 {
	border-bottom:0;
	background-image:none;
	}
#content p {
	text-align:justify;
}
pre {
	font-family: arial, sans-serif;
	font-size:15px;
}
blockquote {
	background: #F7F7F7;
	font-style:normal;
	margin: 0 24px 24px 24px;
	padding:1em 1.1em 0 1em;
	border: 1px solid #AFAFAF;
	}
hr {
	border:0;
	width:100%;
	height:1px;
	margin-top:10px; margin-bottom:10px;
}
table {
	border:0;
	padding:0;
	margin:10px auto 0;
}
table tr td { vertical-align:top; }
table tr td img { margin-right:5px; margin-top:5px; }
table tr td a img { border:1px dotted; }
table tr td h1 {
	padding:0; margin:0;
	font-variant: normal;
	font-size:medium;
}
.tablecenter { margin:auto; text-align:center; }
th { text-align:left; }
ul.cdinfo {
  padding-left:0;
  margin-top:0;
  }
.cdinfo li {
  list-style-type:none;
  }


/************************************************
*	Images  					      *
************************************************/
.floatleft {
	float:left;
	position:relative;
	margin-right:15px;
	}
.floatright {
	float:right;
	position:relative;
	margin-left:15px;
	}

/************************************************
*	Sidebar 	        			     	*
************************************************/
#sidebar { /*required so menus can be relatively positioned and thus font resized w/o breaking layout */
	background-color:white;
	top:82px;
	padding-top:5px;
	position:relative;
	float:right;
	width:200px; /*190px*/
	z-index:30;
}
#styleswitch {
	position:absolute;
	left:10px;
	bottom:0px;
	z-index: 20;
}
#styleswitch img { padding:2px; }
#brandingimage {
	position:relative;
	padding:0px 20px;
}
#navimage {
	background-position:center;
	position: absolute;
	width: 192px;
	height: 84px;
	right:0;
	padding-right:10px;
	top:0;
	z-index: 20;
}
.navtext {
	display:block;
	padding:5px;
	position:relative;
	margin:15px auto;
	width:25em;
}
.navtext a {
	font-weight: bold;
}
#primarymenu {
	line-height:1.1em;
}
#menu2 { margin-top:-20px; }
ul.menu {
	margin:0;
	padding:10px 0 10px 10px;
}
.menu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 18px;
	font-variant:small-caps;
}
.menu li ul {
	margin:0;
	padding:5px 0 5px 5px;
}
.menu li ul li {
	border:0;
	font-family: Verdana, "Lucida Sans Unicode", "Palatino Linotype", sans-serif;
	font-variant: normal;
	list-style-image:none;
	list-style:square inside;
	margin: 0; padding:0;
}
.menu a {
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	color:white;
}
