/* universals */
*{
	color: #666;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: Philosopher, Verdana, sans-serif;
	line-height: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	/*border: 1px dashed blue;*/
}

body{
	background: white;
	text-align: center;
}

p{}

a.textButton{
	color: red;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
	padding: 10px;
	border-radius: 14px;
	position: relative;
	top: 30px;
}

a.textButton:hover{
	color: #fff7e6;
	background-color: #333c66;
}

blockquote{
	color: #333;
	background-color: #ccc;
	text-align: justify;
	font-family: Verdana, sans-serif;
	margin: 8px 36px 20px 36px;
	padding: 8px;
	border-radius: 4px;
}

h1{
	font-size: 100%;
	margin: 4px;
}

h2{	/* top line of pages */
	color: #ccc;
	font-size: 26px;
	text-align: center;
	margin: 0px;
}

h2::first-letter{
	font-family: 'Lobster Two', Times, serif;
	font-size: 32px;
}

span.big{
	color: inherit;
	font-family: 'Lobster Two', Times, serif;
	font-size: inherit;
	font-size: 32px;
}

h3{	/* replacement for p */
	color: #ccc;
	font-size: 22px;
	text-align: left;
	margin: 20px 0px 0px 0px;
}

h3::first-letter{
	font-family: 'Lobster Two', Times, serif;
	font-size: 28px;
}

h3.noCap::first-letter{
	font-family: Philosopher, Verdana, sans-serif;
	font-size: 22px;
}

span.different{
	color: inherit;
	font-size: inherit;
	font-size: 26px;
}

h4{
	color: #ccc;
	font-family: Verdana, sans-serif;
	line-height: 24px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

h5{	/* index footer contact info */
	font-size: 14px;
	margin: 6px 12px;
}

h6{	/* index footer copyright info */
	font-size: 10px;
	margin: 8px 12px;
}

img.fortyEight{
	height: 48px;
	width: 48px;
}

body{
	background-color: white;
}

/* arrange justified sections */
#header, #footer, #spread{
	text-align: justify;
	font-size: 0.1px;
	width: 1100px;
	margin: auto;
	position: relative;
}

#header div, #footer div, #spread div{
	display: inline-block;
}

#header:after, #footer:after, #spread:after{
	content: '';
	width: 100%;
	display: inline-block;
}

/* #header section */
#header>div{
	margin:0px 6px;
}

.nav a:link{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0px 0px;
	padding: 106px 10px 2px 10px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
	position: relative;
	top: -10px;
}

.nav a:hover{
	color: #fff7e6;
	background-color: #333c66;
}

/* #footer section */
#footer{
	/*height: 40px;*/
}

#footer img{
	padding-top: 4px;
}

/* #spread section */
#spread>div{
	width: 280px;
}

/* index body section */
#body{
	background-image: url(img/framebg-100.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 500px;
	/*width: 1100px;*/
}

#body iframe{
	border: 0px;
	width: 100%;
	height: 100%;
}

/* #frame section */
body#frame{
	background: transparent;
	width: 1100px;
	margin: auto;
	padding: 20px;
}

#frame div.left{
	float: left;
}

#frame div.right{
	float: right;
}

#frame div.rightOfPicture{
	margin-left: 260px;
}

#frame div.leftOfPicture{
	margin-right: 260px;
}

#frame div.betweenPictures{
	/*width: 800px;*/
	margin-left: 140px;
	margin-right: 140px;
}

#flashLogo{
	z-index: -1;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
