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

@font-face {
    font-family: 'JJacksonReg';
    src: url('fonts/JJacksonReg/JJacksonReg.eot'); /* IE9 Compat Modes */
    src: url('fonts/JJacksonReg/JJacksonReg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/JJacksonReg/JJacksonReg.woff') format('woff'), /* Modern Browsers */
         url('fonts/JJacksonReg/JJacksonReg.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/JJacksonReg/JJacksonReg.svg#JJacksonReg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: 'JJacksonMed';
    src: url('fonts/JJacksonMed/JJackson-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/JJacksonMed/JJackson-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/JJacksonMed/JJackson-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/JJacksonMed/JJackson-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/JJacksonMed/JJackson-Medium.svg#JJackson-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

html, body{
	background-color: #FFFCEC;	
	font-family: JJacksonReg;
	letter-spacing: 0.09em;
	line-height: 1.4;
}



a:link, a:visited{
	color: #000;
	text-decoration: none;
}

a:hover, a:active{
	color: #C85445;
}
#content {
	width: 960px;
	height: 593px;
	margin: 80px auto 10px auto;
	background-image: url(images/book-open.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#left{
	display: inline-block;
	width: 390px;
	margin: 40px 40px 0px 50px;
	vertical-align: top;
}

#right{
	display: inline-block;
	width: 390px;
	margin: 40px 50px 0px 40px;
	vertical-align: top;
}

#nav{
	font-family: JJacksonMed;
	font-size: 16px;
	text-align: center;
	word-spacing: 0.3em;
	white-space: nowrap;
	height: 60px;
}

h1{
	font-family: JJacksonMed;
	font-size: 26px;
	height: 40px;
	text-transform: uppercase;
}

#intro{
	font-family: JJacksonReg;
	height: 60px;
	font-size: 14px;
}

#thumbs-table{
	width: 390px;
	height: 390px;
}

#thumbs-table td{
	margin: 0px;
	padding: 0px;
}
#thumbs-table a img{
	border: 2px #818181 solid;
	width: 80px;
	height: 80px;
	display: block;
}
#thumbs-table a:hover img{
	border-color: #C85445;
}

.thumb{
	width: 84px;
	height: 84px;
}
.spacerWidth{
	width: 18px;
}
.spacerHeight{
	height: 18px;
}


#large-table{
	width: 390px;
	height: 430px;
}

#large-table td{
	text-align: center;
	vertical-align: middle;
}

.bottomNav{
	width: 300px;
	height: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.bottomNav td{
	width: 50%;
}

.bottomNav td:last-child{
	text-align: right;
}

#bounding-box {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 390px;
	height: 430px;
}

#home-title{
	font-size: 30px;
	height: 60px;
}
#large-nav{
	font-size: 30px;
	margin-top: 50px;
	margin-left: 60px;
}
#large-nav li{
	margin-bottom: 55px;
}
#about-image{
float: right;
margin-left: 20px;
margin-bottom: 10px;
	border: 2px #818181 solid;	
}


#contact{
	font-family: JJacksonReg;
	height: 60px;
	font-size: 17px;
}


#contact a:link, #contact a:visited{
	color: #C85445;
	text-decoration: none;
}

#contact a:hover, #contact a:active{
	color: #000;
}

#copyright{
	width: 960px;
	margin: 0px auto;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 7px;
	color: #808080;
}