﻿@charset "UTF-8";

* {
	padding:0px;
	margin:0px;
	border: 0px;
}

@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('goudy_bookletter_1911-webfont.eot');
	src: local('☺'), url('goudy_bookletter_1911-webfont.woff') format('woff'), url('goudy_bookletter_1911-webfont.ttf') format('truetype'), url('goudy_bookletter_1911-webfont.svg#webfont7C3Q21E5') format('svg');
	font-weight: normal;
	font-style: normal;
}





#mainContent p, #mainContent a {font: 18px/23px GoudyBookletter1911Regular, Arial, sans-serif;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a09faf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFix #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a09faf;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	position: relative;
	clip: auto;
	clear: both;
	height: 550px;
} 
.thrColFix #sidebar1 {
	padding: 0;
	height: 550px;
	left: -165px;
	top: 0px;
	border: 0px;
	position: absolute;
	margin: auto;
	background-image: url(images/layout/leftDropShadow.jpg);
	width: 165px;
}
.thrColFix #sidebar2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	right: -165px;
	background-image: url(images/layout/rightDropShadow.jpg);
	background-repeat: repeat-y;
	bottom: 0px;
	height: 550px;
	width: 165px;
}
.thrColFix #titleImage {
	margin: auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 950px;
	height: 151px;
}

#menuBar {
	margin: auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 950px;
	height: 38px;
}

#mainContent {
	width: 700px;
	height: 315px;
	padding-top: 20px;
	padding-right: 100px;
	padding-left: 150px;
	margin: auto;
}
#mainContent_sub {
	width: 900px;
	height: 287px;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	margin: auto;
}

#mainContentBG {
	width: 950px;
	height: 370px;
	background-image: url(images/layout/body.jpg);
	background-repeat: no-repeat;
	background-color: #cbcbcb;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#mainContentBG_sub {
	width: 950px;
	height: 631px;
	background-image: url(images/layout/subpages/subPage_body.jpg);
	background-repeat: no-repeat;
	background-color: #cbcbcb;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}



#timestamp {
	position: absolute;
	left: 50px;
	top: 428px;
}
#thumbnails_row1 {
	position: absolute;
	left: 103px;
	top: 200px;
	width: 744px;
	text-align: center;
	right: 103px;
	height: 160px;
}
#thumbnails_row2 {
	position: absolute;
	left: 103px;
	top: 400px;
	width: 744px;
	text-align: center;
	right: 103px;
	height: 160px;
}
#thumbnails_row3 {
	position: absolute;
	left: 103px;
	top: 600px;
	width: 744px;
	text-align: center;
	right: 103px;
	height: 160px;
}

#thumbnailShadow {
	height: 128px;
	width: 128px;
	background-image: url(images/layout/subpages/thumbShadow.jpg);
	position: relative;
	padding: 9px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	background-repeat: no-repeat;
}
#thumbnailCaption {
	padding-top: 5px;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
}

#footerRoot {
	width: 950px;
	height: 64px;
	margin: auto;
	position: relative;
}

#footer {
}

#footerShadowBottom {
	background-image: url(images/layout/footerShadowBottom.jpg);
	width: 950px;
	height: 32px;
	margin: auto;
	float: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#footerShadowLeft {
	background-image: url(images/layout/footerShadowLeft.jpg);
	height: 65px;
	width: 165px;
	position: absolute;
	left: -165px;
	top: 0px;
}

#footerShadowRight {
	background-image: url(images/layout/footerShadowRight.jpg);
	height: 65px;
	width: 165px;
	position: absolute;
	right: -165px;
	top: 0px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Text Styles */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-indent: 15px;
	padding-bottom: 10px;
}

#closing {
	padding-left: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
#break {
	background-color: #7B7B7B;
	height: 2px;
	width: 500px;
	font-size: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
}
#date {
	font-weight: bold;
	color: #183521;
}

