body {
    background-color: #FFFFFF; /* Background color */
    color: #000000; /* Foreground color used for text */
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
    font-family: Open+Sans:400;
    font-weight: 400;
    font-size: 10pt;
    line-height: 12pt;
    margin: 30; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
    text-align: center;
    width: 1024px;
    margin-left: 30;
	margin-right: auto;
	
}

p#title {
font-family: 'Open Sans', sans-serif;
font-size: 14pt;
	text-decoration: none;
		line-height: 16pt;
	    	font-weight: 400;
	    		text-align: left;
}

h1 {
font-family: 'Open Sans', sans-serif;
font-size: 14pt;
	line-height: 14pt;
	    font-weight: 400;
}

h2 {
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
    text-align: center;
        text-decoration: none;
        	line-height: 12pt;
        	    font-weight: 400;
}

h2 a {
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
    text-align: center;
        text-decoration: none;
        	line-height: 12pt;
        	    font-weight: 400;
        	    	color: black;
}

h3 {
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
    text-decoration: none;
        	line-height: 12pt;
        	    font-weight: 400;
        	    	text-align: left;
}

h4 {
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
text-align: center;
    text-decoration: none;
        	line-height: 12pt;
        	    font-weight: 400;
}

h5 {
font-family: 'Open Sans', sans-serif;
font-size: 14pt;
text-align: center;
    text-decoration: none;
        	line-height: 10pt;
        	    font-weight: 400;
}

h6 {
font-family: 'Open Sans', sans-serif;
font-size: 9pt;
text-align: center;
    text-decoration: none;
        	line-height: 10pt;
        	    font-weight: 400;
}

h7 {
font-family: 'Open Sans', sans-serif;
font-size: 12pt;
    text-decoration: none;
        	line-height: 18pt;
        	    font-weight: 400;
}

#titlestrip {
width: 1024px;
text-align: left;

}

#indextitle {
width: 1024px;
text-align: left;
}

#thumbnail {
float:left;
width: 108px;
height: 770px;
margin-bottom: 12px;
}

#bigimage {
float:right;
width: 700px;
height: 770px;
margin-bottom: 12px;
}

#navbar {
clear: both;
width: 1024px;
text-align: center;
}

#content {
margin-bottom: 12px;
}


#contentleft {
margin-bottom: 12px;
text-align: left;
}

#theater {
float:left;
width: 200px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#theaterleft {
float:left;
width: 200px;
}

#theaterright {
float:right;
width: 200px;
}

#floatleft {
float:left;
margin: 12px;
}

img { padding: 1px;
border: 0;
}