body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:1090px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family : sans-serif;
}

div.navbar {
	clear : all;
	margin-bottom : 20px;

	text-align : left;
/*	background-color : white;
	border : 3px solid indigo;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
*/
	float:left;
	width:90%;
	padding:0px;
	margin:0;
	margin-bottom : 20px;
//	height : 50px;
	margin-left : 50px;
	
}

div.navbartext {
	background-color : white;
	border : 5px solid indigo;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	width : 65%;
	padding : 5px;
}

#header {
	border : 10px solid indigo;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
	background-color : white;
	height : 100px;
	text-align : center;
}

#content {
	border : 10px solid indigo;
	min-width : 600px;
	background-color : white;
	padding : 5px;
	
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

table.film {
	border : 10px solid lightgray;
	min-width : 600px;
	background-color : lightgray;
	padding : 5px;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

table.film td {
	background-color : lightgray;
}

/*#left, #content, #right {
	top : 150px;
}

#left {
	position : absolute;
	left : 10px;
	width : 20px;
}

#content {
	border : 10px solid indigo;
	position : absolute;
	left : 48px;
	right : 168px;
	background-color : white;
	//display : none;
	min-width : 800px;
}

#right {
	position : absolute;
	right : 20px;
	width : 150px;
}*/

img.tab {
	width : 20;
	height : 175;
	border : 0px;
}

div.tab, div.righttab {

	padding : 5px;

	border : 10px solid indigo;

}

div.tab {

	border-right : 0px;

	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	
	width : 20px;
	background-color : white;
}

div.righttab {

	border-left : 0px;
	padding : 0px;

	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	
	width : 150px;
	background-color : lightgray;
	float : left;
//	position : relative;
}

div.righttab > div {
	padding : 5px;
}

div.content {
	background-color : white;
	width : auto;
	position : relative;
	float : left;
//	height : 100%;
	border : 10px solid indigo;
	max-width : 80%;
}

.stretch {
	width : 100%;
	height : 100%;
}

#background {
	width : 100%;
	height : 100%;
	position : fixed;
	left : 0px;
	top : 0px;
	z-index: -5;
}

div.blurb {
	padding : 5px;
	text-align : justify;
	font-size : 90%;
}

div.author {
	font-size : 85%;
	font-style : italic;
	text-align : right;
	padding : 5px;
}


div.title {
	background-color : black;
	color : white;
	//-moz-border-radius-topright: 15px;
	//-webkit-border-top-right-radius: 15px;
	border : 3px solid black;
	padding : 0px !important;
}

div.footer {
	margin-top : 2%;
	font-size : 80%;
}

p.header {
	font-weight : bold;
	font-size : 125%;
	text-align : center;
}