﻿body
{
    background-color: #ffffdd;
}
.canvas
{
	text-align: center;
	margin: 0;
	padding: 0;
}
.page
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
    background-color: #ffffff;
    max-width: 735px;
	background: #ffffff url(/Images/containers.jpg) no-repeat top right;
	padding: 5px;
	text-align: left;
	border: solid #000000 1px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.page .main
{
    width: 400px;
    background-color: #ffffff;
    padding-right: 5px;
    float: left;
 }
.page .right
{
    float: right;
}
.page .main .logo 
{
    width: 400px;
}
.page .main .content
{
    overflow: visible;
    height: 350px;
    padding: 5px;
}
.page .main .filmstrip
{
    height: 75px;
    width: 400px;
}
.page .main .filmstrip .frame
{
    background: no-repeat left top;
    width: 100px;
    height: 75px;
    float: left;
}
.page .footer
{
    clear: both;
    text-align: center;
}
.page .footer .copyright
{
	padding: 8px;
	color: gray;
}
.page .footer .tagline
{
	padding-top: 8px;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}
.page .main .content h1 {
	color: #3c7347;
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 12px;
}
.page .main .content p
{
    font-size: 11px;
    text-align: justify;
}
