@charset "utf-8";
/* CSS Document */

/*
	Updated January 2010
	This is the PRINT css for Toronto Temperance Society
		- tts_print.css is the modeled css for PRINT media
*/

body {
	background-color: #000000;
	color:#999;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11pt;
	margin:0;
	padding:0;
	background-image: url(images/vintagewallpaper.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
body a {
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
body a:hover {
	text-decoration: underline;
}
.header {
	margin:auto;
	width: 780px;
	margin-top: 40px;
}
.header img{
	display:none;
}
.photoframe{
	background-image:url(images/photoframe.png);
	background-repeat: no-repeat;
	margin:0 auto;
	height: 580px;
	width: 780px;
	padding-top: 28px;
}
.photo {
	margin:auto;
}
.splash {
	position:absolute;
	z-index:100;
	height:488px;
	overflow:hidden;
	visibility:hidden;
}
.container{
	margin:0 0 0 30px;
	background-image: url(images/photo_back.jpg);
	width: 704px;
	height: 516px;
	overflow: hidden;
	background-position: 0 40px;
}
/* The following .container:after allows the containers floating divs to not be pushed out of the container in Firefox */
.conatiner:after { content: ""; display: block; height: 0; clear: both; }
.navmenu {
	height:20px;
	padding: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #000;
	color: #CCC;"
}
.navmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	text-align: center;
}
.navmenu ul li {
	padding: 2px 6px;
	display: inline;
	background-color: #000;
}
.navmenu ul img {
	padding: 0;
	margin: 0;
	vertical-align:super;
}
.nav_selected {
	border-bottom: #666 solid 1px
}
.content {
	width:420px;
	margin: auto;
	background-color: #000;
	height: 496px;
	padding: 0;
	overflow:auto;
}
h2 {
	font-size: 12pt;
	display:block;
	background-color: #000;
	margin: 0;
	padding: 0;
	line-height: 24pt;
}
p {
	color:#999;
	text-align:justify;
	padding: 3px 10px;
	margin: auto;
	background-color:#000;
}
ol {
	text-align:left;
	padding: 0 0 0 36px;
	margin: 0;
	margin-right: 10px;
	display: block;
}
ul {
	text-align:left;
	margin: 0;
	margin-right: 10px;
	padding: 0 0 0 26px;
}	
em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	color: #626433;
}
.content img {
	margin:0;
	padding:0
}
.footer {
	margin:0 auto;
	width: 780px;
	padding: 0;
	margin-top: -28px;
	margin-bottom: 30px;
	color: #242424;
}
.footer a {
	color: #242424;
}
.footer p {
	text-align:center;
	margin:0;
	padding:0;
	color:#251D23;
	display: none;
}
