@charset "UTF-8";
/* CSS Document */

/*-------------Testing Kaitlins ideas--------------------------*/
body.test1
{
	background-image: url(../pbackground.png);
	background-attachment: fixed;
	background-size: 100% 100%;
}

body.test2
{
	background-image: url(../pbackground2.png);
	background-attachment: fixed;
	background-size: 100% 100%;
}

body.test3
{
	background-image: url(../PBbackground.png);
	background-attachment: fixed;
	background-size: 100% 100%;
}

/*body.test a:link
{
	text-decoration: none;
	color: white;
}

body.test a:visited
{
	text-decoration: none;
	color: white;
}

body.test a.navLinks:hover
{
	text-decoration: none;
	font-weight: bold;
	font-size: 16x;
	color: white;
}

body.test a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

body.test a:active
{
	text-decoration: none;
	color: white;
}

-------------------------------------------------------------*/

body.intro
{
	background: none;
}

body
{
	background-image: url(../pbackgroundlight.png);
	background-attachment: fixed;
	background-size: 100% 100%;
}

a:link
{
	text-decoration: none;
	color: black;
}

a.blueLinks:link
{
	font-family: Verdana, Geneva, sans-serif;
	color: blue;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: black;
}

a.blueLinks:visited
{
	font-family: Verdana, Geneva, sans-serif;
	color: blue;
	text-decoration: underline;
}

a.navLinks:hover
{
	text-decoration: none;
	font-weight: bold;
	font-size: 16x;
	color: black;
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a.blueLinks:hover
{
	font-family: Verdana, Geneva, sans-serif;
	color: blue;
	text-decoration: underline overline;
}

a:active
{
	text-decoration: none;
	color: black;
}

h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	padding-left: 20px;
}

.bannerDiv
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 1050px;
	height: 172px;
}

#logoImage
{
	position: absolute;
	top: 0px;
	/*left: 35px;
	height: 125px;
	width: 890px;*/
}

#bannerTextDiv
{
	position: absolute;
	top: 65px;
	left: 230px;
	
}

#bannerText
{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.mainDiv
{
	margin-left: auto;
	margin-right: auto;
    position: relative;
	top: 0px;
	width: 1050px;
	min-height: 500px;
}

#navigationDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	text-align: right;
	font-size: 16px;
	
}

#navigationDivEso
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	text-align: right;
	font-size: 16px;
	
}

.links
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
}

#esoterovision
{
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: 100;
}

#italic
{
	font-style: italic;	
}

#bold
{
	font-weight: bold;
}

.center
{
	text-align: center;	
}

#contentDiv
{
	position: absolute;
	left: 230px;
	top: 0px;
	width: 820px;
}

#contentDivBottom
{
	position: relative;
	float: left;
	width: 820px;
}

#contentDivLeft
{
	position: relative;
	float: left;
	width: 250px;
}

#contentDivRight
{
	position: relative;
	float: right;
	right: 250px;
	width: 250px;
}

#contentDivEso
{
	position: absolute;
	left: 230px;
	top: 0px;
	width: 820px;
}

#contentDivEsoLeft
{
	position: relative;
	float: left;
	width: 250px;
}

#contentDivEsoRight
{
	position: relative;
	float: right;
	right: 230px;
	width: 250px;
}

.mainText
{
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px 20px 0px 20px;
}

.mainTextImportant
{
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px 20px 0px 20px;
	border: thick solid;
	font-style: italic;
}

img.ephemera
{
	position: relative;
	left: 35%;
	height: auto;
	width: auto;
}

img.splash
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

